diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 81d3a53..878ce87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/Makefile b/Makefile index 4711504..56f2d65 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config/reference-api/manifest.yaml b/config/reference-api/manifest.yaml index 9f71c5f..c67f423 100644 --- a/config/reference-api/manifest.yaml +++ b/config/reference-api/manifest.yaml @@ -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 diff --git a/config/reference-api/service_account.yaml b/config/reference-api/service_account.yaml index 69c692f..df446d0 100644 --- a/config/reference-api/service_account.yaml +++ b/config/reference-api/service_account.yaml @@ -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