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(&namespace, "namespace", "", "namespace where the application is running")
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ it('allows adding a project and a quality gate', () => {
|
|||
cy.get('body').then(($body) => {
|
||||
if ($body.find('img[src*=mode-tour]').is(':visible')) {
|
||||
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');
|
||||
|
@ -35,6 +35,7 @@ it('allows adding a project and a quality gate', () => {
|
|||
// Step 2: Create a Quality gate
|
||||
cy.visit('/quality_gates');
|
||||
cy.fixture('quality-gates').then((qualityGates) => {
|
||||
cy.contains('Skip').click({force: true});
|
||||
cy.contains('Create').click();
|
||||
cy.get('#quality-gate-form-name').type(`${qualityGates.newQualityGate.name}${random}`);
|
||||
cy.get('[type="submit"]').contains('Create').click();
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
|||
- name: airflow
|
||||
image: docker.io/bitnami/airflow:3.0.2-debian-12-r3
|
||||
- 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
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
|
@ -42,4 +42,4 @@ maintainers:
|
|||
name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||
version: 24.2.0
|
||||
version: 24.2.1
|
||||
|
|
|
@ -2882,7 +2882,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/statsd-exporter
|
||||
tag: 0.28.0-debian-12-r20
|
||||
tag: 0.28.0-debian-12-r21
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
|||
category: Infrastructure
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r12
|
||||
- name: git
|
||||
|
@ -13,7 +13,7 @@ annotations:
|
|||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 2.4.63
|
||||
appVersion: 2.4.64
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -38,4 +38,4 @@ maintainers:
|
|||
name: apache
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/apache
|
||||
version: 11.3.21
|
||||
version: 11.3.22
|
||||
|
|
|
@ -71,7 +71,7 @@ extraDeploy: []
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache
|
||||
tag: 2.4.63-debian-12-r20
|
||||
tag: 2.4.64-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -5,15 +5,15 @@ annotations:
|
|||
category: CMS
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 1.79.0
|
||||
appVersion: 1.80.0
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
|
@ -41,4 +41,4 @@ maintainers:
|
|||
name: appsmith
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
|
||||
version: 6.0.15
|
||||
version: 6.0.16
|
||||
|
|
|
@ -90,7 +90,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/appsmith
|
||||
tag: 1.79.0-debian-12-r0
|
||||
tag: 1.80.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -867,7 +867,7 @@ backend:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/haproxy
|
||||
tag: 3.2.2-debian-12-r1
|
||||
tag: 3.2.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
|||
category: Infrastructure
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/dex:2.43.1-debian-12-r5
|
||||
- name: os-shell
|
||||
|
@ -15,7 +15,7 @@ annotations:
|
|||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.9
|
||||
appVersion: 3.0.11
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
|
@ -40,4 +40,4 @@ maintainers:
|
|||
name: argo-cd
|
||||
sources:
|
||||
- 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
|
||||
# Version: 3.0.9
|
||||
# Version: 3.0.11
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
|
|
@ -72,7 +72,7 @@ extraDeploy: []
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-cd
|
||||
tag: 3.0.9-debian-12-r3
|
||||
tag: 3.0.11-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
|||
category: CertificateAuthority
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
image: docker.io/bitnami/cert-manager:1.18.2-debian-12-r2
|
||||
- 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
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
|
@ -37,4 +37,4 @@ maintainers:
|
|||
name: cert-manager
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
|
||||
version: 1.5.9
|
||||
version: 1.5.11
|
||||
|
|
|
@ -116,7 +116,7 @@ controller:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/acmesolver
|
||||
tag: 1.18.2-debian-12-r1
|
||||
tag: 1.18.2-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -497,7 +497,7 @@ webhook:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cert-manager-webhook
|
||||
tag: 1.18.2-debian-12-r1
|
||||
tag: 1.18.2-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -869,7 +869,7 @@ cainjector:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cainjector
|
||||
tag: 1.18.2-debian-12-r1
|
||||
tag: 1.18.2-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,36 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,17 +5,17 @@ annotations:
|
|||
category: DeveloperTools
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
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
|
||||
image: docker.io/bitnami/dex:2.43.1-debian-12-r5
|
||||
license: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 1.23.0
|
||||
appVersion: 1.30.0
|
||||
dependencies:
|
||||
- name: common
|
||||
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-artifact-cas
|
||||
- https://github.com/chainloop-dev/chainloop
|
||||
version: 4.0.42
|
||||
version: 4.0.49
|
||||
|
|
|
@ -181,7 +181,7 @@ controlplane:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-control-plane
|
||||
tag: 1.23.0-debian-12-r1
|
||||
tag: 1.30.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -258,7 +258,7 @@ controlplane:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-control-plane-migrations
|
||||
tag: 1.23.0-debian-12-r0
|
||||
tag: 1.30.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -1005,7 +1005,7 @@ cas:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chainloop-artifact-cas
|
||||
tag: 1.23.0-debian-12-r2
|
||||
tag: 1.30.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -5,16 +5,16 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
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
|
||||
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
|
||||
apiVersion: v2
|
||||
appVersion: 0.25.1
|
||||
appVersion: 0.25.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -38,4 +38,4 @@ name: clickhouse-operator
|
|||
sources:
|
||||
- https://github.com/bitnami/charts/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:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse-operator
|
||||
tag: 0.25.1-debian-12-r1
|
||||
tag: 0.25.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -109,7 +109,7 @@ image:
|
|||
clickHouseImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse
|
||||
tag: 25.6.2-debian-12-r0
|
||||
tag: 25.6.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -136,7 +136,7 @@ clickHouseImage:
|
|||
keeperImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse-keeper
|
||||
tag: 25.6.2-debian-12-r0
|
||||
tag: 25.6.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -658,7 +658,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse-operator-metrics-exporter
|
||||
tag: 0.25.1-debian-12-r1
|
||||
tag: 0.25.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,15 +5,15 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 25.6.2
|
||||
appVersion: 25.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -34,4 +34,4 @@ maintainers:
|
|||
name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||
version: 9.3.8
|
||||
version: 9.3.9
|
||||
|
|
|
@ -167,7 +167,7 @@ defaultInitContainers:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse
|
||||
tag: 25.6.2-debian-12-r0
|
||||
tag: 25.6.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -953,7 +953,7 @@ keeper:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/clickhouse-keeper
|
||||
tag: 25.6.2-debian-12-r0
|
||||
tag: 25.6.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ annotations:
|
|||
- name: plugin-barman-cloud-sidecar
|
||||
image: docker.io/bitnami/plugin-barman-cloud-sidecar:0.5.0-debian-12-r1
|
||||
- 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
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
|
@ -36,4 +36,4 @@ maintainers:
|
|||
name: cloudnative-pg
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
|
|
|
@ -106,7 +106,7 @@ operator:
|
|||
postgresqlImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 17.5.0-debian-12-r16
|
||||
tag: 17.5.0-debian-12-r17
|
||||
digest: ""
|
||||
## @param operator.replicaCount Number of cloudnative-pg Operator replicas to deploy
|
||||
##
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
|||
- name: contour
|
||||
image: docker.io/bitnami/contour:1.32.0-debian-12-r5
|
||||
- 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
|
||||
image: docker.io/bitnami/nginx:1.29.0-debian-12-r2
|
||||
licenses: Apache-2.0
|
||||
|
@ -34,4 +34,4 @@ maintainers:
|
|||
name: contour
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
||||
version: 21.0.8
|
||||
version: 21.0.9
|
||||
|
|
|
@ -668,7 +668,7 @@ envoy:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/envoy
|
||||
tag: 1.34.1-debian-12-r3
|
||||
tag: 1.34.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
|||
category: Analytics
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
|
@ -43,4 +43,4 @@ sources:
|
|||
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
|
||||
- https://github.com/dremio/dremio-oss
|
||||
version: 3.0.5
|
||||
version: 3.0.6
|
||||
|
|
|
@ -97,7 +97,7 @@ dremio:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dremio
|
||||
tag: 26.0.0-debian-12-r2
|
||||
tag: 26.0.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -1956,7 +1956,7 @@ defaultInitContainers:
|
|||
defaultImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r46
|
||||
tag: 12-debian-12-r47
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
@ -2337,7 +2337,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 1.3.0-debian-12-r3
|
||||
tag: 1.3.0-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -36,4 +36,4 @@ maintainers:
|
|||
name: elasticsearch
|
||||
sources:
|
||||
- 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.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) | `{}` |
|
||||
| `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
|
||||
|
||||
|
|
|
@ -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.volumePermissions.image }}
|
||||
{{- include "common.warnings.rollingTag" .Values.copyTlsCerts.image }}
|
||||
{{- include "common.warnings.rollingTag" .Values.sysctlImage }}
|
||||
|
||||
{{- end }}
|
||||
{{ include "elasticsearch.validateValues" . }}
|
||||
{{- include "common.warnings.resources" (dict "sections" (list "coordinating" "copyTlsCerts" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.copyTlsCerts.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.warnings.resources" (dict "sections" (list "coordinating" "data" "ingest" "master" "metrics" "sysctlImage" "volumePermissions") "context" $) }}
|
||||
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image .Values.sysctlImage ) "context" $) }}
|
||||
{{- include "common.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
|
||||
*/}}
|
||||
{{- 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 -}}
|
||||
|
||||
{{/*
|
||||
|
@ -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) }}
|
||||
{{- 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
|
||||
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 }}
|
||||
{{- 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
|
||||
image: {{ include "elasticsearch.image" . }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
|
||||
|
@ -335,9 +301,9 @@ spec:
|
|||
subPath: my_elasticsearch.yml
|
||||
{{- end }}
|
||||
{{- if .Values.security.enabled }}
|
||||
- name: empty-dir
|
||||
- name: elasticsearch-certificates
|
||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||
subPath: certs
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.initScripts }}
|
||||
- name: custom-init-scripts
|
||||
|
|
|
@ -133,40 +133,6 @@ spec:
|
|||
- name: data
|
||||
mountPath: /bitnami/elasticsearch/data
|
||||
{{- 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 }}
|
||||
- name: copy-default-plugins
|
||||
image: {{ include "elasticsearch.image" . }}
|
||||
|
@ -366,9 +332,9 @@ spec:
|
|||
subPath: my_elasticsearch.yml
|
||||
{{- end }}
|
||||
{{- if .Values.security.enabled }}
|
||||
- name: empty-dir
|
||||
- name: elasticsearch-certificates
|
||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||
subPath: certs
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.initScripts }}
|
||||
- name: custom-init-scripts
|
||||
|
|
|
@ -108,40 +108,6 @@ spec:
|
|||
resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }}
|
||||
{{- 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 }}
|
||||
- name: copy-default-plugins
|
||||
image: {{ include "elasticsearch.image" . }}
|
||||
|
@ -337,9 +303,9 @@ spec:
|
|||
subPath: my_elasticsearch.yml
|
||||
{{- end }}
|
||||
{{- if .Values.security.enabled }}
|
||||
- name: empty-dir
|
||||
- name: elasticsearch-certificates
|
||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||
subPath: certs
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.initScripts }}
|
||||
- name: custom-init-scripts
|
||||
|
|
|
@ -108,40 +108,6 @@ spec:
|
|||
resources: {{- include "common.resources.preset" (dict "type" .Values.sysctlImage.resourcesPreset) | nindent 12 }}
|
||||
{{- 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 }}
|
||||
- name: volume-permissions
|
||||
image: {{ include "elasticsearch.volumePermissions.image" . }}
|
||||
|
@ -367,6 +333,7 @@ spec:
|
|||
{{- if .Values.security.enabled }}
|
||||
- name: elasticsearch-certificates
|
||||
mountPath: /opt/bitnami/elasticsearch/config/certs
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
{{- if .Values.initScripts }}
|
||||
- name: custom-init-scripts
|
||||
|
|
|
@ -2729,55 +2729,6 @@ sysctlImage:
|
|||
##
|
||||
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
|
||||
|
||||
## Bundled Kibana parameters
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
|||
category: Infrastructure
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/envoy-gateway:1.4.2-debian-12-r1
|
||||
- name: envoy-ratelimit
|
||||
|
@ -36,4 +36,4 @@ maintainers:
|
|||
name: envoy-gateway
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/envoy-gateway
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
|
|
|
@ -132,7 +132,7 @@ ratelimitImage:
|
|||
envoyImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/envoy
|
||||
tag: 1.34.1-debian-12-r3
|
||||
tag: 1.34.2-debian-12-r0
|
||||
digest: ""
|
||||
## @param replicaCount Number of Envoy Gateway replicas to deploy
|
||||
##
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 3.6.1
|
||||
appVersion: 3.6.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -35,4 +35,4 @@ maintainers:
|
|||
name: etcd
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
|
||||
version: 12.0.8
|
||||
version: 12.0.9
|
||||
|
|
|
@ -90,7 +90,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/etcd
|
||||
tag: 3.6.1-debian-12-r3
|
||||
tag: 3.6.2-debian-12-r0
|
||||
digest: ""
|
||||
## @param image.pullPolicy etcd image pull policy
|
||||
## Specify a imagePullPolicy
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
|||
category: Analytics
|
||||
images: |
|
||||
- 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
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
appVersion: 4.0.3
|
||||
appVersion: 4.0.4
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -31,4 +31,4 @@ maintainers:
|
|||
name: fluent-bit
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
|
||||
version: 3.1.7
|
||||
version: 3.1.8
|
||||
|
|
|
@ -86,7 +86,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluent-bit
|
||||
tag: 4.0.3-debian-12-r0
|
||||
tag: 4.0.4-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
|||
category: CMS
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 5.129.1
|
||||
appVersion: 5.129.2
|
||||
dependencies:
|
||||
- condition: mysql.enabled
|
||||
name: mysql
|
||||
|
@ -43,4 +43,4 @@ maintainers:
|
|||
name: ghost
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
|
||||
version: 23.0.25
|
||||
version: 23.0.26
|
||||
|
|
|
@ -87,7 +87,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/ghost
|
||||
tag: 5.129.1-debian-12-r1
|
||||
tag: 5.129.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
|||
category: Analytics
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
|
@ -39,4 +39,4 @@ maintainers:
|
|||
name: gitea
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/gitea
|
||||
version: 3.2.13
|
||||
version: 3.2.15
|
||||
|
|
|
@ -78,7 +78,7 @@ usePasswordFiles: true
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/gitea
|
||||
tag: 1.24.2-debian-12-r1
|
||||
tag: 1.24.2-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotations:
|
|||
category: Infrastructure
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/nginx:1.29.0-debian-12-r2
|
||||
- name: os-shell
|
||||
|
@ -13,7 +13,7 @@ annotations:
|
|||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 3.5.1
|
||||
appVersion: 3.5.2
|
||||
dependencies:
|
||||
- alias: grafanaalloy
|
||||
condition: grafanaalloy.enabled
|
||||
|
@ -61,4 +61,4 @@ maintainers:
|
|||
name: grafana-loki
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-loki
|
||||
version: 5.0.4
|
||||
version: 5.0.5
|
||||
|
|
|
@ -89,7 +89,7 @@ loki:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/grafana-loki
|
||||
tag: 3.5.1-debian-12-r4
|
||||
tag: 3.5.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -33,4 +33,4 @@ maintainers:
|
|||
name: grafana
|
||||
sources:
|
||||
- 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.
|
||||
|
||||
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
|
||||
+--------------+ +-----+
|
||||
| | | |
|
||||
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 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/)
|
||||
|
||||
### Setting Pod's affinity
|
||||
|
@ -477,6 +479,8 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
|
|||
| Name | Description | Value |
|
||||
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
|
||||
| `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.automountServiceAccountToken` | Mount Service Account token in pod | `false` |
|
||||
| `grafana.hostAliases` | Add deployment host aliases | `[]` |
|
||||
|
@ -558,15 +562,15 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
|
|||
|
||||
### Persistence parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------- | --------------------------------------------------------------------------------------------------------- | --------------- |
|
||||
| `persistence.enabled` | Enable persistence | `true` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.accessMode` | Persistent Volume Access Mode | `ReadWriteOnce` |
|
||||
| `persistence.accessModes` | Persistent Volume Access Modes | `[]` |
|
||||
| `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.size` | Size for the PV | `10Gi` |
|
||||
| Name | Description | Value |
|
||||
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
|
||||
| `persistence.enabled` | Enable persistence | `true` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.accessMode` | Persistent Volume Access Mode | `ReadWriteOnce` |
|
||||
| `persistence.accessModes` | Persistent Volume Access Modes | `[]` |
|
||||
| `persistence.storageClass` | Storage class to use with the PVC | `""` |
|
||||
| `persistence.existingClaim` | If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable. Please note that this setting will be ignored when `grafana.kind` is set to `StatefulSet`. | `""` |
|
||||
| `persistence.size` | Size for the PV | `10Gi` |
|
||||
|
||||
### RBAC parameters
|
||||
|
||||
|
@ -779,4 +783,4 @@ Unless required by applicable law or agreed to in writing, software
|
|||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
|
|
@ -181,6 +181,7 @@ Validate values for Grafana.
|
|||
{{- $messages := append $messages (include "grafana.validateValues.ldap.configmapsecret" .) -}}
|
||||
{{- $messages := append $messages (include "grafana.validateValues.ldap.tls" .) -}}
|
||||
{{- $messages := append $messages (include "grafana.validateValues.imageRenderer" .) -}}
|
||||
{{- $messages := append $messages (include "grafana.validateValues.grafana.kind" .) -}}
|
||||
{{- $messages := without $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/")
|
||||
{{- 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
|
||||
*/}}
|
||||
|
||||
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
apiVersion: {{ ternary (include "common.capabilities.deployment.apiVersion" .) (include "common.capabilities.statefulset.apiVersion" .) (eq (lower .Values.grafana.kind) "deployment") }}
|
||||
kind: {{ ternary "Deployment" "StatefulSet" (eq (lower .Values.grafana.kind) "deployment") }}
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
|
@ -15,12 +15,18 @@ metadata:
|
|||
{{- end }}
|
||||
spec:
|
||||
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" . ) }}
|
||||
selector:
|
||||
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
|
||||
app.kubernetes.io/component: grafana
|
||||
{{- 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 }}
|
||||
template:
|
||||
metadata:
|
||||
|
@ -326,6 +332,7 @@ spec:
|
|||
name: {{ include "grafana.smtpSecretName" . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if eq (lower .Values.grafana.kind) "deployment" }}
|
||||
- name: data
|
||||
{{- if .Values.persistence.enabled }}
|
||||
persistentVolumeClaim:
|
||||
|
@ -333,6 +340,7 @@ spec:
|
|||
{{- else }}
|
||||
emptyDir: {}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.ldap.enabled }}
|
||||
- name: ldap
|
||||
{{- if not (empty .Values.ldap.configMapName) }}
|
||||
|
@ -406,3 +414,30 @@ spec:
|
|||
{{- if .Values.grafana.extraVolumes }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.grafana.extraVolumes "context" $) | nindent 8 }}
|
||||
{{- 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
|
||||
*/}}
|
||||
|
||||
{{- 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
|
||||
apiVersion: v1
|
||||
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.
|
||||
SPDX-License-Identifier: APACHE-2.0
|
||||
*/}}
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
|
@ -304,6 +304,14 @@ grafana:
|
|||
## @param grafana.replicaCount Number of Grafana nodes
|
||||
##
|
||||
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.
|
||||
## 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
|
||||
|
@ -616,7 +624,7 @@ grafana:
|
|||
## @param persistence.accessMode Persistent Volume Access Mode
|
||||
## @param persistence.accessModes Persistent Volume Access Modes
|
||||
## @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
|
||||
##
|
||||
persistence:
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
|||
category: Infrastructure
|
||||
images: |
|
||||
- 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
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
appVersion: 3.2.2
|
||||
appVersion: 3.2.3
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
|
@ -31,4 +31,4 @@ maintainers:
|
|||
name: haproxy
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
|
||||
version: 2.2.28
|
||||
version: 2.2.29
|
||||
|
|
|
@ -314,7 +314,7 @@ terminationGracePeriodSeconds: ""
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/haproxy
|
||||
tag: 3.2.2-debian-12-r1
|
||||
tag: 3.2.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- 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
|
||||
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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
|
@ -41,4 +41,4 @@ sources:
|
|||
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
|
||||
- https://github.com/janusgraph/janusgraph
|
||||
version: 1.4.5
|
||||
version: 1.4.6
|
||||
|
|
|
@ -187,7 +187,7 @@ javaOptions: ""
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/janusgraph
|
||||
tag: 1.1.0-debian-12-r18
|
||||
tag: 1.1.0-debian-12-r19
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -644,7 +644,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 1.3.0-debian-12-r3
|
||||
tag: 1.3.0-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
@ -846,7 +846,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r46
|
||||
tag: 12-debian-12-r47
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
|||
- name: jenkins
|
||||
image: docker.io/bitnami/jenkins:2.504.3-debian-12-r0
|
||||
- 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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
|
@ -38,4 +38,4 @@ maintainers:
|
|||
name: jenkins
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
|
||||
version: 13.6.9
|
||||
version: 13.6.10
|
||||
|
|
|
@ -388,7 +388,7 @@ agent:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jenkins-agent
|
||||
tag: 0.3309.0-debian-12-r2
|
||||
tag: 0.3324.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
|||
category: DeveloperTools
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r9
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 26.3.0
|
||||
appVersion: 26.3.1
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
|
@ -36,4 +36,4 @@ maintainers:
|
|||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 24.7.5
|
||||
version: 24.7.7
|
||||
|
|
|
@ -111,7 +111,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak
|
||||
tag: 26.3.0-debian-12-r0
|
||||
tag: 26.3.1-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,20 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ annotations:
|
|||
- name: prometheus-operator
|
||||
image: docker.io/bitnami/prometheus-operator:0.83.0-debian-12-r5
|
||||
- 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
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
|
@ -51,4 +51,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
|
||||
version: 11.2.10
|
||||
version: 11.2.11
|
||||
|
|
|
@ -1440,7 +1440,7 @@ prometheus:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/thanos
|
||||
tag: 0.39.1-debian-12-r0
|
||||
tag: 0.39.1-debian-12-r1
|
||||
digest: ""
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
##
|
||||
|
@ -3326,7 +3326,7 @@ thanosRuler:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/thanos
|
||||
tag: 0.39.1-debian-12-r0
|
||||
tag: 0.39.1-debian-12-r1
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -33,4 +33,4 @@ maintainers:
|
|||
name: kubernetes-event-exporter
|
||||
sources:
|
||||
- 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" -}}
|
||||
{{- $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 -}}
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ annotations:
|
|||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
- 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
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
|
@ -51,4 +51,4 @@ maintainers:
|
|||
name: milvus
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
|
||||
version: 15.0.10
|
||||
version: 15.0.11
|
||||
|
|
|
@ -278,7 +278,7 @@ initJob:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/pymilvus
|
||||
tag: 2.5.11-debian-12-r0
|
||||
tag: 2.5.12-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# 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)
|
||||
|
||||
|
|
|
@ -39,4 +39,4 @@ maintainers:
|
|||
name: moodle
|
||||
sources:
|
||||
- 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 }}
|
||||
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" $) | nindent 8 }}
|
||||
{{- 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 -}}
|
||||
{{- if and .Values.volumePermissions.enabled .Values.persistence.enabled }}
|
||||
- name: volume-permissions
|
||||
|
|
|
@ -190,10 +190,13 @@ sidecars: []
|
|||
## @param automountServiceAccountToken Mount Service Account token in pod
|
||||
##
|
||||
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/
|
||||
##
|
||||
hostAliases: []
|
||||
hostAliases:
|
||||
- ip: "127.0.0.1"
|
||||
hostnames:
|
||||
- "status.localhost"
|
||||
## @param tolerations Tolerations for pod assignment
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
##
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
# 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>
|
||||
|
||||
|
|
|
@ -5,13 +5,13 @@ annotations:
|
|||
category: Database
|
||||
images: |
|
||||
- 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
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 5.26.8
|
||||
appVersion: 5.26.9
|
||||
dependencies:
|
||||
- name: common
|
||||
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/containers/tree/main/bitnami/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