From cf9dfb665a9d1e00b3e9f4bd144a2def8fd676e4 Mon Sep 17 00:00:00 2001 From: Gharekhani Ehsan Date: Thu, 25 Dec 2025 16:27:40 +0330 Subject: [PATCH] fix --- .github/workflows/argocd.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/argocd.yaml b/.github/workflows/argocd.yaml index d73c81c..f62db43 100644 --- a/.github/workflows/argocd.yaml +++ b/.github/workflows/argocd.yaml @@ -115,11 +115,11 @@ jobs: kustomize edit set image ${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG_CS }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL_CS }}:latest=${{ inputs.registry }}/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG_CS }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL_CS }}:sha-${{ github.sha }} kustomize edit set namespace ${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL_CS }}-${{ env.GITHUB_REF_SLUG }} - kustomize edit set annotation deployed-by "github-actions[bot]" - kustomize edit set annotation commit-sha "${{ github.sha }}" - kustomize edit set annotation branch "${{ github.ref_name }}" - kustomize edit set annotation repository "${{ github.repository }}" - kustomize edit set annotation commit-origin ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }} + kustomize edit set annotation \ + app.io/version:"${{ github.sha }}" \ + app.io/branch:"${{ github.ref_name }}" \ + app.io/repository:"${{ github.repository }}" \ + app.io/commit-origin:"${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}" - name: kustomize debug if: ${{ inputs.debug }} run: |