File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
14141515type : application
16- version : 1.37.0
16+ version : 1.37.1
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -341,6 +341,14 @@ true
341341{{- default (include " host.allowlist_waiter.fullname" . ) .Values.gke_autopilot.allowlist_waiter.service_account_name }}
342342{{- end }}
343343
344+ {{- define " host.allowlist_waiter.tag_separator" -}}
345+ {{- if (hasPrefix " sha256:" .Values.gke_autopilot.allowlist_waiter.image.tag ) -}}
346+ @
347+ {{- else -}}
348+ :
349+ {{- end -}}
350+ {{- end }}
351+
344352{{- define " host.allowlist_waiter.image" -}}
345- {{- .Values.gke_autopilot.allowlist_waiter.image.registry -}} / {{- .Values.gke_autopilot.allowlist_waiter.image.repository -}} : {{- .Values.gke_autopilot.allowlist_waiter.image.tag }}
353+ {{- .Values.gke_autopilot.allowlist_waiter.image.registry -}} / {{- .Values.gke_autopilot.allowlist_waiter.image.repository -}} {{- include " host.allowlist_waiter.tag_separator " . -}} {{- .Values.gke_autopilot.allowlist_waiter.image.tag }}
346354{{- end }}
You can’t perform that action at this time.
0 commit comments