From ade6fc5fbc516534a28094843659fbf204ed1d57 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 17 Oct 2023 12:34:01 +0200 Subject: [PATCH] [bitnami/solr] Release 8.1.8 (#20278) * [bitnami/solr] Release 8.1.8 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/solr/Chart.lock | 6 +++--- bitnami/solr/Chart.yaml | 6 +++--- bitnami/solr/README.md | 2 +- bitnami/solr/values.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/solr/Chart.lock b/bitnami/solr/Chart.lock index 24a5a1d7e3..c84decde1f 100644 --- a/bitnami/solr/Chart.lock +++ b/bitnami/solr/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 12.1.4 + version: 12.1.6 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.13.2 -digest: sha256:07d7596708cc5b839395c9034fbd54f04e1f5d7baa6e0a9c50f2076b81762d87 -generated: "2023-10-12T15:09:50.084398629Z" +digest: sha256:92a8d2251d74b2692c483948b21d980dbef3eb43af70348da40a12503e233d11 +generated: "2023-10-17T10:15:14.474964579Z" diff --git a/bitnami/solr/Chart.yaml b/bitnami/solr/Chart.yaml index 79602e2528..8542108573 100644 --- a/bitnami/solr/Chart.yaml +++ b/bitnami/solr/Chart.yaml @@ -8,9 +8,9 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r90 - name: solr - image: docker.io/bitnami/solr:9.3.0-debian-11-r69 + image: docker.io/bitnami/solr:9.4.0-debian-11-r0 apiVersion: v2 -appVersion: 9.3.0 +appVersion: 9.4.0 dependencies: - condition: zookeeper.enabled name: zookeeper @@ -34,4 +34,4 @@ maintainers: name: solr sources: - https://github.com/bitnami/charts/tree/main/bitnami/solr -version: 8.1.7 +version: 8.1.8 diff --git a/bitnami/solr/README.md b/bitnami/solr/README.md index 04f2a42b8d..988f80b1e9 100644 --- a/bitnami/solr/README.md +++ b/bitnami/solr/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------- | | `image.registry` | Solr image registry | `docker.io` | | `image.repository` | Solr image repository | `bitnami/solr` | -| `image.tag` | Solr image tag (immutable tags are recommended) | `9.3.0-debian-11-r69` | +| `image.tag` | Solr image tag (immutable tags are recommended) | `9.4.0-debian-11-r0` | | `image.digest` | Solr image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/solr/values.yaml b/bitnami/solr/values.yaml index ebf753c556..c2b30f6c15 100644 --- a/bitnami/solr/values.yaml +++ b/bitnami/solr/values.yaml @@ -75,7 +75,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/solr - tag: 9.3.0-debian-11-r69 + tag: 9.4.0-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'