Fix: fix apiserver 1.1.3 not available bug

This commit is contained in:
barnettZQG
2021-10-09 13:18:14 +08:00
parent c049f497fb
commit a0b0c032d4
2 changed files with 2 additions and 1 deletions
@@ -30,7 +30,7 @@ spec:
args:
- "apiserver"
- "--bind-addr=0.0.0.0:{{ .Values.apiServer.port }}"
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
image: {{ .Values.image.repository }}:{{ .Values.image.apiserverTag }}
imagePullPolicy: {{ quote .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
+1
View File
@@ -10,6 +10,7 @@ disableCaps: ""
image:
repository: oamdev/vela-core
tag: latest
apiserverTag: v1.1.2
pullPolicy: Always
imagePullSecrets: []