Compare commits

..

No commits in common. "main" and "cert-manager/1.5.11" have entirely different histories.

73 changed files with 334 additions and 326 deletions

View File

@ -28,7 +28,7 @@ func init() {
flag.StringVar(&stsName, "name", "", "name of the primary statefulset") flag.StringVar(&stsName, "name", "", "name of the primary statefulset")
flag.StringVar(&namespace, "namespace", "", "namespace where the application is running") flag.StringVar(&namespace, "namespace", "", "namespace where the application is running")
flag.StringVar(&password, "password", "", "database password for username") flag.StringVar(&password, "password", "", "database password for username")
flag.IntVar(&timeoutSeconds, "timeout", 180, "timeout in seconds") flag.IntVar(&timeoutSeconds, "timeout", 120, "timeout in seconds")
timeout = time.Duration(timeoutSeconds) * time.Second timeout = time.Duration(timeoutSeconds) * time.Second
} }

View File

@ -1,24 +1,8 @@
# Changelog # Changelog
## 4.0.49 (2025-07-11) ## 4.0.45 (2025-07-10)
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references ([#35022](https://github.com/bitnami/charts/pull/35022)) * [bitnami/chainloop] :zap: :arrow_up: Update dependency references ([#34990](https://github.com/bitnami/charts/pull/34990))
## <small>4.0.48 (2025-07-11)</small>
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#35015) ([8482574](https://github.com/bitnami/charts/commit/848257489bb7819bc6b569441de07145a73da7fd)), closes [#35015](https://github.com/bitnami/charts/issues/35015)
## <small>4.0.47 (2025-07-11)</small>
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#35013) ([0ad6f9b](https://github.com/bitnami/charts/commit/0ad6f9bcb1d8ec40266bca5fc565abea1a1c9519)), closes [#35013](https://github.com/bitnami/charts/issues/35013)
## <small>4.0.46 (2025-07-10)</small>
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#34999) ([baa6a1c](https://github.com/bitnami/charts/commit/baa6a1c3e104fe6f0718bbb484d32cef4dfc0c7c)), closes [#34999](https://github.com/bitnami/charts/issues/34999)
## <small>4.0.45 (2025-07-10)</small>
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#34990) ([8903add](https://github.com/bitnami/charts/commit/8903add12e1bed65c94b14f120762678bb09989d)), closes [#34990](https://github.com/bitnami/charts/issues/34990)
## <small>4.0.44 (2025-07-09)</small> ## <small>4.0.44 (2025-07-09)</small>

View File

@ -5,17 +5,17 @@ annotations:
category: DeveloperTools category: DeveloperTools
images: | images: |
- name: chainloop-artifact-cas - name: chainloop-artifact-cas
image: docker.io/bitnami/chainloop-artifact-cas:1.30.0-debian-12-r0 image: docker.io/bitnami/chainloop-artifact-cas:1.26.0-debian-12-r0
- name: chainloop-control-plane - name: chainloop-control-plane
image: docker.io/bitnami/chainloop-control-plane:1.30.0-debian-12-r0 image: docker.io/bitnami/chainloop-control-plane:1.26.0-debian-12-r0
- name: chainloop-control-plane-migrations - name: chainloop-control-plane-migrations
image: docker.io/bitnami/chainloop-control-plane-migrations:1.30.0-debian-12-r0 image: docker.io/bitnami/chainloop-control-plane-migrations:1.26.0-debian-12-r0
- name: dex - name: dex
image: docker.io/bitnami/dex:2.43.1-debian-12-r5 image: docker.io/bitnami/dex:2.43.1-debian-12-r5
license: Apache-2.0 license: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 1.30.0 appVersion: 1.26.0
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
@ -65,4 +65,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations - https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas - https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
- https://github.com/chainloop-dev/chainloop - https://github.com/chainloop-dev/chainloop
version: 4.0.49 version: 4.0.45

View File

@ -181,7 +181,7 @@ controlplane:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/chainloop-control-plane repository: bitnami/chainloop-control-plane
tag: 1.30.0-debian-12-r0 tag: 1.26.0-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@ -258,7 +258,7 @@ controlplane:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/chainloop-control-plane-migrations repository: bitnami/chainloop-control-plane-migrations
tag: 1.30.0-debian-12-r0 tag: 1.26.0-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@ -1005,7 +1005,7 @@ cas:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/chainloop-artifact-cas repository: bitnami/chainloop-artifact-cas
tag: 1.30.0-debian-12-r0 tag: 1.26.0-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 1.0.5 (2025-07-11) ## 1.0.4 (2025-07-09)
* [bitnami/cloudnative-pg] :zap: :arrow_up: Update dependency references ([#35011](https://github.com/bitnami/charts/pull/35011)) * [bitnami/cloudnative-pg] :zap: :arrow_up: Update dependency references ([#34942](https://github.com/bitnami/charts/pull/34942))
## <small>1.0.4 (2025-07-09)</small>
* [bitnami/cloudnative-pg] :zap: :arrow_up: Update dependency references (#34942) ([b665c78](https://github.com/bitnami/charts/commit/b665c780ec59a6e4f5288d9ece97f70df3d33bcf)), closes [#34942](https://github.com/bitnami/charts/issues/34942)
## <small>1.0.3 (2025-07-08)</small> ## <small>1.0.3 (2025-07-08)</small>

View File

@ -11,7 +11,7 @@ annotations:
- name: plugin-barman-cloud-sidecar - name: plugin-barman-cloud-sidecar
image: docker.io/bitnami/plugin-barman-cloud-sidecar:0.5.0-debian-12-r1 image: docker.io/bitnami/plugin-barman-cloud-sidecar:0.5.0-debian-12-r1
- name: postgresql - name: postgresql
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r17 image: docker.io/bitnami/postgresql:17.5.0-debian-12-r16
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
@ -36,4 +36,4 @@ maintainers:
name: cloudnative-pg name: cloudnative-pg
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg - https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg
version: 1.0.5 version: 1.0.4

View File

@ -106,7 +106,7 @@ operator:
postgresqlImage: postgresqlImage:
registry: docker.io registry: docker.io
repository: bitnami/postgresql repository: bitnami/postgresql
tag: 17.5.0-debian-12-r17 tag: 17.5.0-debian-12-r16
digest: "" digest: ""
## @param operator.replicaCount Number of cloudnative-pg Operator replicas to deploy ## @param operator.replicaCount Number of cloudnative-pg Operator replicas to deploy
## ##

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 21.0.9 (2025-07-10) ## 21.0.8 (2025-07-08)
* [bitnami/contour] :zap: :arrow_up: Update dependency references ([#35000](https://github.com/bitnami/charts/pull/35000)) * [bitnami/contour] :zap: :arrow_up: Update dependency references ([#34878](https://github.com/bitnami/charts/pull/34878))
## <small>21.0.8 (2025-07-08)</small>
* [bitnami/contour] :zap: :arrow_up: Update dependency references (#34878) ([bd70629](https://github.com/bitnami/charts/commit/bd7062930b3590a561c29c478e76b82cda9567e7)), closes [#34878](https://github.com/bitnami/charts/issues/34878)
## <small>21.0.7 (2025-06-30)</small> ## <small>21.0.7 (2025-06-30)</small>

View File

@ -7,7 +7,7 @@ annotations:
- name: contour - name: contour
image: docker.io/bitnami/contour:1.32.0-debian-12-r5 image: docker.io/bitnami/contour:1.32.0-debian-12-r5
- name: envoy - name: envoy
image: docker.io/bitnami/envoy:1.34.2-debian-12-r0 image: docker.io/bitnami/envoy:1.34.1-debian-12-r3
- name: nginx - name: nginx
image: docker.io/bitnami/nginx:1.29.0-debian-12-r2 image: docker.io/bitnami/nginx:1.29.0-debian-12-r2
licenses: Apache-2.0 licenses: Apache-2.0
@ -34,4 +34,4 @@ maintainers:
name: contour name: contour
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour - https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 21.0.9 version: 21.0.8

View File

@ -668,7 +668,7 @@ envoy:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/envoy repository: bitnami/envoy
tag: 1.34.2-debian-12-r0 tag: 1.34.1-debian-12-r3
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 22.0.12 (2025-07-11) ## 22.0.11 (2025-07-08)
* [bitnami/elasticsearch] remove copyTlsCerts init container ([#31960](https://github.com/bitnami/charts/pull/31960)) * [bitnami/elasticsearch] :zap: :arrow_up: Update dependency references ([#34879](https://github.com/bitnami/charts/pull/34879))
## <small>22.0.11 (2025-07-08)</small>
* [bitnami/elasticsearch] :zap: :arrow_up: Update dependency references (#34879) ([57b3b91](https://github.com/bitnami/charts/commit/57b3b912e6881ad742a4b4dcd95c87c6e54603bf)), closes [#34879](https://github.com/bitnami/charts/issues/34879)
## <small>22.0.10 (2025-06-30)</small> ## <small>22.0.10 (2025-06-30)</small>

View File

@ -36,4 +36,4 @@ maintainers:
name: elasticsearch name: elasticsearch
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch - https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
version: 22.0.12 version: 22.0.11

View File

@ -956,6 +956,13 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `sysctlImage.pullSecrets` | Kernel settings modifier image pull secrets | `[]` | | `sysctlImage.pullSecrets` | Kernel settings modifier image pull secrets | `[]` |
| `sysctlImage.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if sysctlImage.resources is set (sysctlImage.resources is recommended for production). | `nano` | | `sysctlImage.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if sysctlImage.resources is set (sysctlImage.resources is recommended for production). | `nano` |
| `sysctlImage.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `sysctlImage.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `copyTlsCerts.image.registry` | Copy TLS certificates image registry | `REGISTRY_NAME` |
| `copyTlsCerts.image.repository` | Copy TLS certificates image repository | `REPOSITORY_NAME/os-shell` |
| `copyTlsCerts.image.digest` | Copy TLS certificates image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `copyTlsCerts.image.pullPolicy` | Copy TLS certificates image pull policy | `IfNotPresent` |
| `copyTlsCerts.image.pullSecrets` | Copy TLS certificates image pull secrets | `[]` |
| `copyTlsCerts.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if copyTlsCerts.resources is set (copyTlsCerts.resources is recommended for production). | `nano` |
| `copyTlsCerts.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
### Kibana Parameters ### Kibana Parameters

View File

@ -135,10 +135,11 @@ In order to replicate the container startup scripts execute this command:
{{- include "common.warnings.rollingTag" .Values.image }} {{- include "common.warnings.rollingTag" .Values.image }}
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }} {{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
{{- include "common.warnings.rollingTag" .Values.copyTlsCerts.image }}
{{- include "common.warnings.rollingTag" .Values.sysctlImage }} {{- include "common.warnings.rollingTag" .Values.sysctlImage }}
{{- end }} {{- end }}
{{ include "elasticsearch.validateValues" . }} {{ include "elasticsearch.validateValues" . }}
{{- include "common.warnings.resources" (dict "sections" (list "coordinating" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }} {{- include "common.warnings.resources" (dict "sections" (list "coordinating" "copyTlsCerts" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }} {{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.copyTlsCerts.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }}
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }} {{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.copyTlsCerts.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }}

View File

@ -16,7 +16,7 @@ Return the proper ES image name
Return the proper Docker Image Registry Secret Names Return the proper Docker Image Registry Secret Names
*/}} */}}
{{- define "elasticsearch.imagePullSecrets" -}} {{- define "elasticsearch.imagePullSecrets" -}}
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.metrics.image .Values.sysctlImage .Values.volumePermissions.image) "context" $) }} {{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.copyTlsCerts.image .Values.metrics.image .Values.sysctlImage .Values.volumePermissions.image) "context" $) }}
{{- end -}} {{- end -}}
{{/* {{/*
@ -40,6 +40,13 @@ Return the proper image name (for the init container volume-permissions image)
{{ include "common.images.image" (dict "imageRoot" .Values.volumePermissions.image "global" .Values.global) }} {{ include "common.images.image" (dict "imageRoot" .Values.volumePermissions.image "global" .Values.global) }}
{{- end -}} {{- end -}}
{{/*
Return the proper Copy TLS Certificates image name
*/}}
{{- define "elasticsearch.copyTlsCerts.image" -}}
{{ include "common.images.image" (dict "imageRoot" .Values.copyTlsCerts.image "global" .Values.global) }}
{{- end -}}
{{/* {{/*
Name for the Elasticsearch service Name for the Elasticsearch service
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).

View File

@ -108,6 +108,40 @@ spec:
resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }} resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if .Values.security.enabled }}
- name: copy-tls-certificates
image: {{ include "elasticsearch.copyTlsCerts.image" . }}
imagePullPolicy: {{ .Values.copyTlsCerts.image.pullPolicy | quote }}
command:
- /bin/sh
- -c
- |
ls -l /
ls -l /certs
for file in /certs/*; do
if [ -f "$file" ]; then
filename=$(basename "$file")
dst_file="/tmp/$filename"
cat "$file" > "$dst_file"
echo "Copied $file to $dst_file"
fi
done
echo "All files have been copied."
volumeMounts:
- name: elasticsearch-certificates
mountPath: /certs
- name: empty-dir
mountPath: /tmp
subPath: certs
{{- if .Values.coordinating.containerSecurityContext.enabled }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.coordinating.containerSecurityContext "context" $) | nindent 12 }}
{{- end }}
{{- if .Values.copyTlsCerts.resources }}
resources: {{- toYaml .Values.copyTlsCerts.resources | nindent 12 }}
{{- else if ne .Values.copyTlsCerts.resourcesPreset "none" }}
resources: {{- include "common.resources.preset" (dict "type" .Values.copyTlsCerts.resourcesPreset) | nindent 12 }}
{{- end }}
{{- end }}
- name: copy-default-plugins - name: copy-default-plugins
image: {{ include "elasticsearch.image" . }} image: {{ include "elasticsearch.image" . }}
imagePullPolicy: {{ .Values.image.pullPolicy | quote }} imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
@ -301,9 +335,9 @@ spec:
subPath: my_elasticsearch.yml subPath: my_elasticsearch.yml
{{- end }} {{- end }}
{{- if .Values.security.enabled }} {{- if .Values.security.enabled }}
- name: elasticsearch-certificates - name: empty-dir
mountPath: /opt/bitnami/elasticsearch/config/certs mountPath: /opt/bitnami/elasticsearch/config/certs
readOnly: true subPath: certs
{{- end }} {{- end }}
{{- if .Values.initScripts }} {{- if .Values.initScripts }}
- name: custom-init-scripts - name: custom-init-scripts

View File

@ -133,6 +133,40 @@ spec:
- name: data - name: data
mountPath: /bitnami/elasticsearch/data mountPath: /bitnami/elasticsearch/data
{{- end }} {{- end }}
{{- if and .Values.security.enabled .Values.enableDefaultInitContainers }}
- name: copy-tls-certificates
image: {{ include "elasticsearch.copyTlsCerts.image" . }}
imagePullPolicy: {{ .Values.copyTlsCerts.image.pullPolicy | quote }}
command:
- /bin/sh
- -c
- |
ls -l /
ls -l /certs
for file in /certs/*; do
if [ -f "$file" ]; then
filename=$(basename "$file")
dst_file="/tmp/$filename"
cat "$file" > "$dst_file"
echo "Copied $file to $dst_file"
fi
done
echo "All files have been copied."
volumeMounts:
- name: elasticsearch-certificates
mountPath: /certs
- name: empty-dir
mountPath: /tmp
subPath: certs
{{- if .Values.data.containerSecurityContext.enabled }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.data.containerSecurityContext "context" $) | nindent 12 }}
{{- end }}
{{- if .Values.copyTlsCerts.resources }}
resources: {{- toYaml .Values.copyTlsCerts.resources | nindent 12 }}
{{- else if ne .Values.copyTlsCerts.resourcesPreset "none" }}
resources: {{- include "common.resources.preset" (dict "type" .Values.copyTlsCerts.resourcesPreset) | nindent 12 }}
{{- end }}
{{- end }}
{{- if .Values.enableDefaultInitContainers }} {{- if .Values.enableDefaultInitContainers }}
- name: copy-default-plugins - name: copy-default-plugins
image: {{ include "elasticsearch.image" . }} image: {{ include "elasticsearch.image" . }}
@ -332,9 +366,9 @@ spec:
subPath: my_elasticsearch.yml subPath: my_elasticsearch.yml
{{- end }} {{- end }}
{{- if .Values.security.enabled }} {{- if .Values.security.enabled }}
- name: elasticsearch-certificates - name: empty-dir
mountPath: /opt/bitnami/elasticsearch/config/certs mountPath: /opt/bitnami/elasticsearch/config/certs
readOnly: true subPath: certs
{{- end }} {{- end }}
{{- if .Values.initScripts }} {{- if .Values.initScripts }}
- name: custom-init-scripts - name: custom-init-scripts

View File

@ -108,6 +108,40 @@ spec:
resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }} resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if and .Values.security.enabled .Values.enableDefaultInitContainers }}
- name: copy-tls-certificates
image: {{ include "elasticsearch.copyTlsCerts.image" . }}
imagePullPolicy: {{ .Values.copyTlsCerts.image.pullPolicy | quote }}
command:
- /bin/sh
- -c
- |
ls -l /
ls -l /certs
for file in /certs/*; do
if [ -f "$file" ]; then
filename=$(basename "$file")
dst_file="/tmp/$filename"
cat "$file" > "$dst_file"
echo "Copied $file to $dst_file"
fi
done
echo "All files have been copied."
volumeMounts:
- name: elasticsearch-certificates
mountPath: /certs
- name: empty-dir
mountPath: /tmp
subPath: certs
{{- if .Values.ingest.containerSecurityContext.enabled }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.ingest.containerSecurityContext "context" $) | nindent 12 }}
{{- end }}
{{- if .Values.copyTlsCerts.resources }}
resources: {{- toYaml .Values.copyTlsCerts.resources | nindent 12 }}
{{- else if ne .Values.copyTlsCerts.resourcesPreset "none" }}
resources: {{- include "common.resources.preset" (dict "type" .Values.copyTlsCerts.resourcesPreset) | nindent 12 }}
{{- end }}
{{- end }}
{{- if .Values.enableDefaultInitContainers }} {{- if .Values.enableDefaultInitContainers }}
- name: copy-default-plugins - name: copy-default-plugins
image: {{ include "elasticsearch.image" . }} image: {{ include "elasticsearch.image" . }}
@ -303,9 +337,9 @@ spec:
subPath: my_elasticsearch.yml subPath: my_elasticsearch.yml
{{- end }} {{- end }}
{{- if .Values.security.enabled }} {{- if .Values.security.enabled }}
- name: elasticsearch-certificates - name: empty-dir
mountPath: /opt/bitnami/elasticsearch/config/certs mountPath: /opt/bitnami/elasticsearch/config/certs
readOnly: true subPath: certs
{{- end }} {{- end }}
{{- if .Values.initScripts }} {{- if .Values.initScripts }}
- name: custom-init-scripts - name: custom-init-scripts

View File

@ -108,6 +108,40 @@ spec:
resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }} resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if and .Values.security.enabled .Values.enableDefaultInitContainers }}
- name: copy-tls-certificates
image: {{ include "elasticsearch.copyTlsCerts.image" . }}
imagePullPolicy: {{ .Values.copyTlsCerts.image.pullPolicy | quote }}
command:
- /bin/sh
- -c
- |
ls -l /
ls -l /certs
for file in /certs/*; do
if [ -f "$file" ]; then
filename=$(basename "$file")
dst_file="/tmp/$filename"
cat "$file" > "$dst_file"
echo "Copied $file to $dst_file"
fi
done
echo "All files have been copied."
volumeMounts:
- name: elasticsearch-certificates
mountPath: /certs
- name: empty-dir
mountPath: /tmp
subPath: certs
{{- if .Values.master.containerSecurityContext.enabled }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.master.containerSecurityContext "context" $) | nindent 12 }}
{{- end }}
{{- if .Values.copyTlsCerts.resources }}
resources: {{- toYaml .Values.copyTlsCerts.resources | nindent 12 }}
{{- else if ne .Values.copyTlsCerts.resourcesPreset "none" }}
resources: {{- include "common.resources.preset" (dict "type" .Values.copyTlsCerts.resourcesPreset) | nindent 12 }}
{{- end }}
{{- end }}
{{- if and .Values.volumePermissions.enabled .Values.master.persistence.enabled .Values.enableDefaultInitContainers }} {{- if and .Values.volumePermissions.enabled .Values.master.persistence.enabled .Values.enableDefaultInitContainers }}
- name: volume-permissions - name: volume-permissions
image: {{ include "elasticsearch.volumePermissions.image" . }} image: {{ include "elasticsearch.volumePermissions.image" . }}
@ -333,7 +367,6 @@ spec:
{{- if .Values.security.enabled }} {{- if .Values.security.enabled }}
- name: elasticsearch-certificates - name: elasticsearch-certificates
mountPath: /opt/bitnami/elasticsearch/config/certs mountPath: /opt/bitnami/elasticsearch/config/certs
readOnly: true
{{- end }} {{- end }}
{{- if .Values.initScripts }} {{- if .Values.initScripts }}
- name: custom-init-scripts - name: custom-init-scripts

View File

@ -2729,6 +2729,55 @@ sysctlImage:
## ##
resources: {} resources: {}
## copy-tls-certificates init container definition
##
copyTlsCerts:
## @param copyTlsCerts.image.registry [default: REGISTRY_NAME] Copy TLS certificates image registry
## @param copyTlsCerts.image.repository [default: REPOSITORY_NAME/os-shell] Copy TLS certificates image repository
## @skip copyTlsCerts.image.tag Copy TLS certificates image tag
## @param copyTlsCerts.image.digest Copy TLS certificates image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
## @param copyTlsCerts.image.pullPolicy Copy TLS certificates image pull policy
## @param copyTlsCerts.image.pullSecrets Copy TLS certificates image pull secrets
##
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r47
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## e.g:
## pullSecrets:
## - myRegistryKeySecretName
##
pullSecrets: []
## Init container' resource requests and limits
## ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
## We usually recommend not to specify default resources and to leave this as a conscious
## choice for the user. This also increases chances charts run on environments with little
## resources, such as Minikube. If you do want to specify resources, uncomment the following
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
## @param copyTlsCerts.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if copyTlsCerts.resources is set (copyTlsCerts.resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
resourcesPreset: "nano"
## @param copyTlsCerts.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
## Example:
## resources:
## requests:
## cpu: 2
## memory: 512Mi
## limits:
## cpu: 3
## memory: 1024Mi
##
resources: {}
## @section Kibana Parameters ## @section Kibana Parameters
## Bundled Kibana parameters ## Bundled Kibana parameters

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 1.1.3 (2025-07-10) ## 1.1.2 (2025-07-08)
* [bitnami/envoy-gateway] :zap: :arrow_up: Update dependency references ([#35001](https://github.com/bitnami/charts/pull/35001)) * [bitnami/envoy-gateway] :zap: :arrow_up: Update dependency references ([#34883](https://github.com/bitnami/charts/pull/34883))
## <small>1.1.2 (2025-07-08)</small>
* [bitnami/envoy-gateway] :zap: :arrow_up: Update dependency references (#34883) ([b6c7d5b](https://github.com/bitnami/charts/commit/b6c7d5b881ddb943694177de17f24fcde4c3c667)), closes [#34883](https://github.com/bitnami/charts/issues/34883)
## <small>1.1.1 (2025-07-04)</small> ## <small>1.1.1 (2025-07-04)</small>

View File

@ -5,7 +5,7 @@ annotations:
category: Infrastructure category: Infrastructure
images: | images: |
- name: envoy - name: envoy
image: docker.io/bitnami/envoy:1.34.2-debian-12-r0 image: docker.io/bitnami/envoy:1.34.1-debian-12-r3
- name: envoy-gateway - name: envoy-gateway
image: docker.io/bitnami/envoy-gateway:1.4.2-debian-12-r1 image: docker.io/bitnami/envoy-gateway:1.4.2-debian-12-r1
- name: envoy-ratelimit - name: envoy-ratelimit
@ -36,4 +36,4 @@ maintainers:
name: envoy-gateway name: envoy-gateway
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/envoy-gateway - https://github.com/bitnami/charts/tree/main/bitnami/envoy-gateway
version: 1.1.3 version: 1.1.2

View File

@ -132,7 +132,7 @@ ratelimitImage:
envoyImage: envoyImage:
registry: docker.io registry: docker.io
repository: bitnami/envoy repository: bitnami/envoy
tag: 1.34.2-debian-12-r0 tag: 1.34.1-debian-12-r3
digest: "" digest: ""
## @param replicaCount Number of Envoy Gateway replicas to deploy ## @param replicaCount Number of Envoy Gateway replicas to deploy
## ##

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 12.0.9 (2025-07-10) ## 12.0.8 (2025-07-08)
* [bitnami/etcd] :zap: :arrow_up: Update dependency references ([#34997](https://github.com/bitnami/charts/pull/34997)) * [bitnami/etcd] :zap: :arrow_up: Update dependency references ([#34881](https://github.com/bitnami/charts/pull/34881))
## <small>12.0.8 (2025-07-08)</small>
* [bitnami/etcd] :zap: :arrow_up: Update dependency references (#34881) ([6d91652](https://github.com/bitnami/charts/commit/6d916522b51a18123e5c70705996d37549820bb0)), closes [#34881](https://github.com/bitnami/charts/issues/34881)
## <small>12.0.7 (2025-07-03)</small> ## <small>12.0.7 (2025-07-03)</small>

View File

@ -5,13 +5,13 @@ annotations:
category: Database category: Database
images: | images: |
- name: etcd - name: etcd
image: docker.io/bitnami/etcd:3.6.2-debian-12-r0 image: docker.io/bitnami/etcd:3.6.1-debian-12-r3
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
appVersion: 3.6.2 appVersion: 3.6.1
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
@ -35,4 +35,4 @@ maintainers:
name: etcd name: etcd
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd - https://github.com/bitnami/charts/tree/main/bitnami/etcd
version: 12.0.9 version: 12.0.8

View File

@ -90,7 +90,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/etcd repository: bitnami/etcd
tag: 3.6.2-debian-12-r0 tag: 3.6.1-debian-12-r3
digest: "" digest: ""
## @param image.pullPolicy etcd image pull policy ## @param image.pullPolicy etcd image pull policy
## Specify a imagePullPolicy ## Specify a imagePullPolicy

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 23.0.26 (2025-07-11) ## 23.0.25 (2025-07-04)
* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35024](https://github.com/bitnami/charts/pull/35024)) * [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#34808](https://github.com/bitnami/charts/pull/34808))
## <small>23.0.25 (2025-07-04)</small>
* [bitnami/ghost] :zap: :arrow_up: Update dependency references (#34808) ([67bba4a](https://github.com/bitnami/charts/commit/67bba4ab0d7603f7fc2f309fbd9beff41c4f146e)), closes [#34808](https://github.com/bitnami/charts/issues/34808)
## <small>23.0.24 (2025-07-04)</small> ## <small>23.0.24 (2025-07-04)</small>

View File

@ -5,13 +5,13 @@ annotations:
category: CMS category: CMS
images: | images: |
- name: ghost - name: ghost
image: docker.io/bitnami/ghost:5.129.2-debian-12-r0 image: docker.io/bitnami/ghost:5.129.1-debian-12-r1
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 5.129.2 appVersion: 5.129.1
dependencies: dependencies:
- condition: mysql.enabled - condition: mysql.enabled
name: mysql name: mysql
@ -43,4 +43,4 @@ maintainers:
name: ghost name: ghost
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost - https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 23.0.26 version: 23.0.25

View File

@ -87,7 +87,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/ghost repository: bitnami/ghost
tag: 5.129.2-debian-12-r0 tag: 5.129.1-debian-12-r1
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,16 +1,8 @@
# Changelog # Changelog
## 3.2.15 (2025-07-11) ## 3.2.13 (2025-07-08)
* [bitnami/gitea] :zap: :arrow_up: Update dependency references ([#35014](https://github.com/bitnami/charts/pull/35014)) * [bitnami/gitea] :zap: :arrow_up: Update dependency references ([#34890](https://github.com/bitnami/charts/pull/34890))
## <small>3.2.14 (2025-07-11)</small>
* [bitnami/gitea] :zap: :arrow_up: Update dependency references (#35006) ([9f0bc3d](https://github.com/bitnami/charts/commit/9f0bc3d82b790f5bb4dd337b226314aa0cfb9041)), closes [#35006](https://github.com/bitnami/charts/issues/35006)
## <small>3.2.13 (2025-07-08)</small>
* [bitnami/gitea] :zap: :arrow_up: Update dependency references (#34890) ([acc77e5](https://github.com/bitnami/charts/commit/acc77e5b63e3e593f01f2c266ae0b38ec016c9b4)), closes [#34890](https://github.com/bitnami/charts/issues/34890)
## <small>3.2.12 (2025-06-20)</small> ## <small>3.2.12 (2025-06-20)</small>

View File

@ -5,7 +5,7 @@ annotations:
category: Analytics category: Analytics
images: | images: |
- name: gitea - name: gitea
image: docker.io/bitnami/gitea:1.24.2-debian-12-r3 image: docker.io/bitnami/gitea:1.24.2-debian-12-r1
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
licenses: Apache-2.0 licenses: Apache-2.0
@ -39,4 +39,4 @@ maintainers:
name: gitea name: gitea
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitea - https://github.com/bitnami/charts/tree/main/bitnami/gitea
version: 3.2.15 version: 3.2.13

View File

@ -78,7 +78,7 @@ usePasswordFiles: true
image: image:
registry: docker.io registry: docker.io
repository: bitnami/gitea repository: bitnami/gitea
tag: 1.24.2-debian-12-r3 tag: 1.24.2-debian-12-r1
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 5.0.5 (2025-07-11) ## 5.0.4 (2025-07-08)
* [bitnami/grafana-loki] :zap: :arrow_up: Update dependency references ([#35019](https://github.com/bitnami/charts/pull/35019)) * [bitnami/grafana-loki] :zap: :arrow_up: Update dependency references ([#34898](https://github.com/bitnami/charts/pull/34898))
## <small>5.0.4 (2025-07-09)</small>
* [bitnami/grafana-loki] :zap: :arrow_up: Update dependency references (#34898) ([3999e3d](https://github.com/bitnami/charts/commit/3999e3dce59d7774f7cfb5640ec75f4947d1fa2f)), closes [#34898](https://github.com/bitnami/charts/issues/34898)
## <small>5.0.3 (2025-06-30)</small> ## <small>5.0.3 (2025-06-30)</small>

View File

@ -5,7 +5,7 @@ annotations:
category: Infrastructure category: Infrastructure
images: | images: |
- name: grafana-loki - name: grafana-loki
image: docker.io/bitnami/grafana-loki:3.5.2-debian-12-r0 image: docker.io/bitnami/grafana-loki:3.5.1-debian-12-r4
- name: nginx - name: nginx
image: docker.io/bitnami/nginx:1.29.0-debian-12-r2 image: docker.io/bitnami/nginx:1.29.0-debian-12-r2
- name: os-shell - name: os-shell
@ -13,7 +13,7 @@ annotations:
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 3.5.2 appVersion: 3.5.1
dependencies: dependencies:
- alias: grafanaalloy - alias: grafanaalloy
condition: grafanaalloy.enabled condition: grafanaalloy.enabled
@ -61,4 +61,4 @@ maintainers:
name: grafana-loki name: grafana-loki
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki - https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
version: 5.0.5 version: 5.0.4

View File

@ -89,7 +89,7 @@ loki:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/grafana-loki repository: bitnami/grafana-loki
tag: 3.5.2-debian-12-r0 tag: 3.5.1-debian-12-r4
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 12.1.0 (2025-07-11) ## 12.0.9 (2025-07-09)
* [bitnami/grafana] Adding possibility to deploy as StatefulSet ([#34831](https://github.com/bitnami/charts/pull/34831)) * [bitnami/grafana] :zap: :arrow_up: Update dependency references ([#34903](https://github.com/bitnami/charts/pull/34903))
## <small>12.0.9 (2025-07-09)</small>
* [bitnami/grafana] :zap: :arrow_up: Update dependency references (#34903) ([72b5f85](https://github.com/bitnami/charts/commit/72b5f858605e629b6d197fd17028f3f3b07b464c)), closes [#34903](https://github.com/bitnami/charts/issues/34903)
## <small>12.0.8 (2025-06-18)</small> ## <small>12.0.8 (2025-06-18)</small>

View File

@ -33,4 +33,4 @@ maintainers:
name: grafana name: grafana
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana - https://github.com/bitnami/charts/tree/main/bitnami/grafana
version: 12.1.0 version: 12.0.9

View File

@ -24,15 +24,15 @@ This chart bootstraps a [grafana](https://github.com/bitnami/containers/tree/mai
In the Bitnami catalog we offer both the bitnami/grafana and bitnami/grafana-operator charts. Each solution covers different needs and use cases. In the Bitnami catalog we offer both the bitnami/grafana and bitnami/grafana-operator charts. Each solution covers different needs and use cases.
The *bitnami/grafana* chart deploys a single Grafana installation using a Kubernetes Deployment object (together with Services, PVCs, ConfigMaps, etc.) or a Kubernetes StatefulSet object (with headless service, volumeClaimTemplate and ConfigMaps). The figure below shows the deployed objects in the cluster after executing *helm install*: The *bitnami/grafana* chart deploys a single Grafana installation using a Kubernetes Deployment object (together with Services, PVCs, ConfigMaps, etc.). The figure below shows the deployed objects in the cluster after executing *helm install*:
```text ```text
+--------------+ +-----+ +--------------+ +-----+
| | | | | | | |
Service & Ingress | Grafana +<------------+ PVC | Service & Ingress | Grafana +<------------+ PVC |
<-------------------+ | | | <-------------------+ | | |
| Deployment/ | +-----+ | Deployment | +-----+
| StatefulSet | | |
+-----------+--+ +-----------+--+
^ +------------+ ^ +------------+
| | | | | |
@ -368,8 +368,6 @@ imageRenderer:
To support HA Grafana just need an external database where store dashboards, users and other persistent data. To support HA Grafana just need an external database where store dashboards, users and other persistent data.
To configure the external database provide a configuration file containing the [database section](https://grafana.com/docs/installation/configuration/#database) To configure the external database provide a configuration file containing the [database section](https://grafana.com/docs/installation/configuration/#database)
It's also recommended to use a `StatefulSet` kind instead of a `Deployment` kind to leverage the `volumeClaimTemplates`.
More information about Grafana HA [here](https://grafana.com/docs/tutorials/ha_setup/) More information about Grafana HA [here](https://grafana.com/docs/tutorials/ha_setup/)
### Setting Pod's affinity ### Setting Pod's affinity
@ -479,8 +477,6 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
| Name | Description | Value | | Name | Description | Value |
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | | ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `grafana.replicaCount` | Number of Grafana nodes | `1` | | `grafana.replicaCount` | Number of Grafana nodes | `1` |
| `grafana.kind` | Use either Deployment or StatefulSet (default) | `Deployment` |
| `grafana.podManagementPolicy` | StatefulSet pod management policy | `Parallel` |
| `grafana.updateStrategy.type` | Set up update strategy for Grafana installation. | `RollingUpdate` | | `grafana.updateStrategy.type` | Set up update strategy for Grafana installation. | `RollingUpdate` |
| `grafana.automountServiceAccountToken` | Mount Service Account token in pod | `false` | | `grafana.automountServiceAccountToken` | Mount Service Account token in pod | `false` |
| `grafana.hostAliases` | Add deployment host aliases | `[]` | | `grafana.hostAliases` | Add deployment host aliases | `[]` |
@ -563,13 +559,13 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
### Persistence parameters ### Persistence parameters
| Name | Description | Value | | Name | Description | Value |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | | --------------------------- | --------------------------------------------------------------------------------------------------------- | --------------- |
| `persistence.enabled` | Enable persistence | `true` | | `persistence.enabled` | Enable persistence | `true` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` | | `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `persistence.accessMode` | Persistent Volume Access Mode | `ReadWriteOnce` | | `persistence.accessMode` | Persistent Volume Access Mode | `ReadWriteOnce` |
| `persistence.accessModes` | Persistent Volume Access Modes | `[]` | | `persistence.accessModes` | Persistent Volume Access Modes | `[]` |
| `persistence.storageClass` | Storage class to use with the PVC | `""` | | `persistence.storageClass` | Storage class to use with the PVC | `""` |
| `persistence.existingClaim` | If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable. Please note that this setting will be ignored when `grafana.kind` is set to `StatefulSet`. | `""` | | `persistence.existingClaim` | If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable | `""` |
| `persistence.size` | Size for the PV | `10Gi` | | `persistence.size` | Size for the PV | `10Gi` |
### RBAC parameters ### RBAC parameters

View File

@ -181,7 +181,6 @@ Validate values for Grafana.
{{- $messages := append $messages (include "grafana.validateValues.ldap.configmapsecret" .) -}} {{- $messages := append $messages (include "grafana.validateValues.ldap.configmapsecret" .) -}}
{{- $messages := append $messages (include "grafana.validateValues.ldap.tls" .) -}} {{- $messages := append $messages (include "grafana.validateValues.ldap.tls" .) -}}
{{- $messages := append $messages (include "grafana.validateValues.imageRenderer" .) -}} {{- $messages := append $messages (include "grafana.validateValues.imageRenderer" .) -}}
{{- $messages := append $messages (include "grafana.validateValues.grafana.kind" .) -}}
{{- $messages := without $messages "" -}} {{- $messages := without $messages "" -}}
{{- $message := join "\n" $messages -}} {{- $message := join "\n" $messages -}}
@ -244,12 +243,3 @@ grafana: imageRenderer.enabled imageRenderer.serverURL and imageRenderer.callbac
(--set imageRenderer.serverURL="http://image-renderer-url/render" --set imageRenderer.callbackURL="http://grafana-url:3000/") (--set imageRenderer.serverURL="http://image-renderer-url/render" --set imageRenderer.callbackURL="http://grafana-url:3000/")
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{/* Validate values of Grafana - must provide a valid resourceType ("deployment" or "statefulset") */}}
{{- define "grafana.validateValues.grafana.kind" -}}
{{- if and (ne (lower .Values.grafana.kind) "deployment") (ne (lower .Values.grafana.kind) "statefulset") -}}
grafana: kind
Invalid kind selected. Valid values are "deployment" and
"statefulset". Please set a valid mode (--set grafana.kind="xxxx")
{{- end -}}
{{- end -}}

View File

@ -3,8 +3,8 @@ Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0 SPDX-License-Identifier: APACHE-2.0
*/}} */}}
apiVersion: {{ ternary (include "common.capabilities.deployment.apiVersion" .) (include "common.capabilities.statefulset.apiVersion" .) (eq (lower .Values.grafana.kind) "deployment") }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: {{ ternary "Deployment" "StatefulSet" (eq (lower .Values.grafana.kind) "deployment") }} kind: Deployment
metadata: metadata:
name: {{ include "common.names.fullname" . }} name: {{ include "common.names.fullname" . }}
namespace: {{ include "common.names.namespace" . | quote }} namespace: {{ include "common.names.namespace" . | quote }}
@ -15,18 +15,12 @@ metadata:
{{- end }} {{- end }}
spec: spec:
replicas: {{ .Values.grafana.replicaCount }} replicas: {{ .Values.grafana.replicaCount }}
{{- if eq (lower .Values.grafana.kind) "statefulset" }}
serviceName: {{ printf "%s-headless" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
{{- if .Values.grafana.podManagementPolicy }}
podManagementPolicy: {{ .Values.grafana.podManagementPolicy }}
{{- end }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.grafana.podLabels .Values.commonLabels ) "context" . ) }} {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.grafana.podLabels .Values.commonLabels ) "context" . ) }}
selector: selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
app.kubernetes.io/component: grafana app.kubernetes.io/component: grafana
{{- if .Values.grafana.updateStrategy }} {{- if .Values.grafana.updateStrategy }}
{{ ternary "strategy" "updateStrategy" (eq (lower .Values.grafana.kind) "deployment") }}: {{ include "common.tplvalues.render" (dict "value" .Values.grafana.updateStrategy "context" .) | nindent 4 }} strategy: {{ include "common.tplvalues.render" (dict "value" .Values.grafana.updateStrategy "context" $) | nindent 4 }}
{{- end }} {{- end }}
template: template:
metadata: metadata:
@ -332,7 +326,6 @@ spec:
name: {{ include "grafana.smtpSecretName" . }} name: {{ include "grafana.smtpSecretName" . }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if eq (lower .Values.grafana.kind) "deployment" }}
- name: data - name: data
{{- if .Values.persistence.enabled }} {{- if .Values.persistence.enabled }}
persistentVolumeClaim: persistentVolumeClaim:
@ -340,7 +333,6 @@ spec:
{{- else }} {{- else }}
emptyDir: {} emptyDir: {}
{{- end }} {{- end }}
{{- end }}
{{- if .Values.ldap.enabled }} {{- if .Values.ldap.enabled }}
- name: ldap - name: ldap
{{- if not (empty .Values.ldap.configMapName) }} {{- if not (empty .Values.ldap.configMapName) }}
@ -414,30 +406,3 @@ spec:
{{- if .Values.grafana.extraVolumes }} {{- if .Values.grafana.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.grafana.extraVolumes "context" $) | nindent 8 }} {{- include "common.tplvalues.render" (dict "value" .Values.grafana.extraVolumes "context" $) | nindent 8 }}
{{- end }} {{- end }}
{{- if and (eq (lower .Values.grafana.kind) "statefulset") .Values.persistence.enabled }}
volumeClaimTemplates:
- metadata:
name: data
{{- if .Values.persistence.annotations }}
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.persistence.annotations "context" $) | nindent 10 }}
{{- end }}
{{- if .Values.persistence.labels }}
labels: {{- include "common.tplvalues.render" (dict "value" .Values.persistence.labels "context" $) | nindent 10 }}
{{- end }}
spec:
accessModes:
{{- if .Values.persistence.accessModes }}
{{- range .Values.persistence.accessModes }}
- {{ . | quote }}
{{- end }}
{{- else }}
- {{ .Values.persistence.accessMode | quote }}
{{- end }}
resources:
requests:
storage: {{ .Values.persistence.size | quote }}
{{- include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global) | nindent 8 }}
{{- if .Values.persistence.selector }}
selector: {{- include "common.tplvalues.render" (dict "value" .Values.persistence.selector "context" $) | nindent 10 }}
{{- end }}
{{- end }}

