[bitnami/matomo] optimize annos (#13122)

Signed-off-by: cleverhu <shouping.hu@daocloud.io>

Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
cleverhu
2022-10-26 11:50:20 +02:00
committed by GitHub
parent b0eb3a1df4
commit 64590758b2
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ name: matomo
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/matomo
- https://www.matomo.org/
version: 0.2.11
version: 0.2.12
+2
View File
@@ -26,6 +26,7 @@ spec:
{{- if .Values.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
{{- end }}
{{- if or .Values.podAnnotations .Values.metrics.podAnnotations }}
annotations:
{{- if .Values.podAnnotations }}
{{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }}
@@ -33,6 +34,7 @@ spec:
{{- if .Values.metrics.podAnnotations }}
{{- include "common.tplvalues.render" (dict "value" .Values.metrics.podAnnotations "context" $) | nindent 8 }}
{{- end }}
{{- end }}
spec:
{{- include "matomo.imagePullSecrets" . | nindent 6 }}
{{- if .Values.podSecurityContext.enabled }}
+2
View File
@@ -7,6 +7,7 @@ metadata:
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
{{- if or .Values.commonAnnotations .Values.service.annotations }}
annotations:
{{- if .Values.commonAnnotations }}
{{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }}
@@ -14,6 +15,7 @@ metadata:
{{- if .Values.service.annotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.service.annotations "context" $) | nindent 4 }}
{{- end }}
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if .Values.service.sessionAffinity }}