mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
argocd: upgrade to 2.2.5
This commit is contained in:
parent
2ef96073ac
commit
fdc2c4167a
2 changed files with 9 additions and 9 deletions
|
|
@ -3057,7 +3057,7 @@ spec:
|
||||||
- command:
|
- command:
|
||||||
- /shared/argocd-dex
|
- /shared/argocd-dex
|
||||||
- rundex
|
- rundex
|
||||||
image: ghcr.io/dexidp/dex:v2.30.0
|
image: ghcr.io/dexidp/dex:v2.30.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: dex
|
name: dex
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -3079,7 +3079,7 @@ spec:
|
||||||
- -n
|
- -n
|
||||||
- /usr/local/bin/argocd
|
- /usr/local/bin/argocd
|
||||||
- /shared/argocd-dex
|
- /shared/argocd-dex
|
||||||
image: quay.io/argoproj/argocd:v2.2.0
|
image: quay.io/argoproj/argocd:v2.2.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: copyutil
|
name: copyutil
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
@ -3132,7 +3132,7 @@ spec:
|
||||||
- ""
|
- ""
|
||||||
- --appendonly
|
- --appendonly
|
||||||
- "no"
|
- "no"
|
||||||
image: redis:6.2.4-alpine
|
image: redis:6.2.6-alpine
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: redis
|
name: redis
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -3260,7 +3260,7 @@ spec:
|
||||||
value: /helm-working-dir
|
value: /helm-working-dir
|
||||||
- name: HELM_DATA_HOME
|
- name: HELM_DATA_HOME
|
||||||
value: /helm-working-dir
|
value: /helm-working-dir
|
||||||
image: quay.io/argoproj/argocd:v2.2.0
|
image: quay.io/argoproj/argocd:v2.2.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|
@ -3309,7 +3309,7 @@ spec:
|
||||||
- -n
|
- -n
|
||||||
- /usr/local/bin/argocd
|
- /usr/local/bin/argocd
|
||||||
- /var/run/argocd/argocd-cmp-server
|
- /var/run/argocd/argocd-cmp-server
|
||||||
image: quay.io/argoproj/argocd:v2.2.0
|
image: quay.io/argoproj/argocd:v2.2.5
|
||||||
name: copyutil
|
name: copyutil
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/argocd
|
- mountPath: /var/run/argocd
|
||||||
|
|
@ -3532,7 +3532,7 @@ spec:
|
||||||
key: server.http.cookie.maxnumber
|
key: server.http.cookie.maxnumber
|
||||||
name: argocd-cmd-params-cm
|
name: argocd-cmd-params-cm
|
||||||
optional: true
|
optional: true
|
||||||
image: quay.io/argoproj/argocd:v2.2.0
|
image: quay.io/argoproj/argocd:v2.2.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
@ -3722,7 +3722,7 @@ spec:
|
||||||
key: controller.default.cache.expiration
|
key: controller.default.cache.expiration
|
||||||
name: argocd-cmd-params-cm
|
name: argocd-cmd-params-cm
|
||||||
optional: true
|
optional: true
|
||||||
image: quay.io/argoproj/argocd:v2.2.0
|
image: quay.io/argoproj/argocd:v2.2.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
commonLabels:
|
commonLabels:
|
||||||
app.kubernetes.io/version: v2.2.0
|
app.kubernetes.io/version: v2.2.5
|
||||||
app.kubernetes.io/managed-by: argocd
|
app.kubernetes.io/managed-by: argocd
|
||||||
resources:
|
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
|
- ingress.yaml
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- patches/argocd-cm.yaml
|
- patches/argocd-cm.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue