mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/matomo] Fix wrong initContainers[0].imagePullSecrets value (#28115)
* [bitnami/matomo] Fix wrong initContainers[0].imagePullSecrets value Signed-off-by: David Gomez <dgomezleon@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: David Gomez <dgomezleon@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
dee5654665
commit
424d58bc5b
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 8.0.1 (2024-07-16)
|
||||
|
||||
* [bitnami/matomo] Fix wrong initContainers[0].imagePullSecrets value ([#28115](https://github.com/bitnami/charts/pull/28115))
|
||||
|
||||
## 8.0.0 (2024-07-13)
|
||||
|
||||
* [bitnami/matomo] chore!: :arrow_up: :boom: Update mariadb to 11.4 ([#27943](https://github.com/bitnami/charts/pull/27943))
|
||||
* [bitnami/matomo] chore!: :arrow_up: :boom: Update mariadb to 11.4 (#27943) ([ee74a7f](https://github.com/bitnami/charts/commit/ee74a7fc02d22cbbdcd1eaec39960ea7215e50c0)), closes [#27943](https://github.com/bitnami/charts/issues/27943)
|
||||
|
||||
## <small>7.3.8 (2024-07-12)</small>
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 19.0.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.4
|
||||
digest: sha256:b15a896cb6fe528b3a9dab85a74e69e045ff903c5afb62e9868488e93c039d4e
|
||||
generated: "2024-07-12T12:12:53.661054069+02:00"
|
||||
version: 2.20.5
|
||||
digest: sha256:be8d03838bd3ebd1edb44f0dccefcc1741d45d8643c49e2437fc0d87898a135f
|
||||
generated: "2024-07-16T12:39:48.951961+02:00"
|
||||
|
||||
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: matomo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/matomo
|
||||
version: 8.0.0
|
||||
version: 8.0.1
|
||||
|
||||
@@ -172,10 +172,6 @@ Return the matomo pods needed initContainers
|
||||
- name: certificates
|
||||
image: {{ template "certificates.image" . }}
|
||||
imagePullPolicy: {{ default .Values.image.pullPolicy .Values.certificates.image.pullPolicy }}
|
||||
imagePullSecrets:
|
||||
{{- range (default .Values.image.pullSecrets .Values.certificates.image.pullSecrets) }}
|
||||
- name: {{ . }}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
{{- if .Values.certificates.command }}
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.cronjobs.archive.tolerations "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
initContainers:
|
||||
{{ include "matomo.initContainers" . | nindent 12 }}
|
||||
{{- include "matomo.initContainers" . | nindent 12 }}
|
||||
{{- if .Values.cronjobs.archive.podSecurityContext.enabled }}
|
||||
securityContext: {{- omit .Values.cronjobs.archive.podSecurityContext "enabled" | toYaml | nindent 16 }}
|
||||
{{- end }}
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
{{- end }}
|
||||
restartPolicy: OnFailure
|
||||
initContainers:
|
||||
{{ include "matomo.initContainers" . | nindent 12 }}
|
||||
{{- include "matomo.initContainers" . | nindent 12 }}
|
||||
{{- if .Values.cronjobs.taskScheduler.podSecurityContext.enabled }}
|
||||
securityContext: {{- omit .Values.cronjobs.taskScheduler.podSecurityContext "enabled" | toYaml | nindent 16 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -71,7 +71,7 @@ spec:
|
||||
{{- if .Values.initContainers }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{ include "matomo.initContainers" . | nindent 8 }}
|
||||
{{- include "matomo.initContainers" . | nindent 8 }}
|
||||
containers:
|
||||
- name: {{ include "common.names.fullname" . }}
|
||||
image: {{ template "matomo.image" . }}
|
||||
|
||||
Reference in New Issue
Block a user