argocd: upgrade to 1.8.7

This commit is contained in:
Andrey Kartashov 2021-03-08 19:36:17 +07:00
parent 3c33347a6f
commit 9ae77c3dff

View file

@ -2437,7 +2437,7 @@ spec:
- command:
- /shared/argocd-util
- rundex
image: quay.io/dexidp/dex:v2.25.0
image: ghcr.io/dexidp/dex:v2.27.0
imagePullPolicy: Always
name: dex
ports:
@ -2453,7 +2453,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.1
image: argoproj/argocd:v1.8.7
imagePullPolicy: Always
name: copyutil
volumeMounts:
@ -2553,17 +2553,25 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.8.1
image: argoproj/argocd:v1.8.7
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
- containerPort: 8084
readinessProbe:
httpGet:
path: /healthz
port: 8084
initialDelaySeconds: 5
periodSeconds: 10
tcpSocket:
port: 8081
volumeMounts:
- mountPath: /app/config/ssh
name: ssh-known-hosts
@ -2623,8 +2631,14 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.8.1
image: argoproj/argocd:v1.8.7
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz?full=true
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
name: argocd-server
ports:
- containerPort: 8080
@ -2692,7 +2706,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.8.1
image: argoproj/argocd:v1.8.7
imagePullPolicy: Always
livenessProbe:
httpGet: