fix(deployment): simplify image configuration and update pull policy (#6584)

This commit is contained in:
cuisongliu
2026-01-23 17:50:26 +08:00
committed by GitHub
parent 913fe9e64c
commit d7cdc8048c
2 changed files with 3 additions and 6 deletions
@@ -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: ""