Skip to content

Commit

Permalink
Merge pull request #4 from mozilla/update-manifeset-labels
Browse files Browse the repository at this point in the history
Update manifeset labels & using goreleaser tag instead of sha
  • Loading branch information
dlactin authored Dec 9, 2024
2 parents 9c06ac8 + ced92eb commit 26a5720
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@v4
uses: actions/setup-go@v4
with:
go-version: 1.22

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lint-fix: golangci-lint ## Run golangci-lint linter and perform fixes.
build: build-ui build-go ## Build the UI extension and the reference-api binary

.PHONY: build-go
build-go: fmt vet ## Build the ephemeral-access binary.
build-go: fmt vet ## Build the reference-api binary.
cd reference-api && go build -o bin/reference-api .

.PHONY: clean-ui
Expand Down
2 changes: 1 addition & 1 deletion config/reference-api/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/component: reference-api
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/name: argocd-ephemeral-access
app.kubernetes.io/name: argocd-release-details
name: reference-api
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion config/reference-api/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: reference-api
app.kubernetes.io/name: argocd-ephemeral-access
app.kubernetes.io/name: argocd-release-details
app.kubernetes.io/managed-by: kustomize
name: reference-api

0 comments on commit 26a5720

Please sign in to comment.