mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
argocd: upgrade to 1.8.7
This commit is contained in:
parent
3c33347a6f
commit
9ae77c3dff
1 changed files with 21 additions and 7 deletions
|
|
@ -2437,7 +2437,7 @@ spec:
|
||||||
- command:
|
- command:
|
||||||
- /shared/argocd-util
|
- /shared/argocd-util
|
||||||
- rundex
|
- rundex
|
||||||
image: quay.io/dexidp/dex:v2.25.0
|
image: ghcr.io/dexidp/dex:v2.27.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: dex
|
name: dex
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -2453,7 +2453,7 @@ spec:
|
||||||
- -n
|
- -n
|
||||||
- /usr/local/bin/argocd-util
|
- /usr/local/bin/argocd-util
|
||||||
- /shared
|
- /shared
|
||||||
image: argoproj/argocd:v1.8.1
|
image: argoproj/argocd:v1.8.7
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: copyutil
|
name: copyutil
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
@ -2553,17 +2553,25 @@ spec:
|
||||||
- argocd-repo-server
|
- argocd-repo-server
|
||||||
- --redis
|
- --redis
|
||||||
- argocd-redis:6379
|
- argocd-redis:6379
|
||||||
image: argoproj/argocd:v1.8.1
|
image: argoproj/argocd:v1.8.7
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
livenessProbe:
|
||||||
|
failureThreshold: 3
|
||||||
|
httpGet:
|
||||||
|
path: /healthz?full=true
|
||||||
|
port: 8084
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 5
|
||||||
name: argocd-repo-server
|
name: argocd-repo-server
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
- containerPort: 8084
|
- containerPort: 8084
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /healthz
|
||||||
|
port: 8084
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
tcpSocket:
|
|
||||||
port: 8081
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/ssh
|
- mountPath: /app/config/ssh
|
||||||
name: ssh-known-hosts
|
name: ssh-known-hosts
|
||||||
|
|
@ -2623,8 +2631,14 @@ spec:
|
||||||
- argocd-server
|
- argocd-server
|
||||||
- --staticassets
|
- --staticassets
|
||||||
- /shared/app
|
- /shared/app
|
||||||
image: argoproj/argocd:v1.8.1
|
image: argoproj/argocd:v1.8.7
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /healthz?full=true
|
||||||
|
port: 8080
|
||||||
|
initialDelaySeconds: 3
|
||||||
|
periodSeconds: 30
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
@ -2692,7 +2706,7 @@ spec:
|
||||||
- "20"
|
- "20"
|
||||||
- --operation-processors
|
- --operation-processors
|
||||||
- "10"
|
- "10"
|
||||||
image: argoproj/argocd:v1.8.1
|
image: argoproj/argocd:v1.8.7
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue