mirror of
https://github.com/labring/sealos.git
synced 2026-09-19 02:23:07 +08:00
fix(deployment): simplify image configuration and update pull policy (#6584)
This commit is contained in:
@@ -57,8 +57,8 @@ spec:
|
||||
- containerPort: 9443
|
||||
name: webhook-server
|
||||
protocol: TCP
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
image: "{{ .Values.image }}"
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.livenessProbe | nindent 12 }}
|
||||
readinessProbe:
|
||||
|
||||
@@ -2,10 +2,7 @@
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/labring/sealos-user-controller
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
image: ghcr.io/labring/sealos-user-controller:latest
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user