Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to ArgoCD 1.7.10 #353

Merged
merged 1 commit into from Dec 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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