mirror of https://github.com/bitnami/charts.git
Compare commits
68 Commits
keydb/0.5.
...
main
Author | SHA1 | Date |
---|---|---|
|
5c4b174c98 | |
|
e72e7a919b | |
|
d1904f0525 | |
|
cc231c8046 | |
|
1322022654 | |
|
cd64f12492 | |
|
147a875b8c | |
|
1e846bd4b4 | |
|
848257489b | |
|
2f60133038 | |
|
b57f28f07f | |
|
0e2b1d0e4a | |
|
a713fcfd43 | |
|
0ad6f9bcb1 | |
|
2147691cc4 | |
|
28d6eb1473 | |
|
9f0bc3d82b | |
|
827692c4bf | |
|
adebd643b5 | |
|
b137644deb | |
|
ba254abfa1 | |
|
baa6a1c3e1 | |
|
45ad7d61d7 | |
|
5446cc9188 | |
|
f4a6a3e3cb | |
|
d440e80abc | |
|
e40a5c2288 | |
|
2a2be25c07 | |
|
fbd81f2056 | |
|
a502aba30d | |
|
bb6a7bad6a | |
|
8903add12e | |
|
d442055769 | |
|
361cf78943 | |
|
210c1ae610 | |
|
26d00844eb | |
|
3f448fb644 | |
|
a01d383165 | |
|
d4605da2d8 | |
|
ded08d12fe | |
|
14ed3a17a4 | |
|
15a4e75597 | |
|
8c5998c8b2 | |
|
60c443a3bb | |
|
336f48b653 | |
|
52c213c75e | |
|
4654fc45c9 | |
|
3b88c24498 | |
|
e18191b55d | |
|
42323062d6 | |
|
602ab753f0 | |
|
65aae23c91 | |
|
4841599752 | |
|
ee5ebddd31 | |
|
4ebb82056d | |
|
5bf409d806 | |
|
6e76b70eb7 | |
|
fdff2559fd | |
|
ce463b5f05 | |
|
62e1487482 | |
|
85fa246dbb | |
|
9cd5544d78 | |
|
406304f26e | |
|
7b8672551e | |
|
39c73b37c8 | |
|
678cca46c9 | |
|
f808fe78b4 | |
|
4ca888c636 |
|
@ -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", 120, "timeout in seconds")
|
flag.IntVar(&timeoutSeconds, "timeout", 180, "timeout in seconds")
|
||||||
timeout = time.Duration(timeoutSeconds) * time.Second
|
timeout = time.Duration(timeoutSeconds) * time.Second
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ it('allows adding a project and a quality gate', () => {
|
||||||
cy.get('body').then(($body) => {
|
cy.get('body').then(($body) => {
|
||||||
if ($body.find('img[src*=mode-tour]').is(':visible')) {
|
if ($body.find('img[src*=mode-tour]').is(':visible')) {
|
||||||
cy.get('span').contains('Later').click({force: true});
|
cy.get('span').contains('Later').click({force: true});
|
||||||
cy.get('button[data-action=skip]').click({force: true});
|
cy.contains('Skip').click({force: true});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
cy.visit('/projects');
|
cy.visit('/projects');
|
||||||
|
@ -35,6 +35,7 @@ it('allows adding a project and a quality gate', () => {
|
||||||
// Step 2: Create a Quality gate
|
// Step 2: Create a Quality gate
|
||||||
cy.visit('/quality_gates');
|
cy.visit('/quality_gates');
|
||||||
cy.fixture('quality-gates').then((qualityGates) => {
|
cy.fixture('quality-gates').then((qualityGates) => {
|
||||||
|
cy.contains('Skip').click({force: true});
|
||||||
cy.contains('Create').click();
|
cy.contains('Create').click();
|
||||||
cy.get('#quality-gate-form-name').type(`${qualityGates.newQualityGate.name}${random}`);
|
cy.get('#quality-gate-form-name').type(`${qualityGates.newQualityGate.name}${random}`);
|
||||||
cy.get('[type="submit"]').contains('Create').click();
|
cy.get('[type="submit"]').contains('Create').click();
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 24.2.0 (2025-06-24)
|
## 24.2.1 (2025-07-09)
|
||||||
|
|
||||||
* [bitnami/airflow] Move venv to emptydir volume ([#34560](https://github.com/bitnami/charts/pull/34560))
|
* [bitnami/airflow] :zap: :arrow_up: Update dependency references ([#34953](https://github.com/bitnami/charts/pull/34953))
|
||||||
|
|
||||||
|
## 24.2.0 (2025-06-25)
|
||||||
|
|
||||||
|
* [bitnami/airflow] Move venv to emptydir volume (#34560) ([d2e3dc5](https://github.com/bitnami/charts/commit/d2e3dc579cc0e96c8b09fb6083c504b85a3d5c08)), closes [#34560](https://github.com/bitnami/charts/issues/34560)
|
||||||
|
|
||||||
## <small>24.1.5 (2025-06-23)</small>
|
## <small>24.1.5 (2025-06-23)</small>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
||||||
- name: airflow
|
- name: airflow
|
||||||
image: docker.io/bitnami/airflow:3.0.2-debian-12-r3
|
image: docker.io/bitnami/airflow:3.0.2-debian-12-r3
|
||||||
- name: statsd-exporter
|
- name: statsd-exporter
|
||||||
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r20
|
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r21
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: service
|
tanzuCategory: service
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
@ -42,4 +42,4 @@ maintainers:
|
||||||
name: airflow
|
name: airflow
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||||
version: 24.2.0
|
version: 24.2.1
|
||||||
|
|
|
@ -2882,7 +2882,7 @@ metrics:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/statsd-exporter
|
repository: bitnami/statsd-exporter
|
||||||
tag: 0.28.0-debian-12-r20
|
tag: 0.28.0-debian-12-r21
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 11.3.21 (2025-07-08)
|
## 11.3.22 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34887](https://github.com/bitnami/charts/pull/34887))
|
* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34992](https://github.com/bitnami/charts/pull/34992))
|
||||||
|
|
||||||
|
## <small>11.3.21 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/apache] :zap: :arrow_up: Update dependency references (#34887) ([2264249](https://github.com/bitnami/charts/commit/226424903ca9e962fd53e9c66bf8ead82fc7cce2)), closes [#34887](https://github.com/bitnami/charts/issues/34887)
|
||||||
|
|
||||||
## <small>11.3.20 (2025-07-08)</small>
|
## <small>11.3.20 (2025-07-08)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
||||||
category: Infrastructure
|
category: Infrastructure
|
||||||
images: |
|
images: |
|
||||||
- name: apache
|
- name: apache
|
||||||
image: docker.io/bitnami/apache:2.4.63-debian-12-r20
|
image: docker.io/bitnami/apache:2.4.64-debian-12-r0
|
||||||
- name: apache-exporter
|
- name: apache-exporter
|
||||||
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r12
|
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r12
|
||||||
- name: git
|
- name: git
|
||||||
|
@ -13,7 +13,7 @@ annotations:
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: service
|
tanzuCategory: service
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.4.63
|
appVersion: 2.4.64
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
@ -38,4 +38,4 @@ maintainers:
|
||||||
name: apache
|
name: apache
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/apache
|
- https://github.com/bitnami/charts/tree/main/bitnami/apache
|
||||||
version: 11.3.21
|
version: 11.3.22
|
||||||
|
|
|
@ -71,7 +71,7 @@ extraDeploy: []
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/apache
|
repository: bitnami/apache
|
||||||
tag: 2.4.63-debian-12-r20
|
tag: 2.4.64-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
|
||||||
|
|
|
@ -5,15 +5,15 @@ annotations:
|
||||||
category: CMS
|
category: CMS
|
||||||
images: |
|
images: |
|
||||||
- name: appsmith
|
- name: appsmith
|
||||||
image: docker.io/bitnami/appsmith:1.79.0-debian-12-r0
|
image: docker.io/bitnami/appsmith:1.80.0-debian-12-r0
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
image: docker.io/bitnami/haproxy:3.2.2-debian-12-r1
|
image: docker.io/bitnami/haproxy:3.2.3-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: application
|
tanzuCategory: application
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.79.0
|
appVersion: 1.80.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
|
@ -41,4 +41,4 @@ maintainers:
|
||||||
name: appsmith
|
name: appsmith
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
|
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
|
||||||
version: 6.0.15
|
version: 6.0.16
|
||||||
|
|
|
@ -90,7 +90,7 @@ diagnosticMode:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/appsmith
|
repository: bitnami/appsmith
|
||||||
tag: 1.79.0-debian-12-r0
|
tag: 1.80.0-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
|
||||||
|
@ -867,7 +867,7 @@ backend:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/haproxy
|
repository: bitnami/haproxy
|
||||||
tag: 3.2.2-debian-12-r1
|
tag: 3.2.3-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.0.28 (2025-07-08)
|
## 9.0.29 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#34885](https://github.com/bitnami/charts/pull/34885))
|
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#34993](https://github.com/bitnami/charts/pull/34993))
|
||||||
|
|
||||||
|
## <small>9.0.28 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#34885) ([303e461](https://github.com/bitnami/charts/commit/303e4619e9fefd4aaa788c988ecdc5225268d0c7)), closes [#34885](https://github.com/bitnami/charts/issues/34885)
|
||||||
|
|
||||||
## <small>9.0.27 (2025-07-08)</small>
|
## <small>9.0.27 (2025-07-08)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
||||||
category: Infrastructure
|
category: Infrastructure
|
||||||
images: |
|
images: |
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
image: docker.io/bitnami/argo-cd:3.0.9-debian-12-r3
|
image: docker.io/bitnami/argo-cd:3.0.11-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
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
|
@ -15,7 +15,7 @@ annotations:
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: application
|
tanzuCategory: application
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.0.9
|
appVersion: 3.0.11
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
|
@ -40,4 +40,4 @@ maintainers:
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
|
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
|
||||||
version: 9.0.28
|
version: 9.0.29
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
|
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
|
||||||
# Version: 3.0.9
|
# Version: 3.0.11
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
|
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
|
||||||
# Version: 3.0.9
|
# Version: 3.0.11
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
|
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
|
||||||
# Version: 3.0.9
|
# Version: 3.0.11
|
||||||
apiVersion: apiextensions.k8s.io/v1
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -72,7 +72,7 @@ extraDeploy: []
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/argo-cd
|
repository: bitnami/argo-cd
|
||||||
tag: 3.0.9-debian-12-r3
|
tag: 3.0.11-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
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.5.9 (2025-07-08)
|
## 1.5.11 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/cert-manager] :zap: :arrow_up: Update dependency references ([#34871](https://github.com/bitnami/charts/pull/34871))
|
* [bitnami/cert-manager] :zap: :arrow_up: Update dependency references ([#34996](https://github.com/bitnami/charts/pull/34996))
|
||||||
|
|
||||||
|
## <small>1.5.10 (2025-07-10)</small>
|
||||||
|
|
||||||
|
* [bitnami/cert-manager] :zap: :arrow_up: Update dependency references (#34991) ([bb6a7ba](https://github.com/bitnami/charts/commit/bb6a7bad6afeba9b3cdc26f2b4f4a638b426aa95)), closes [#34991](https://github.com/bitnami/charts/issues/34991)
|
||||||
|
|
||||||
|
## <small>1.5.9 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/cert-manager] :zap: :arrow_up: Update dependency references (#34871) ([c91b32d](https://github.com/bitnami/charts/commit/c91b32da251fe12b6789baef22ab287ad4f95c5c)), closes [#34871](https://github.com/bitnami/charts/issues/34871)
|
||||||
|
|
||||||
## <small>1.5.8 (2025-07-08)</small>
|
## <small>1.5.8 (2025-07-08)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
||||||
category: CertificateAuthority
|
category: CertificateAuthority
|
||||||
images: |
|
images: |
|
||||||
- name: acmesolver
|
- name: acmesolver
|
||||||
image: docker.io/bitnami/acmesolver:1.18.2-debian-12-r1
|
image: docker.io/bitnami/acmesolver:1.18.2-debian-12-r2
|
||||||
- name: cainjector
|
- name: cainjector
|
||||||
image: docker.io/bitnami/cainjector:1.18.2-debian-12-r1
|
image: docker.io/bitnami/cainjector:1.18.2-debian-12-r2
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
image: docker.io/bitnami/cert-manager:1.18.2-debian-12-r2
|
image: docker.io/bitnami/cert-manager:1.18.2-debian-12-r2
|
||||||
- name: cert-manager-webhook
|
- name: cert-manager-webhook
|
||||||
image: docker.io/bitnami/cert-manager-webhook:1.18.2-debian-12-r1
|
image: docker.io/bitnami/cert-manager-webhook:1.18.2-debian-12-r2
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: clusterUtility
|
tanzuCategory: clusterUtility
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
@ -37,4 +37,4 @@ maintainers:
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
|
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
|
||||||
version: 1.5.9
|
version: 1.5.11
|
||||||
|
|
|
@ -116,7 +116,7 @@ controller:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/acmesolver
|
repository: bitnami/acmesolver
|
||||||
tag: 1.18.2-debian-12-r1
|
tag: 1.18.2-debian-12-r2
|
||||||
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
|
||||||
|
@ -497,7 +497,7 @@ webhook:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/cert-manager-webhook
|
repository: bitnami/cert-manager-webhook
|
||||||
tag: 1.18.2-debian-12-r1
|
tag: 1.18.2-debian-12-r2
|
||||||
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
|
||||||
|
@ -869,7 +869,7 @@ cainjector:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/cainjector
|
repository: bitnami/cainjector
|
||||||
tag: 1.18.2-debian-12-r1
|
tag: 1.18.2-debian-12-r2
|
||||||
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
|
||||||
|
|
|
@ -1,8 +1,36 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 4.0.42 (2025-07-08)
|
## 4.0.49 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references ([#34886](https://github.com/bitnami/charts/pull/34886))
|
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references ([#35022](https://github.com/bitnami/charts/pull/35022))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#34975) ([8c5998c](https://github.com/bitnami/charts/commit/8c5998c8b262a4656bf003d6cc881db5da35e733)), closes [#34975](https://github.com/bitnami/charts/issues/34975)
|
||||||
|
|
||||||
|
## <small>4.0.43 (2025-07-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#34970) ([52c213c](https://github.com/bitnami/charts/commit/52c213c75effb905854e87fbaf5be33c9b380a6b)), closes [#34970](https://github.com/bitnami/charts/issues/34970)
|
||||||
|
|
||||||
|
## <small>4.0.42 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/chainloop] :zap: :arrow_up: Update dependency references (#34886) ([08e5f70](https://github.com/bitnami/charts/commit/08e5f709c711a72616bf960ec859946c7603e889)), closes [#34886](https://github.com/bitnami/charts/issues/34886)
|
||||||
|
|
||||||
## <small>4.0.41 (2025-07-08)</small>
|
## <small>4.0.41 (2025-07-08)</small>
|
||||||
|
|
||||||
|
|
|
@ -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.23.0-debian-12-r2
|
image: docker.io/bitnami/chainloop-artifact-cas:1.30.0-debian-12-r0
|
||||||
- name: chainloop-control-plane
|
- name: chainloop-control-plane
|
||||||
image: docker.io/bitnami/chainloop-control-plane:1.23.0-debian-12-r1
|
image: docker.io/bitnami/chainloop-control-plane:1.30.0-debian-12-r0
|
||||||
- name: chainloop-control-plane-migrations
|
- name: chainloop-control-plane-migrations
|
||||||
image: docker.io/bitnami/chainloop-control-plane-migrations:1.23.0-debian-12-r0
|
image: docker.io/bitnami/chainloop-control-plane-migrations:1.30.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.23.0
|
appVersion: 1.30.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.42
|
version: 4.0.49
|
||||||
|
|
|
@ -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.23.0-debian-12-r1
|
tag: 1.30.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.23.0-debian-12-r0
|
tag: 1.30.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.23.0-debian-12-r2
|
tag: 1.30.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
|
||||||
|
|
|
@ -5,16 +5,16 @@ annotations:
|
||||||
category: Database
|
category: Database
|
||||||
images: |
|
images: |
|
||||||
- name: clickhouse
|
- name: clickhouse
|
||||||
image: docker.io/bitnami/clickhouse:25.6.2-debian-12-r0
|
image: docker.io/bitnami/clickhouse:25.6.3-debian-12-r0
|
||||||
- name: clickhouse-keeper
|
- name: clickhouse-keeper
|
||||||
image: docker.io/bitnami/clickhouse-keeper:25.6.2-debian-12-r0
|
image: docker.io/bitnami/clickhouse-keeper:25.6.3-debian-12-r0
|
||||||
- name: clickhouse-operator
|
- name: clickhouse-operator
|
||||||
image: docker.io/bitnami/clickhouse-operator:0.25.1-debian-12-r1
|
image: docker.io/bitnami/clickhouse-operator:0.25.2-debian-12-r0
|
||||||
- name: clickhouse-operator-metrics-exporter
|
- name: clickhouse-operator-metrics-exporter
|
||||||
image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.1-debian-12-r1
|
image: docker.io/bitnami/clickhouse-operator-metrics-exporter:0.25.2-debian-12-r0
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.25.1
|
appVersion: 0.25.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
@ -38,4 +38,4 @@ name: clickhouse-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
|
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse-operator
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
|
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-operator
|
||||||
version: 0.2.21
|
version: 0.2.22
|
||||||
|
|
|
@ -82,7 +82,7 @@ extraDeploy: []
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse-operator
|
repository: bitnami/clickhouse-operator
|
||||||
tag: 0.25.1-debian-12-r1
|
tag: 0.25.2-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
@ -109,7 +109,7 @@ image:
|
||||||
clickHouseImage:
|
clickHouseImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse
|
repository: bitnami/clickhouse
|
||||||
tag: 25.6.2-debian-12-r0
|
tag: 25.6.3-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
@ -136,7 +136,7 @@ clickHouseImage:
|
||||||
keeperImage:
|
keeperImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse-keeper
|
repository: bitnami/clickhouse-keeper
|
||||||
tag: 25.6.2-debian-12-r0
|
tag: 25.6.3-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
@ -658,7 +658,7 @@ metrics:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse-operator-metrics-exporter
|
repository: bitnami/clickhouse-operator-metrics-exporter
|
||||||
tag: 0.25.1-debian-12-r1
|
tag: 0.25.2-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.3.8 (2025-06-27)
|
## 9.3.9 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references ([#34695](https://github.com/bitnami/charts/pull/34695))
|
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references ([#34995](https://github.com/bitnami/charts/pull/34995))
|
||||||
|
|
||||||
|
## <small>9.3.8 (2025-06-27)</small>
|
||||||
|
|
||||||
|
* [bitnami/clickhouse] :zap: :arrow_up: Update dependency references (#34695) ([7d05156](https://github.com/bitnami/charts/commit/7d051567bf7982fe42ce908fe025ff1470daa17d)), closes [#34695](https://github.com/bitnami/charts/issues/34695)
|
||||||
|
|
||||||
## <small>9.3.7 (2025-06-26)</small>
|
## <small>9.3.7 (2025-06-26)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,15 +5,15 @@ annotations:
|
||||||
category: Database
|
category: Database
|
||||||
images: |
|
images: |
|
||||||
- name: clickhouse
|
- name: clickhouse
|
||||||
image: docker.io/bitnami/clickhouse:25.6.2-debian-12-r0
|
image: docker.io/bitnami/clickhouse:25.6.3-debian-12-r0
|
||||||
- name: clickhouse-keeper
|
- name: clickhouse-keeper
|
||||||
image: docker.io/bitnami/clickhouse-keeper:25.6.2-debian-12-r0
|
image: docker.io/bitnami/clickhouse-keeper:25.6.3-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: 25.6.2
|
appVersion: 25.6.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
@ -34,4 +34,4 @@ maintainers:
|
||||||
name: clickhouse
|
name: clickhouse
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||||
version: 9.3.8
|
version: 9.3.9
|
||||||
|
|
|
@ -167,7 +167,7 @@ defaultInitContainers:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse
|
repository: bitnami/clickhouse
|
||||||
tag: 25.6.2-debian-12-r0
|
tag: 25.6.3-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
|
||||||
|
@ -953,7 +953,7 @@ keeper:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/clickhouse-keeper
|
repository: bitnami/clickhouse-keeper
|
||||||
tag: 25.6.2-debian-12-r0
|
tag: 25.6.3-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.4 (2025-07-09)
|
## 1.0.5 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/cloudnative-pg] :zap: :arrow_up: Update dependency references ([#34942](https://github.com/bitnami/charts/pull/34942))
|
* [bitnami/cloudnative-pg] :zap: :arrow_up: Update dependency references ([#35011](https://github.com/bitnami/charts/pull/35011))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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-r16
|
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r17
|
||||||
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.4
|
version: 1.0.5
|
||||||
|
|
|
@ -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-r16
|
tag: 17.5.0-debian-12-r17
|
||||||
digest: ""
|
digest: ""
|
||||||
## @param operator.replicaCount Number of cloudnative-pg Operator replicas to deploy
|
## @param operator.replicaCount Number of cloudnative-pg Operator replicas to deploy
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 21.0.8 (2025-07-08)
|
## 21.0.9 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/contour] :zap: :arrow_up: Update dependency references ([#34878](https://github.com/bitnami/charts/pull/34878))
|
* [bitnami/contour] :zap: :arrow_up: Update dependency references ([#35000](https://github.com/bitnami/charts/pull/35000))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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.1-debian-12-r3
|
image: docker.io/bitnami/envoy:1.34.2-debian-12-r0
|
||||||
- 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.8
|
version: 21.0.9
|
||||||
|
|
|
@ -668,7 +668,7 @@ envoy:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/envoy
|
repository: bitnami/envoy
|
||||||
tag: 1.34.1-debian-12-r3
|
tag: 1.34.2-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.0.5 (2025-07-03)
|
## 3.0.6 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/dremio] Engine overrides are clobbered by the last value ([#34725](https://github.com/bitnami/charts/pull/34725))
|
* [bitnami/dremio] :zap: :arrow_up: Update dependency references ([#34988](https://github.com/bitnami/charts/pull/34988))
|
||||||
|
|
||||||
|
## <small>3.0.5 (2025-07-03)</small>
|
||||||
|
|
||||||
|
* [bitnami/dremio] Engine overrides are clobbered by the last value (#34725) ([cf71b71](https://github.com/bitnami/charts/commit/cf71b7189f5742392c136ffd5c49448a7f8fe8dc)), closes [#34725](https://github.com/bitnami/charts/issues/34725)
|
||||||
|
|
||||||
## <small>3.0.4 (2025-06-13)</small>
|
## <small>3.0.4 (2025-06-13)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
||||||
category: Analytics
|
category: Analytics
|
||||||
images: |
|
images: |
|
||||||
- name: dremio
|
- name: dremio
|
||||||
image: docker.io/bitnami/dremio:26.0.0-debian-12-r2
|
image: docker.io/bitnami/dremio:26.0.0-debian-12-r3
|
||||||
- name: jmx-exporter
|
- name: jmx-exporter
|
||||||
image: docker.io/bitnami/jmx-exporter:1.3.0-debian-12-r3
|
image: docker.io/bitnami/jmx-exporter:1.3.0-debian-12-r4
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
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
|
||||||
|
@ -43,4 +43,4 @@ sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
|
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
|
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
|
||||||
- https://github.com/dremio/dremio-oss
|
- https://github.com/dremio/dremio-oss
|
||||||
version: 3.0.5
|
version: 3.0.6
|
||||||
|
|
|
@ -97,7 +97,7 @@ dremio:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/dremio
|
repository: bitnami/dremio
|
||||||
tag: 26.0.0-debian-12-r2
|
tag: 26.0.0-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
|
||||||
|
@ -1956,7 +1956,7 @@ defaultInitContainers:
|
||||||
defaultImage:
|
defaultImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r46
|
tag: 12-debian-12-r47
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
|
@ -2337,7 +2337,7 @@ metrics:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/jmx-exporter
|
repository: bitnami/jmx-exporter
|
||||||
tag: 1.3.0-debian-12-r3
|
tag: 1.3.0-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 22.0.11 (2025-07-08)
|
## 22.0.12 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/elasticsearch] :zap: :arrow_up: Update dependency references ([#34879](https://github.com/bitnami/charts/pull/34879))
|
* [bitnami/elasticsearch] remove copyTlsCerts init container ([#31960](https://github.com/bitnami/charts/pull/31960))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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.11
|
version: 22.0.12
|
||||||
|
|
|
@ -956,13 +956,6 @@ 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
|
||||||
|
|
||||||
|
|
|
@ -135,11 +135,10 @@ 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" "copyTlsCerts" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }}
|
{{- include "common.warnings.resources" (dict "sections" (list "coordinating" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }}
|
||||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.copyTlsCerts.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }}
|
{{- include "common.warnings.modifiedImages" (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" $) }}
|
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }}
|
||||||
|
|
|
@ -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.copyTlsCerts.image .Values.metrics.image .Values.sysctlImage .Values.volumePermissions.image) "context" $) }}
|
{{ include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.metrics.image .Values.sysctlImage .Values.volumePermissions.image) "context" $) }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
@ -40,13 +40,6 @@ 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).
|
||||||
|
|
|
@ -108,40 +108,6 @@ 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 }}
|
||||||
|
@ -335,9 +301,9 @@ spec:
|
||||||
subPath: my_elasticsearch.yml
|
subPath: my_elasticsearch.yml
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.security.enabled }}
|
{{- if .Values.security.enabled }}
|
||||||
- name: empty-dir
|
- name: elasticsearch-certificates
|
||||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||||
subPath: certs
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.initScripts }}
|
{{- if .Values.initScripts }}
|
||||||
- name: custom-init-scripts
|
- name: custom-init-scripts
|
||||||
|
|
|
@ -133,40 +133,6 @@ 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" . }}
|
||||||
|
@ -366,9 +332,9 @@ spec:
|
||||||
subPath: my_elasticsearch.yml
|
subPath: my_elasticsearch.yml
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.security.enabled }}
|
{{- if .Values.security.enabled }}
|
||||||
- name: empty-dir
|
- name: elasticsearch-certificates
|
||||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||||
subPath: certs
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.initScripts }}
|
{{- if .Values.initScripts }}
|
||||||
- name: custom-init-scripts
|
- name: custom-init-scripts
|
||||||
|
|
|
@ -108,40 +108,6 @@ 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" . }}
|
||||||
|
@ -337,9 +303,9 @@ spec:
|
||||||
subPath: my_elasticsearch.yml
|
subPath: my_elasticsearch.yml
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.security.enabled }}
|
{{- if .Values.security.enabled }}
|
||||||
- name: empty-dir
|
- name: elasticsearch-certificates
|
||||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||||
subPath: certs
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.initScripts }}
|
{{- if .Values.initScripts }}
|
||||||
- name: custom-init-scripts
|
- name: custom-init-scripts
|
||||||
|
|
|
@ -108,40 +108,6 @@ 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" . }}
|
||||||
|
@ -367,6 +333,7 @@ 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
|
||||||
|
|
|
@ -2729,55 +2729,6 @@ 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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.1.2 (2025-07-08)
|
## 1.1.3 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/envoy-gateway] :zap: :arrow_up: Update dependency references ([#34883](https://github.com/bitnami/charts/pull/34883))
|
* [bitnami/envoy-gateway] :zap: :arrow_up: Update dependency references ([#35001](https://github.com/bitnami/charts/pull/35001))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
||||||
category: Infrastructure
|
category: Infrastructure
|
||||||
images: |
|
images: |
|
||||||
- name: envoy
|
- name: envoy
|
||||||
image: docker.io/bitnami/envoy:1.34.1-debian-12-r3
|
image: docker.io/bitnami/envoy:1.34.2-debian-12-r0
|
||||||
- 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.2
|
version: 1.1.3
|
||||||
|
|
|
@ -132,7 +132,7 @@ ratelimitImage:
|
||||||
envoyImage:
|
envoyImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/envoy
|
repository: bitnami/envoy
|
||||||
tag: 1.34.1-debian-12-r3
|
tag: 1.34.2-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## @param replicaCount Number of Envoy Gateway replicas to deploy
|
## @param replicaCount Number of Envoy Gateway replicas to deploy
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 12.0.8 (2025-07-08)
|
## 12.0.9 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/etcd] :zap: :arrow_up: Update dependency references ([#34881](https://github.com/bitnami/charts/pull/34881))
|
* [bitnami/etcd] :zap: :arrow_up: Update dependency references ([#34997](https://github.com/bitnami/charts/pull/34997))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
||||||
category: Database
|
category: Database
|
||||||
images: |
|
images: |
|
||||||
- name: etcd
|
- name: etcd
|
||||||
image: docker.io/bitnami/etcd:3.6.1-debian-12-r3
|
image: docker.io/bitnami/etcd:3.6.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
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: service
|
tanzuCategory: service
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.6.1
|
appVersion: 3.6.2
|
||||||
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.8
|
version: 12.0.9
|
||||||
|
|
|
@ -90,7 +90,7 @@ diagnosticMode:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/etcd
|
repository: bitnami/etcd
|
||||||
tag: 3.6.1-debian-12-r3
|
tag: 3.6.2-debian-12-r0
|
||||||
digest: ""
|
digest: ""
|
||||||
## @param image.pullPolicy etcd image pull policy
|
## @param image.pullPolicy etcd image pull policy
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.1.7 (2025-07-07)
|
## 3.1.8 (2025-07-09)
|
||||||
|
|
||||||
* [bitnami/fluent-bit] Remove healthcheck VIB test ([#34829](https://github.com/bitnami/charts/pull/34829))
|
* [bitnami/fluent-bit] :zap: :arrow_up: Update dependency references ([#34976](https://github.com/bitnami/charts/pull/34976))
|
||||||
|
|
||||||
|
## <small>3.1.7 (2025-07-07)</small>
|
||||||
|
|
||||||
|
* [bitnami/fluent-bit] Remove healthcheck VIB test (#34829) ([86395d4](https://github.com/bitnami/charts/commit/86395d4011a3b031f5f37f867b0a4ccba3d676e1)), closes [#34829](https://github.com/bitnami/charts/issues/34829)
|
||||||
|
|
||||||
## <small>3.1.6 (2025-06-29)</small>
|
## <small>3.1.6 (2025-06-29)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
||||||
category: Analytics
|
category: Analytics
|
||||||
images: |
|
images: |
|
||||||
- name: fluent-bit
|
- name: fluent-bit
|
||||||
image: docker.io/bitnami/fluent-bit:4.0.3-debian-12-r0
|
image: docker.io/bitnami/fluent-bit:4.0.4-debian-12-r0
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: clusterUtility
|
tanzuCategory: clusterUtility
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.0.3
|
appVersion: 4.0.4
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
@ -31,4 +31,4 @@ maintainers:
|
||||||
name: fluent-bit
|
name: fluent-bit
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
|
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
|
||||||
version: 3.1.7
|
version: 3.1.8
|
||||||
|
|
|
@ -86,7 +86,7 @@ diagnosticMode:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/fluent-bit
|
repository: bitnami/fluent-bit
|
||||||
tag: 4.0.3-debian-12-r0
|
tag: 4.0.4-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 23.0.25 (2025-07-04)
|
## 23.0.26 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#34808](https://github.com/bitnami/charts/pull/34808))
|
* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#35024](https://github.com/bitnami/charts/pull/35024))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
||||||
category: CMS
|
category: CMS
|
||||||
images: |
|
images: |
|
||||||
- name: ghost
|
- name: ghost
|
||||||
image: docker.io/bitnami/ghost:5.129.1-debian-12-r1
|
image: docker.io/bitnami/ghost:5.129.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
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: application
|
tanzuCategory: application
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 5.129.1
|
appVersion: 5.129.2
|
||||||
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.25
|
version: 23.0.26
|
||||||
|
|
|
@ -87,7 +87,7 @@ diagnosticMode:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/ghost
|
repository: bitnami/ghost
|
||||||
tag: 5.129.1-debian-12-r1
|
tag: 5.129.2-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
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.2.13 (2025-07-08)
|
## 3.2.15 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/gitea] :zap: :arrow_up: Update dependency references ([#34890](https://github.com/bitnami/charts/pull/34890))
|
* [bitnami/gitea] :zap: :arrow_up: Update dependency references ([#35014](https://github.com/bitnami/charts/pull/35014))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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-r1
|
image: docker.io/bitnami/gitea:1.24.2-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
|
||||||
|
@ -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.13
|
version: 3.2.15
|
||||||
|
|
|
@ -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-r1
|
tag: 1.24.2-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 5.0.4 (2025-07-08)
|
## 5.0.5 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/grafana-loki] :zap: :arrow_up: Update dependency references ([#34898](https://github.com/bitnami/charts/pull/34898))
|
* [bitnami/grafana-loki] :zap: :arrow_up: Update dependency references ([#35019](https://github.com/bitnami/charts/pull/35019))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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.1-debian-12-r4
|
image: docker.io/bitnami/grafana-loki:3.5.2-debian-12-r0
|
||||||
- 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.1
|
appVersion: 3.5.2
|
||||||
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.4
|
version: 5.0.5
|
||||||
|
|
|
@ -89,7 +89,7 @@ loki:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/grafana-loki
|
repository: bitnami/grafana-loki
|
||||||
tag: 3.5.1-debian-12-r4
|
tag: 3.5.2-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 12.0.9 (2025-07-09)
|
## 12.1.0 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/grafana] :zap: :arrow_up: Update dependency references ([#34903](https://github.com/bitnami/charts/pull/34903))
|
* [bitnami/grafana] Adding possibility to deploy as StatefulSet ([#34831](https://github.com/bitnami/charts/pull/34831))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
|
|
@ -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.0.9
|
version: 12.1.0
|
|
@ -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.). 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.) 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*:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
+--------------+ +-----+
|
+--------------+ +-----+
|
||||||
| | | |
|
| | | |
|
||||||
Service & Ingress | Grafana +<------------+ PVC |
|
Service & Ingress | Grafana +<------------+ PVC |
|
||||||
<-------------------+ | | |
|
<-------------------+ | | |
|
||||||
| Deployment | +-----+
|
| Deployment/ | +-----+
|
||||||
| |
|
| StatefulSet |
|
||||||
+-----------+--+
|
+-----------+--+
|
||||||
^ +------------+
|
^ +------------+
|
||||||
| | |
|
| | |
|
||||||
|
@ -368,6 +368,8 @@ 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
|
||||||
|
@ -477,6 +479,8 @@ 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 | `[]` |
|
||||||
|
@ -559,13 +563,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 | `""` |
|
| `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.size` | Size for the PV | `10Gi` |
|
| `persistence.size` | Size for the PV | `10Gi` |
|
||||||
|
|
||||||
### RBAC parameters
|
### RBAC parameters
|
||||||
|
|
|
@ -181,6 +181,7 @@ 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 -}}
|
||||||
|
|
||||||
|
@ -243,3 +244,12 @@ 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 -}}
|
||||||
|
|
|
@ -3,8 +3,8 @@ Copyright Broadcom, Inc. All Rights Reserved.
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
SPDX-License-Identifier: APACHE-2.0
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
|
apiVersion: {{ ternary (include "common.capabilities.deployment.apiVersion" .) (include "common.capabilities.statefulset.apiVersion" .) (eq (lower .Values.grafana.kind) "deployment") }}
|
||||||
kind: Deployment
|
kind: {{ ternary "Deployment" "StatefulSet" (eq (lower .Values.grafana.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,12 +15,18 @@ 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 }}
|
||||||
strategy: {{ include "common.tplvalues.render" (dict "value" .Values.grafana.updateStrategy "context" $) | nindent 4 }}
|
{{ ternary "strategy" "updateStrategy" (eq (lower .Values.grafana.kind) "deployment") }}: {{ include "common.tplvalues.render" (dict "value" .Values.grafana.updateStrategy "context" .) | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -326,6 +332,7 @@ 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:
|
||||||
|
@ -333,6 +340,7 @@ 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) }}
|
||||||
|
@ -406,3 +414,30 @@ 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 }}
|
|
@ -3,7 +3,8 @@ Copyright Broadcom, Inc. All Rights Reserved.
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
SPDX-License-Identifier: APACHE-2.0
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
{{- if and (eq (lower .Values.grafana.kind) "deployment") .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
||||||
|
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
{{- /*
|
||||||
|
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 }}
|
|
@ -2,7 +2,6 @@
|
||||||
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:
|
||||||
|
|
|
@ -304,6 +304,14 @@ 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
|
||||||
|
@ -616,7 +624,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
|
## @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.size Size for the PV
|
## @param persistence.size Size for the PV
|
||||||
##
|
##
|
||||||
persistence:
|
persistence:
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.2.28 (2025-07-08)
|
## 2.2.29 (2025-07-09)
|
||||||
|
|
||||||
* [bitnami/haproxy] :zap: :arrow_up: Update dependency references ([#34905](https://github.com/bitnami/charts/pull/34905))
|
* [bitnami/haproxy] :zap: :arrow_up: Update dependency references ([#34964](https://github.com/bitnami/charts/pull/34964))
|
||||||
|
|
||||||
|
## <small>2.2.28 (2025-07-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/haproxy] :zap: :arrow_up: Update dependency references (#34905) ([5c0ad14](https://github.com/bitnami/charts/commit/5c0ad1424c3f2ffd2edfacaa43efef746a5e405d)), closes [#34905](https://github.com/bitnami/charts/issues/34905)
|
||||||
|
|
||||||
## <small>2.2.27 (2025-07-02)</small>
|
## <small>2.2.27 (2025-07-02)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
||||||
category: Infrastructure
|
category: Infrastructure
|
||||||
images: |
|
images: |
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
image: docker.io/bitnami/haproxy:3.2.2-debian-12-r1
|
image: docker.io/bitnami/haproxy:3.2.3-debian-12-r0
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: clusterUtility
|
tanzuCategory: clusterUtility
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.2.2
|
appVersion: 3.2.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
@ -31,4 +31,4 @@ maintainers:
|
||||||
name: haproxy
|
name: haproxy
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
|
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
|
||||||
version: 2.2.28
|
version: 2.2.29
|
||||||
|
|
|
@ -314,7 +314,7 @@ terminationGracePeriodSeconds: ""
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/haproxy
|
repository: bitnami/haproxy
|
||||||
tag: 3.2.2-debian-12-r1
|
tag: 3.2.3-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.4.5 (2025-06-10)
|
## 1.4.6 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/janusgraph] :zap: :arrow_up: Update dependency references ([#34300](https://github.com/bitnami/charts/pull/34300))
|
* [bitnami/janusgraph] :zap: :arrow_up: Update dependency references ([#34989](https://github.com/bitnami/charts/pull/34989))
|
||||||
|
|
||||||
|
## <small>1.4.5 (2025-06-10)</small>
|
||||||
|
|
||||||
|
* [bitnami/janusgraph] :zap: :arrow_up: Update dependency references (#34300) ([088d90c](https://github.com/bitnami/charts/commit/088d90c278da6ea1e9a13be30f379f8a63bb8220)), closes [#34300](https://github.com/bitnami/charts/issues/34300)
|
||||||
|
|
||||||
## <small>1.4.4 (2025-05-16)</small>
|
## <small>1.4.4 (2025-05-16)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
||||||
category: Database
|
category: Database
|
||||||
images: |
|
images: |
|
||||||
- name: janusgraph
|
- name: janusgraph
|
||||||
image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r18
|
image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r19
|
||||||
- name: jmx-exporter
|
- name: jmx-exporter
|
||||||
image: docker.io/bitnami/jmx-exporter:1.3.0-debian-12-r3
|
image: docker.io/bitnami/jmx-exporter:1.3.0-debian-12-r4
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
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
|
||||||
|
@ -41,4 +41,4 @@ sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
|
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
|
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
|
||||||
- https://github.com/janusgraph/janusgraph
|
- https://github.com/janusgraph/janusgraph
|
||||||
version: 1.4.5
|
version: 1.4.6
|
||||||
|
|
|
@ -187,7 +187,7 @@ javaOptions: ""
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/janusgraph
|
repository: bitnami/janusgraph
|
||||||
tag: 1.1.0-debian-12-r18
|
tag: 1.1.0-debian-12-r19
|
||||||
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
|
||||||
|
@ -644,7 +644,7 @@ metrics:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/jmx-exporter
|
repository: bitnami/jmx-exporter
|
||||||
tag: 1.3.0-debian-12-r3
|
tag: 1.3.0-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
|
||||||
|
@ -846,7 +846,7 @@ volumePermissions:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r46
|
tag: 12-debian-12-r47
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 13.6.9 (2025-06-25)
|
## 13.6.10 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/jenkins] :zap: :arrow_up: Update dependency references ([#34642](https://github.com/bitnami/charts/pull/34642))
|
* [bitnami/jenkins] :zap: :arrow_up: Update dependency references ([#34979](https://github.com/bitnami/charts/pull/34979))
|
||||||
|
|
||||||
|
## <small>13.6.9 (2025-06-25)</small>
|
||||||
|
|
||||||
|
* [bitnami/jenkins] :zap: :arrow_up: Update dependency references (#34642) ([d247fca](https://github.com/bitnami/charts/commit/d247fca420d1933d9db62a0334ac12544a89787a)), closes [#34642](https://github.com/bitnami/charts/issues/34642)
|
||||||
|
|
||||||
## <small>13.6.8 (2025-05-28)</small>
|
## <small>13.6.8 (2025-05-28)</small>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
||||||
- name: jenkins
|
- name: jenkins
|
||||||
image: docker.io/bitnami/jenkins:2.504.3-debian-12-r0
|
image: docker.io/bitnami/jenkins:2.504.3-debian-12-r0
|
||||||
- name: jenkins-agent
|
- name: jenkins-agent
|
||||||
image: docker.io/bitnami/jenkins-agent:0.3309.0-debian-12-r2
|
image: docker.io/bitnami/jenkins-agent:0.3324.0-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
|
||||||
|
@ -38,4 +38,4 @@ maintainers:
|
||||||
name: jenkins
|
name: jenkins
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
|
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
|
||||||
version: 13.6.9
|
version: 13.6.10
|
||||||
|
|
|
@ -388,7 +388,7 @@ agent:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/jenkins-agent
|
repository: bitnami/jenkins-agent
|
||||||
tag: 0.3309.0-debian-12-r2
|
tag: 0.3324.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
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 24.7.5 (2025-07-02)
|
## 24.7.7 (2025-07-11)
|
||||||
|
|
||||||
* [bitnami/keycloak] :zap: :arrow_up: Update dependency references ([#34768](https://github.com/bitnami/charts/pull/34768))
|
* [bitnami/keycloak] :zap: :arrow_up: Update dependency references ([#35004](https://github.com/bitnami/charts/pull/35004))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
* [bitnami/keycloak] :zap: :arrow_up: Update dependency references (#34768) ([06b5c03](https://github.com/bitnami/charts/commit/06b5c0369578c9354a431c7e94105cdf5845d570)), closes [#34768](https://github.com/bitnami/charts/issues/34768)
|
||||||
|
|
||||||
## <small>24.7.4 (2025-06-11)</small>
|
## <small>24.7.4 (2025-06-11)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
||||||
category: DeveloperTools
|
category: DeveloperTools
|
||||||
images: |
|
images: |
|
||||||
- name: keycloak
|
- name: keycloak
|
||||||
image: docker.io/bitnami/keycloak:26.3.0-debian-12-r0
|
image: docker.io/bitnami/keycloak:26.3.1-debian-12-r1
|
||||||
- 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
|
||||||
tanzuCategory: application
|
tanzuCategory: application
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 26.3.0
|
appVersion: 26.3.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
|
@ -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.5
|
version: 24.7.7
|
||||||
|
|
|
@ -111,7 +111,7 @@ diagnosticMode:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/keycloak
|
repository: bitnami/keycloak
|
||||||
tag: 26.3.0-debian-12-r0
|
tag: 26.3.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
|
||||||
|
|
|
@ -1,8 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 11.2.8 (2025-07-01)
|
## 11.2.11 (2025-07-09)
|
||||||
|
|
||||||
* [bitnami/kube-prometheus] :zap: :arrow_up: Update dependency references ([#34746](https://github.com/bitnami/charts/pull/34746))
|
* [bitnami/kube-prometheus] :zap: :arrow_up: Update dependency references ([#34954](https://github.com/bitnami/charts/pull/34954))
|
||||||
|
|
||||||
|
## <small>11.2.10 (2025-07-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/kube-prometheus] :zap: :arrow_up: Update dependency references (#34944) ([25be240](https://github.com/bitnami/charts/commit/25be240fc8fda36738fb004ef9e751cba5a0480f)), closes [#34944](https://github.com/bitnami/charts/issues/34944)
|
||||||
|
|
||||||
|
## <small>11.2.9 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/kube-prometheus] :zap: :arrow_up: Update dependency references (#34870) ([d4cb036](https://github.com/bitnami/charts/commit/d4cb036b10db0169caaef2c2a2c63c18f6c510d3)), closes [#34870](https://github.com/bitnami/charts/issues/34870)
|
||||||
|
|
||||||
|
## <small>11.2.8 (2025-07-01)</small>
|
||||||
|
|
||||||
|
* [bitnami/kube-prometheus] :zap: :arrow_up: Update dependency references (#34746) ([af44a30](https://github.com/bitnami/charts/commit/af44a301f25c115000350833ed936a021cfaf77c)), closes [#34746](https://github.com/bitnami/charts/issues/34746)
|
||||||
|
|
||||||
## <small>11.2.7 (2025-06-30)</small>
|
## <small>11.2.7 (2025-06-30)</small>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ annotations:
|
||||||
- name: prometheus-operator
|
- name: prometheus-operator
|
||||||
image: docker.io/bitnami/prometheus-operator:0.83.0-debian-12-r5
|
image: docker.io/bitnami/prometheus-operator:0.83.0-debian-12-r5
|
||||||
- name: thanos
|
- name: thanos
|
||||||
image: docker.io/bitnami/thanos:0.39.1-debian-12-r0
|
image: docker.io/bitnami/thanos:0.39.1-debian-12-r1
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: clusterUtility
|
tanzuCategory: clusterUtility
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
@ -51,4 +51,4 @@ maintainers:
|
||||||
name: kube-prometheus
|
name: kube-prometheus
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
|
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
|
||||||
version: 11.2.10
|
version: 11.2.11
|
||||||
|
|
|
@ -1440,7 +1440,7 @@ prometheus:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/thanos
|
repository: bitnami/thanos
|
||||||
tag: 0.39.1-debian-12-r0
|
tag: 0.39.1-debian-12-r1
|
||||||
digest: ""
|
digest: ""
|
||||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||||
##
|
##
|
||||||
|
@ -3326,7 +3326,7 @@ thanosRuler:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/thanos
|
repository: bitnami/thanos
|
||||||
tag: 0.39.1-debian-12-r0
|
tag: 0.39.1-debian-12-r1
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: []
|
pullSecrets: []
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.5.7 (2025-07-09)
|
## 3.6.0 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/kubernetes-event-exporter] :zap: :arrow_up: Update dependency references ([#34918](https://github.com/bitnami/charts/pull/34918))
|
* [bitnami/kubernetes-event-exporter] Add tpl ability to .Values.Config ([#34855](https://github.com/bitnami/charts/pull/34855))
|
||||||
|
|
||||||
|
## <small>3.5.7 (2025-07-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/kubernetes-event-exporter] :zap: :arrow_up: Update dependency references (#34918) ([e43eca6](https://github.com/bitnami/charts/commit/e43eca6944888378137f34da49e27c65425912f9)), closes [#34918](https://github.com/bitnami/charts/issues/34918)
|
||||||
|
|
||||||
## <small>3.5.6 (2025-06-16)</small>
|
## <small>3.5.6 (2025-06-16)</small>
|
||||||
|
|
||||||
|
|
|
@ -33,4 +33,4 @@ maintainers:
|
||||||
name: kubernetes-event-exporter
|
name: kubernetes-event-exporter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
|
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
|
||||||
version: 3.5.7
|
version: 3.6.0
|
||||||
|
|
|
@ -34,5 +34,9 @@ Create final config by merging user supplied config and default config
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "kubernetes-event-exporter.config" -}}
|
{{- define "kubernetes-event-exporter.config" -}}
|
||||||
{{- $leaderElectionConfig := fromYaml (include "kubernetes-event-exporter.leaderElectionConfig" .) -}}
|
{{- $leaderElectionConfig := fromYaml (include "kubernetes-event-exporter.leaderElectionConfig" .) -}}
|
||||||
{{- toYaml (mergeOverwrite $leaderElectionConfig .Values.config) }}
|
{{- $config := .Values.config }}
|
||||||
|
{{- if kindIs "string" $config }}
|
||||||
|
{{- $config = fromYaml (tpl $config .) }}
|
||||||
|
{{- end }}
|
||||||
|
{{- toYaml (mergeOverwrite $leaderElectionConfig $config) }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 15.0.10 (2025-07-09)
|
## 15.0.11 (2025-07-09)
|
||||||
|
|
||||||
* [bitnami/milvus] :zap: :arrow_up: Update dependency references ([#34925](https://github.com/bitnami/charts/pull/34925))
|
* [bitnami/milvus] :zap: :arrow_up: Update dependency references ([#34966](https://github.com/bitnami/charts/pull/34966))
|
||||||
|
|
||||||
|
## <small>15.0.10 (2025-07-09)</small>
|
||||||
|
|
||||||
|
* [bitnami/milvus] :zap: :arrow_up: Update dependency references (#34925) ([9f43943](https://github.com/bitnami/charts/commit/9f43943c8901f5379a8e64df460fa89c2369fa4f)), closes [#34925](https://github.com/bitnami/charts/issues/34925)
|
||||||
|
|
||||||
## <small>15.0.9 (2025-07-01)</small>
|
## <small>15.0.9 (2025-07-01)</small>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,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: pymilvus
|
- name: pymilvus
|
||||||
image: docker.io/bitnami/pymilvus:2.5.11-debian-12-r0
|
image: docker.io/bitnami/pymilvus:2.5.12-debian-12-r0
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
tanzuCategory: service
|
tanzuCategory: service
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
@ -51,4 +51,4 @@ maintainers:
|
||||||
name: milvus
|
name: milvus
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
|
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
|
||||||
version: 15.0.10
|
version: 15.0.11
|
||||||
|
|
|
@ -278,7 +278,7 @@ initJob:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/pymilvus
|
repository: bitnami/pymilvus
|
||||||
tag: 2.5.11-debian-12-r0
|
tag: 2.5.12-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
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 27.0.1 (2025-07-08)
|
## 27.0.2 (2025-07-10)
|
||||||
|
|
||||||
* [bitnami/moodle] :zap: :arrow_up: Update dependency references ([#34862](https://github.com/bitnami/charts/pull/34862))
|
* [bitnami/moodle] Fix hostAliases Bug in Moodle deployment.yaml ([#34839](https://github.com/bitnami/charts/pull/34839))
|
||||||
|
|
||||||
|
## <small>27.0.1 (2025-07-08)</small>
|
||||||
|
|
||||||
|
* [bitnami/moodle] :zap: :arrow_up: Update dependency references (#34862) ([e299e92](https://github.com/bitnami/charts/commit/e299e92ff4be3ddb8baf0a01a4f767970a50d2d4)), closes [#34862](https://github.com/bitnami/charts/issues/34862)
|
||||||
|
|
||||||
## 27.0.0 (2025-06-25)
|
## 27.0.0 (2025-06-25)
|
||||||
|
|
||||||
|
|
|
@ -39,4 +39,4 @@ maintainers:
|
||||||
name: moodle
|
name: moodle
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/moodle
|
- https://github.com/bitnami/charts/tree/main/bitnami/moodle
|
||||||
version: 27.0.1
|
version: 27.0.2
|
||||||
|
|
|
@ -63,10 +63,6 @@ spec:
|
||||||
{{- if .Values.tolerations }}
|
{{- if .Values.tolerations }}
|
||||||
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }}
|
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
hostAliases:
|
|
||||||
- ip: "127.0.0.1"
|
|
||||||
hostnames:
|
|
||||||
- "status.localhost"
|
|
||||||
initContainers: {{- if .Values.initContainers -}}{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}{{- end -}}
|
initContainers: {{- if .Values.initContainers -}}{{- include "common.tplvalues.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}{{- end -}}
|
||||||
{{- if and .Values.volumePermissions.enabled .Values.persistence.enabled }}
|
{{- if and .Values.volumePermissions.enabled .Values.persistence.enabled }}
|
||||||
- name: volume-permissions
|
- name: volume-permissions
|
||||||
|
|
|
@ -190,10 +190,13 @@ sidecars: []
|
||||||
## @param automountServiceAccountToken Mount Service Account token in pod
|
## @param automountServiceAccountToken Mount Service Account token in pod
|
||||||
##
|
##
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
## @param hostAliases Moodle™ pods host aliases
|
## @param hostAliases [array] Moodle™ pods host aliases
|
||||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||||
##
|
##
|
||||||
hostAliases: []
|
hostAliases:
|
||||||
|
- ip: "127.0.0.1"
|
||||||
|
hostnames:
|
||||||
|
- "status.localhost"
|
||||||
## @param tolerations Tolerations for pod assignment
|
## @param tolerations Tolerations for pod assignment
|
||||||
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.4.8 (2025-06-13)
|
## 0.4.10 (2025-07-10)
|
||||||
|
|
||||||
* bitnami/neo4j Fix neo4j persistent existing claim ([#34369](https://github.com/bitnami/charts/pull/34369))
|
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#34998](https://github.com/bitnami/charts/pull/34998))
|
||||||
|
|
||||||
|
## <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>
|
||||||
|
|
||||||
|
* bitnami/neo4j Fix neo4j persistent existing claim (#34369) ([3bcbf62](https://github.com/bitnami/charts/commit/3bcbf62b3e6d2bdeefcbf1fb7f8d1cb5a3d59581)), closes [#34369](https://github.com/bitnami/charts/issues/34369)
|
||||||
|
|
||||||
## <small>0.4.7 (2025-06-09)</small>
|
## <small>0.4.7 (2025-06-09)</small>
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
||||||
category: Database
|
category: Database
|
||||||
images: |
|
images: |
|
||||||
- name: neo4j
|
- name: neo4j
|
||||||
image: docker.io/bitnami/neo4j:5.26.8-debian-12-r0
|
image: docker.io/bitnami/neo4j:5.26.9-debian-12-r0
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
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.8
|
appVersion: 5.26.9
|
||||||
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.8
|
version: 0.4.10
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue