mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/harbor] fix nginx custom pod annotations (#14782)
* [bitnami/harbor] fix nginx custom pod annotations Remove extra annotations key when podAnnotations is defined Signed-off-by: Michaël Burtin <bukington@gmail.com> * [bitnami/harbor] bump chart to v16.3.3 Signed-off-by: Michaël Burtin <burtin@synopsys.com> --------- Signed-off-by: Michaël Burtin <bukington@gmail.com> Signed-off-by: Michaël Burtin <burtin@synopsys.com>
This commit is contained in:
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
|
||||
- https://goharbor.io/
|
||||
version: 16.3.2
|
||||
version: 16.3.3
|
||||
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
checksum/tls-secret: {{ include (print $.Template.BasePath "/nginx/tls-secret.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
{{- if .Values.nginx.podAnnotations }}
|
||||
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.nginx.podAnnotations "context" $) | nindent 8 }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.nginx.podAnnotations "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- include "harbor.imagePullSecrets" . | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user