feat: update oxicloud appVersion 0.6.0
This commit is contained in:
parent
8bdef1f700
commit
9ad39252b1
5 changed files with 8 additions and 17 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: oxicloud
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue