Skip to content

Commit

Permalink
Upgrade to ArgoCD 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Dec 6, 2020
1 parent 38e20ad commit 7d0d90e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
entrypoint: scripts/gh-deploy-cluster.sh
args: ${{ matrix.flavor }} ${{ github.actor }} ${{ github.head_ref }}
- name: Wait for App of Apps
uses: docker://argoproj/argocd:v1.7.6
uses: docker://argoproj/argocd:v1.7.10
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand All @@ -44,7 +44,7 @@ jobs:
entrypoint: scripts/gh-deploy-cluster.sh
args: ${{ matrix.flavor }} camptocamp ${{ github.base_ref }}
- name: Wait for App of Apps
uses: docker://argoproj/argocd:v1.7.6
uses: docker://argoproj/argocd:v1.7.10
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand All @@ -58,7 +58,7 @@ jobs:
entrypoint: scripts/gh-plan.sh
args: ${{ matrix.flavor }} ${{ github.actor }} ${{ github.head_ref }}
- name: App-diff on ref
uses: docker://argoproj/argocd:v1.7.6
uses: docker://argoproj/argocd:v1.7.10
with:
entrypoint: scripts/gh-app-diff.sh
args: ${{ matrix.flavor }}
Expand All @@ -68,7 +68,7 @@ jobs:
entrypoint: scripts/gh-deploy-cluster.sh
args: ${{ matrix.flavor }} ${{ github.actor }} ${{ github.head_ref }}
- name: Wait for App of Apps
uses: docker://argoproj/argocd:v1.7.6
uses: docker://argoproj/argocd:v1.7.10
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
entrypoint: scripts/gh-deploy-cluster.sh
args: ${{ matrix.flavor }} $GITHUB_SERVER_URL/$GITHUB_ACTOR/camptocamp-devops-stack.git $GITHUB_HEAD_REF
- name: Wait for App of Apps
uses: docker://argoproj/argocd:v1.7.6
uses: docker://argoproj/argocd:v1.7.10
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci/pipeline.yaml
@@ -1,6 +1,6 @@
---
variables:
ARGOCD_VERSION: "1.7.6"
ARGOCD_VERSION: "1.7.10"
TERRAFORM_VERSION: "0.13.5"
CAMPTOCAMP_DEVOPS_STACK_VERSION: "0.15.0"

Expand Down
2 changes: 2 additions & 0 deletions argocd/argocd/values.yaml
Expand Up @@ -2,6 +2,8 @@
argo-cd:
installCRDs: false
global:
image:
tag: v1.7.10
securityContext:
runAsUser: 999
runAsGroup: 999
Expand Down

0 comments on commit 7d0d90e

Please sign in to comment.