From 19dba942c03ea4fead35e34287f09f1e1c4fe2f4 Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Thu, 31 Mar 2022 09:12:30 -0400 Subject: [PATCH] ci: update main image deployment location (#3219) --- .github/workflows/docker-main.yaml | 12 ++++++------ .github/workflows/release.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-main.yaml b/.github/workflows/docker-main.yaml index cbae4df10..bb7026308 100644 --- a/.github/workflows/docker-main.yaml +++ b/.github/workflows/docker-main.yaml @@ -74,23 +74,23 @@ jobs: runs-on: ubuntu-latest needs: publish steps: - - name: Checkout Helmfile Repo + - name: Checkout Gitops Repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # pin@v3 with: - repository: pomerium/helmfile + repository: pomerium/gitops-argocd token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump psql environment uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1 with: - cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i - environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml + cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i + projects/pomerium-master-postgres/pomerium/values.yaml - name: Bump mysql environment uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1 with: - cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i - environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml + cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i + projects/pomerium-master-mysql/pomerium/values.yaml - name: Commit changes uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # pin@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3b5cc81fa..75bfeab2e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest needs: goreleaser steps: - - name: Checkout Helmfile Repo + - name: Checkout Gitops Repo uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # pin@v3 with: repository: pomerium/gitops-argocd