Skip to content

Commit

Permalink
Rollback ArgoCD to 1.7.11 because of argoproj/argo-cd#5146
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet authored and Philippe Bürgisser committed Feb 1, 2021
1 parent e002339 commit 1333a65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.8.1
uses: docker://argoproj/argocd:v1.7.11
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand All @@ -48,7 +48,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.8.1
uses: docker://argoproj/argocd:v1.7.11
with:
entrypoint: scripts/gh-wait-for-app-of-apps.sh
args: ${{ matrix.flavor }}
Expand All @@ -62,7 +62,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.8.1
uses: docker://argoproj/argocd:v1.7.11
with:
entrypoint: scripts/gh-app-diff.sh
args: ${{ matrix.flavor }}
Expand All @@ -72,7 +72,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.8.1
uses: docker://argoproj/argocd:v1.7.11
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
Original file line number Diff line number Diff line change
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.8.1
uses: docker://argoproj/argocd:v1.7.11
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
variables:
ARGOCD_VERSION: "1.8.1"
ARGOCD_VERSION: "1.7.11"
TERRAFORM_VERSION: "0.13.5"
CAMPTOCAMP_DEVOPS_STACK_VERSION: "0.17.0"

Expand Down
2 changes: 1 addition & 1 deletion argocd/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: "argocd"
version: "0"
dependencies:
- name: "argo-cd"
version: "2.10.0"
version: "2.11.3"
repository: "https://argoproj.github.io/argo-helm"
2 changes: 1 addition & 1 deletion argocd/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ argo-cd:
installCRDs: false
global:
image:
tag: v1.8.1
tag: v1.7.11
configs:
secret:
argocdServerAdminPassword: "$2a$10$wzUzrdx.jMb7lHIbW6VutuRpV4OnpPA3ItWBDiP04QVHfGqzAoj6i" # argocd
Expand Down

0 comments on commit 1333a65

Please sign in to comment.