diff --git a/apps/argocd/install.yaml b/apps/argocd/install.yaml index 6f0665c..bec486d 100644 --- a/apps/argocd/install.yaml +++ b/apps/argocd/install.yaml @@ -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: diff --git a/apps/argocd/kustomization.yaml b/apps/argocd/kustomization.yaml index 11035ba..d76f601 100644 --- a/apps/argocd/kustomization.yaml +++ b/apps/argocd/kustomization.yaml @@ -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