argocd: upgrade to 2.2.5

This commit is contained in:
Andrey Kartashov 2022-02-18 17:06:13 +07:00
parent 2ef96073ac
commit fdc2c4167a
2 changed files with 9 additions and 9 deletions

View file

@ -3057,7 +3057,7 @@ spec:
- command:
- /shared/argocd-dex
- rundex
image: ghcr.io/dexidp/dex:v2.30.0
image: ghcr.io/dexidp/dex:v2.30.2
imagePullPolicy: Always
name: dex
ports:
@ -3079,7 +3079,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.2.0
image: quay.io/argoproj/argocd:v2.2.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
@ -3132,7 +3132,7 @@ spec:
- ""
- --appendonly
- "no"
image: redis:6.2.4-alpine
image: redis:6.2.6-alpine
imagePullPolicy: Always
name: redis
ports:
@ -3260,7 +3260,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.0
image: quay.io/argoproj/argocd:v2.2.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@ -3309,7 +3309,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.0
image: quay.io/argoproj/argocd:v2.2.5
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
@ -3532,7 +3532,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.0
image: quay.io/argoproj/argocd:v2.2.5
imagePullPolicy: Always
livenessProbe:
httpGet:
@ -3722,7 +3722,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.0
image: quay.io/argoproj/argocd:v2.2.5
imagePullPolicy: Always
livenessProbe:
httpGet:

View file

@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
commonLabels:
app.kubernetes.io/version: v2.2.0
app.kubernetes.io/version: v2.2.5
app.kubernetes.io/managed-by: argocd
resources:
- install.yaml # from https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.0/manifests/install.yaml
- install.yaml # from https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.5/manifests/install.yaml
- ingress.yaml
patchesStrategicMerge:
- patches/argocd-cm.yaml