[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:
Michaël Burtin
2023-02-09 08:56:57 +01:00
committed by GitHub
parent 269e3c25f6
commit 2a6aa6588d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}