View File

@ -3,8 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0 SPDX-License-Identifier: APACHE-2.0
*/}} */}}
{{- if and (eq (lower .Values.grafana.kind) "deployment") .Values.persistence.enabled (not .Values.persistence.existingClaim) }} {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
apiVersion: v1 apiVersion: v1
metadata: metadata:

View File

@ -1,32 +0,0 @@
{{- /*
Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}
{{- if eq (lower .Values.grafana.kind) "statefulset" }}
apiVersion: v1
kind: Service
metadata:
name: {{ printf "%s-headless" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: grafana
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
type: ClusterIP
clusterIP: None
# We want all pods in the StatefulSet to have their addresses published for
# the sake of the other Grafana pods even before they're ready, since they
# have to be able to talk to each other in order to become ready.
publishNotReadyAddresses: true
ports:
- port: {{ .Values.grafana.containerPorts.grafana }}
targetPort: dashboard
protocol: TCP
name: http
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.grafana.podLabels .Values.commonLabels ) "context" . ) }}
selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: grafana
{{- end }}

View File

@ -2,6 +2,7 @@
Copyright Broadcom, Inc. All Rights Reserved. Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0 SPDX-License-Identifier: APACHE-2.0
*/}} */}}
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:

View File

@ -304,14 +304,6 @@ grafana:
## @param grafana.replicaCount Number of Grafana nodes ## @param grafana.replicaCount Number of Grafana nodes
## ##
replicaCount: 1 replicaCount: 1
## @param grafana.kind Use either Deployment or StatefulSet (default)
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
##
kind: Deployment
## @param grafana.podManagementPolicy StatefulSet pod management policy
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
##
podManagementPolicy: Parallel
## @param grafana.updateStrategy.type Set up update strategy for Grafana installation. ## @param grafana.updateStrategy.type Set up update strategy for Grafana installation.
## Set to Recreate if you use persistent volume that cannot be mounted by more than one pods to make sure the pods is destroyed first. ## Set to Recreate if you use persistent volume that cannot be mounted by more than one pods to make sure the pods is destroyed first.
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy ## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
@ -624,7 +616,7 @@ grafana:
## @param persistence.accessMode Persistent Volume Access Mode ## @param persistence.accessMode Persistent Volume Access Mode
## @param persistence.accessModes Persistent Volume Access Modes ## @param persistence.accessModes Persistent Volume Access Modes
## @param persistence.storageClass Storage class to use with the PVC ## @param persistence.storageClass Storage class to use with the PVC
## @param persistence.existingClaim If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable. Please note that this setting will be ignored when `grafana.kind` is set to `StatefulSet`. ## @param persistence.existingClaim If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable
## @param persistence.size Size for the PV ## @param persistence.size Size for the PV
## ##
persistence: persistence:

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 24.7.7 (2025-07-11) ## 24.7.6 (2025-07-09)
* [bitnami/keycloak] :zap: :arrow_up: Update dependency references ([#35004](https://github.com/bitnami/charts/pull/35004)) * [bitnami/keycloak] :zap: :arrow_up: Update dependency references ([#34977](https://github.com/bitnami/charts/pull/34977))
## <small>24.7.6 (2025-07-09)</small>
* [bitnami/keycloak] :zap: :arrow_up: Update dependency references (#34977) ([14ed3a1](https://github.com/bitnami/charts/commit/14ed3a17a40d05a10591c5fc7d3717c804093d08)), closes [#34977](https://github.com/bitnami/charts/issues/34977)
## <small>24.7.5 (2025-07-02)</small> ## <small>24.7.5 (2025-07-02)</small>

View File

@ -5,7 +5,7 @@ annotations:
category: DeveloperTools category: DeveloperTools
images: | images: |
- name: keycloak - name: keycloak
image: docker.io/bitnami/keycloak:26.3.1-debian-12-r1 image: docker.io/bitnami/keycloak:26.3.1-debian-12-r0
- name: keycloak-config-cli - name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r9 image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r9
licenses: Apache-2.0 licenses: Apache-2.0
@ -36,4 +36,4 @@ maintainers:
name: keycloak name: keycloak
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak - https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 24.7.7 version: 24.7.6

View File

@ -111,7 +111,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/keycloak repository: bitnami/keycloak
tag: 26.3.1-debian-12-r1 tag: 26.3.1-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 0.4.10 (2025-07-10) ## 0.4.9 (2025-07-09)
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#34998](https://github.com/bitnami/charts/pull/34998)) * [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#34972](https://github.com/bitnami/charts/pull/34972))
## <small>0.4.9 (2025-07-09)</small>
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references (#34972) ([4654fc4](https://github.com/bitnami/charts/commit/4654fc45c972c76316adc591432f684b478c36b6)), closes [#34972](https://github.com/bitnami/charts/issues/34972)
## <small>0.4.8 (2025-06-13)</small> ## <small>0.4.8 (2025-06-13)</small>

View File

@ -5,13 +5,13 @@ annotations:
category: Database category: Database
images: | images: |
- name: neo4j - name: neo4j
image: docker.io/bitnami/neo4j:5.26.9-debian-12-r0 image: docker.io/bitnami/neo4j:5.26.8-debian-12-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
appVersion: 5.26.9 appVersion: 5.26.8
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
@ -37,4 +37,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/neo4j - https://github.com/bitnami/charts/tree/main/bitnami/neo4j
- https://github.com/bitnami/containers/tree/main/bitnami/neo4j - https://github.com/bitnami/containers/tree/main/bitnami/neo4j
- https://github.com/neo4j/neo4j - https://github.com/neo4j/neo4j
version: 0.4.10 version: 0.4.9

View File

@ -97,7 +97,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/neo4j repository: bitnami/neo4j
tag: 5.26.9-debian-12-r0 tag: 5.26.8-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,20 +1,8 @@
# Changelog # Changelog
## 2.0.23 (2025-07-11) ## 2.0.20 (2025-06-23)
* [bitnami/nessie] :zap: :arrow_up: Update dependency references ([#35021](https://github.com/bitnami/charts/pull/35021)) * [bitnami/nessie]fix(serviceMonitor): Amend selector ([#34584](https://github.com/bitnami/charts/pull/34584))
## <small>2.0.22 (2025-07-11)</small>
* [bitnami/nessie] :zap: :arrow_up: Update dependency references (#35009) ([2147691](https://github.com/bitnami/charts/commit/2147691cc49104ed2a45c1c81377da4637695d94)), closes [#35009](https://github.com/bitnami/charts/issues/35009)
## <small>2.0.21 (2025-07-01)</small>
* [bitnami/nessie] :zap: :arrow_up: Update dependency references (#34742) ([eb9fc5f](https://github.com/bitnami/charts/commit/eb9fc5ff7df04d2b17a10804a924b451f54e949b)), closes [#34742](https://github.com/bitnami/charts/issues/34742)
## <small>2.0.20 (2025-06-23)</small>
* [bitnami/nessie]fix(serviceMonitor): Amend selector (#34584) ([b664005](https://github.com/bitnami/charts/commit/b6640051f9a587405471afc16ac3fb0d48d1f317)), closes [#34584](https://github.com/bitnami/charts/issues/34584)
## <small>2.0.19 (2025-06-18)</small> ## <small>2.0.19 (2025-06-18)</small>

View File

@ -5,15 +5,15 @@ annotations:
category: Database category: Database
images: | images: |
- name: nessie - name: nessie
image: docker.io/bitnami/nessie:0.104.3-debian-12-r0 image: docker.io/bitnami/nessie:0.104.2-debian-12-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
- name: postgresql - name: postgresql
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r17 image: docker.io/bitnami/postgresql:17.5.0-debian-12-r16
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 0.104.3 appVersion: 0.104.2
dependencies: dependencies:
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
@ -40,4 +40,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nessie - https://github.com/bitnami/charts/tree/main/bitnami/nessie
- https://github.com/bitnami/containers/tree/main/bitnami/nessie - https://github.com/bitnami/containers/tree/main/bitnami/nessie
- https://github.com/nessie/nessie - https://github.com/nessie/nessie
version: 2.0.23 version: 2.0.21

View File

@ -124,7 +124,7 @@ javaOpts: ""
image: image:
registry: docker.io registry: docker.io
repository: bitnami/nessie repository: bitnami/nessie
tag: 0.104.3-debian-12-r0 tag: 0.104.2-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@ -807,7 +807,7 @@ waitContainer:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/postgresql repository: bitnami/postgresql
tag: 17.5.0-debian-12-r17 tag: 17.5.0-debian-12-r16
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 16.0.20 (2025-07-11) ## 16.0.19 (2025-07-10)
* [bitnami/postgresql-ha] :zap: :arrow_up: Update dependency references ([#35008](https://github.com/bitnami/charts/pull/35008)) * [bitnami/postgresql-ha] bugfix: credentials from files on witness ([#34986](https://github.com/bitnami/charts/pull/34986))
## <small>16.0.19 (2025-07-10)</small>
* [bitnami/postgresql-ha] bugfix: credentials from files on witness (#34986) ([361cf78](https://github.com/bitnami/charts/commit/361cf78943a1f6a1c5dcc654fe6d29b05090dbb3)), closes [#34986](https://github.com/bitnami/charts/issues/34986)
## <small>16.0.18 (2025-07-09)</small> ## <small>16.0.18 (2025-07-09)</small>

View File

@ -11,7 +11,7 @@ annotations:
- name: postgres-exporter - name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12 image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12
- name: postgresql-repmgr - name: postgresql-repmgr
image: docker.io/bitnami/postgresql-repmgr:17.5.0-debian-12-r15 image: docker.io/bitnami/postgresql-repmgr:17.5.0-debian-12-r14
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
@ -43,4 +43,4 @@ maintainers:
name: postgresql-ha name: postgresql-ha
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 16.0.20 version: 16.0.19

View File

@ -120,7 +120,7 @@ postgresql:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/postgresql-repmgr repository: bitnami/postgresql-repmgr
tag: 17.5.0-debian-12-r15 tag: 17.5.0-debian-12-r14
digest: "" digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
## ##

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 16.7.17 (2025-07-11) ## 16.7.16 (2025-07-09)
* [bitnami/postgresql] :zap: :arrow_up: Update dependency references ([#35012](https://github.com/bitnami/charts/pull/35012)) * [bitnami/postgresql] :zap: :arrow_up: Update dependency references ([#34943](https://github.com/bitnami/charts/pull/34943))
## <small>16.7.16 (2025-07-09)</small>
* [bitnami/postgresql] :zap: :arrow_up: Update dependency references (#34943) ([c3ac2ad](https://github.com/bitnami/charts/commit/c3ac2ad4660570101dd734c6b2b1caf480ef4ad1)), closes [#34943](https://github.com/bitnami/charts/issues/34943)
## <small>16.7.15 (2025-07-01)</small> ## <small>16.7.15 (2025-07-01)</small>

View File

@ -9,7 +9,7 @@ annotations:
- name: postgres-exporter - name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12 image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12
- name: postgresql - name: postgresql
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r17 image: docker.io/bitnami/postgresql:17.5.0-debian-12-r16
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
@ -38,4 +38,4 @@ maintainers:
name: postgresql name: postgresql
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql - https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 16.7.17 version: 16.7.16

View File

@ -121,7 +121,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/postgresql repository: bitnami/postgresql
tag: 17.5.0-debian-12-r17 tag: 17.5.0-debian-12-r16
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 21.2.10 (2025-07-11) ## 21.2.9 (2025-07-09)
* [bitnami/redis] Fix external service annotations ignored #33270 ([#33776](https://github.com/bitnami/charts/pull/33776)) * [bitnami/redis] :zap: :arrow_up: Update dependency references ([#34949](https://github.com/bitnami/charts/pull/34949))
## <small>21.2.9 (2025-07-09)</small>
* [bitnami/redis] :zap: :arrow_up: Update dependency references (#34949) ([85fa246](https://github.com/bitnami/charts/commit/85fa246dbb8b1e269f4819da33f178d54f0c3f79)), closes [#34949](https://github.com/bitnami/charts/issues/34949)
## <small>21.2.8 (2025-07-09)</small> ## <small>21.2.8 (2025-07-09)</small>

View File

@ -39,4 +39,4 @@ maintainers:
name: redis name: redis
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis - https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 21.2.10 version: 21.2.9

View File

@ -19,9 +19,7 @@ metadata:
labels: {{- include "common.labels.standard" ( dict "customLabels" $root.Values.commonLabels "context" $ ) | nindent 4 }} labels: {{- include "common.labels.standard" ( dict "customLabels" $root.Values.commonLabels "context" $ ) | nindent 4 }}
pod: {{ $targetPod }} pod: {{ $targetPod }}
{{- if or {{- if or
(ne $root.Values.sentinel.externalAccess.service.loadBalancerIPAnnotaion "") (ne $root.Values.sentinel.externalAccess.service.loadBalancerIPAnnotaion "") }}
$root.Values.sentinel.externalAccess.service.annotations
$root.Values.sentinel.commonAnnotations }}
{{- $loadBalancerIPAnnotaion := "" }} {{- $loadBalancerIPAnnotaion := "" }}
{{- if ne $root.Values.sentinel.externalAccess.service.loadBalancerIPAnnotaion ""}} {{- if ne $root.Values.sentinel.externalAccess.service.loadBalancerIPAnnotaion ""}}
{{- $loadBalancerIPAnnotaion = printf {{- $loadBalancerIPAnnotaion = printf

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 5.0.5 (2025-07-11) ## 5.0.4 (2025-07-09)
* [bitnami/seaweedfs] :zap: :arrow_up: Update dependency references ([#35010](https://github.com/bitnami/charts/pull/35010)) * [bitnami/seaweedfs] :zap: :arrow_up: Update dependency references ([#34957](https://github.com/bitnami/charts/pull/34957))
## <small>5.0.4 (2025-07-09)</small>
* [bitnami/seaweedfs] :zap: :arrow_up: Update dependency references (#34957) ([6e76b70](https://github.com/bitnami/charts/commit/6e76b70eb7aeaa88df5d5ef75bfbcbf4c5f195c0)), closes [#34957](https://github.com/bitnami/charts/issues/34957)
## <small>5.0.3 (2025-07-07)</small> ## <small>5.0.3 (2025-07-07)</small>

View File

@ -9,7 +9,7 @@ annotations:
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r47 image: docker.io/bitnami/os-shell:12-debian-12-r47
- name: postgresql - name: postgresql
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r17 image: docker.io/bitnami/postgresql:17.5.0-debian-12-r16
- name: seaweedfs - name: seaweedfs
image: docker.io/bitnami/seaweedfs:3.93.0-debian-12-r1 image: docker.io/bitnami/seaweedfs:3.93.0-debian-12-r1
licenses: Apache-2.0 licenses: Apache-2.0
@ -51,4 +51,4 @@ name: seaweedfs
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs - https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs - https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 5.0.5 version: 5.0.4

View File

@ -3906,7 +3906,7 @@ postgresql:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/postgresql repository: bitnami/postgresql
tag: 17.5.0-debian-12-r17 tag: 17.5.0-debian-12-r16
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 8.1.11 (2025-07-11) ## 8.1.10 (2025-07-10)
* [bitnami/sonarqube] Substitute SONAR_CE_JAVAADDITIONALOPTS by SONARQUBE_CE_JAVA_ADD_OPTS ([#34665](https://github.com/bitnami/charts/pull/34665)) * [bitnami/sonarqube] :zap: :arrow_up: Update dependency references ([#34824](https://github.com/bitnami/charts/pull/34824))
## <small>8.1.10 (2025-07-10)</small>
* [bitnami/sonarqube] :zap: :arrow_up: Update dependency references (#34824) ([210c1ae](https://github.com/bitnami/charts/commit/210c1ae61078fcffa7762656c17a003b49208076)), closes [#34824](https://github.com/bitnami/charts/issues/34824)
## <small>8.1.9 (2025-06-10)</small> ## <small>8.1.9 (2025-06-10)</small>

View File

@ -40,4 +40,4 @@ maintainers:
name: sonarqube name: sonarqube
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube - https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
version: 8.1.11 version: 8.1.10

View File

@ -297,7 +297,7 @@ As an alternative, this chart supports using an initContainer to change the owne
| `minHeapSize` | Minimum heap size for SonarQube(TM) | `1024m` | | `minHeapSize` | Minimum heap size for SonarQube(TM) | `1024m` |
| `maxHeapSize` | Maximum heap size for SonarQube(TM) | `2048m` | | `maxHeapSize` | Maximum heap size for SonarQube(TM) | `2048m` |
| `jvmOpts` | Values to add to SONARQUBE_WEB_JAVA_ADD_OPTS | `""` | | `jvmOpts` | Values to add to SONARQUBE_WEB_JAVA_ADD_OPTS | `""` |
| `jvmCeOpts` | Values to add to SONARQUBE_CE_JAVA_ADD_OPTS | `""` | | `jvmCeOpts` | Values to add to SONAR_CE_JAVAADDITIONALOPTS | `""` |
| `startTimeout` | Timeout for the application to start in seconds | `300` | | `startTimeout` | Timeout for the application to start in seconds | `300` |
| `extraProperties` | List of extra properties to be set in the sonar.properties file (key=value format) | `[]` | | `extraProperties` | List of extra properties to be set in the sonar.properties file (key=value format) | `[]` |
| `sonarqubeSkipInstall` | Skip wizard installation | `false` | | `sonarqubeSkipInstall` | Skip wizard installation | `false` |

View File

@ -364,7 +364,7 @@ spec:
{{- end }} {{- end }}
- name: SONARQUBE_WEB_JAVA_ADD_OPTS - name: SONARQUBE_WEB_JAVA_ADD_OPTS
value: {{ template "sonarqube.jvmOpts" . }} value: {{ template "sonarqube.jvmOpts" . }}
- name: SONARQUBE_CE_JAVA_ADD_OPTS - name: SONAR_CE_JAVAADDITIONALOPTS
value: {{ template "sonarqube.jvmCEOpts" . }} value: {{ template "sonarqube.jvmCEOpts" . }}
{{- if .Values.extraEnvVars }} {{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }} {{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}

View File

@ -139,7 +139,7 @@ maxHeapSize: 2048m
## @param jvmOpts Values to add to SONARQUBE_WEB_JAVA_ADD_OPTS ## @param jvmOpts Values to add to SONARQUBE_WEB_JAVA_ADD_OPTS
## ##
jvmOpts: "" jvmOpts: ""
## @param jvmCeOpts Values to add to SONARQUBE_CE_JAVA_ADD_OPTS ## @param jvmCeOpts Values to add to SONAR_CE_JAVAADDITIONALOPTS
## ##
jvmCeOpts: "" jvmCeOpts: ""
## @param startTimeout Timeout for the application to start in seconds ## @param startTimeout Timeout for the application to start in seconds
@ -707,7 +707,7 @@ ingress:
## @section SonarQube caCerts provisioning parameters ## @section SonarQube caCerts provisioning parameters
## ##
## Provide a secret containing one or more certificate files in the keys that will be added to cacerts ## Provide a secret containing one or more certificate files in the keys that will be added to cacerts
## The cacerts file will be set via SONARQUBE_WEB_JAVA_ADD_OPTS and SONARQUBE_CE_JAVA_ADD_OPTS ## The cacerts file will be set via SONARQUBE_WEB_JAVA_ADD_OPTS and SONAR_CE_JAVAADDITIONALOPTS
caCerts: caCerts:
## @param caCerts.enabled Enable the use of caCerts ## @param caCerts.enabled Enable the use of caCerts
## ##

View File

@ -1,12 +1,8 @@
# Changelog # Changelog
## 10.0.2 (2025-07-11) ## 10.0.1 (2025-07-06)
* [bitnami/spark] :zap: :arrow_up: Update dependency references ([#35005](https://github.com/bitnami/charts/pull/35005)) * [bitnami/spark] :zap: :arrow_up: Update dependency references ([#34814](https://github.com/bitnami/charts/pull/34814))
## <small>10.0.1 (2025-07-06)</small>
* [bitnami/spark] :zap: :arrow_up: Update dependency references (#34814) ([1ac72dc](https://github.com/bitnami/charts/commit/1ac72dcc2bd42e44b2fa3f4fde3441b7b8822462)), closes [#34814](https://github.com/bitnami/charts/issues/34814)
## 10.0.0 (2025-06-06) ## 10.0.0 (2025-06-06)

View File

@ -5,7 +5,7 @@ annotations:
category: Infrastructure category: Infrastructure
images: | images: |
- name: spark - name: spark
image: docker.io/bitnami/spark:4.0.0-debian-12-r2 image: docker.io/bitnami/spark:4.0.0-debian-12-r0
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: service tanzuCategory: service
apiVersion: v2 apiVersion: v2
@ -30,4 +30,4 @@ maintainers:
name: spark name: spark
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spark - https://github.com/bitnami/charts/tree/main/bitnami/spark
version: 10.0.2 version: 10.0.1

View File

@ -109,7 +109,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/spark repository: bitnami/spark
tag: 4.0.0-debian-12-r2 tag: 4.0.0-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images