mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 00:20:34 +00:00
Update versioning and image repositories (#44)
* Update versioning and image repositories Update helm charts to follow the submariner versioning, and include the image repositories by default. Signed-off-by: Miguel Angel Ajo <majopela@redhat.com> * Update final version Signed-off-by: Miguel Angel Ajo Pelayo <majopela@redhat.com>
This commit is contained in:
@@ -108,7 +108,7 @@ spec:
|
||||
value: "{{ .Values.leadership.renewDeadline }}"
|
||||
- name: LEADERSHIP_RETRYPERIOD
|
||||
value: "{{ .Values.leadership.retryPeriod }}"
|
||||
image: {{ .Values.engine.image.repository }}:{{ .Values.engine.image.tag }}
|
||||
image: {{ .Values.engine.image.repository }}:{{ default .Chart.AppVersion .Values.engine.image.tag }}
|
||||
imagePullPolicy: {{ .Values.engine.image.pullPolicy }}
|
||||
name: submariner
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user