diff --git a/bitnami/solr/CHANGELOG.md b/bitnami/solr/CHANGELOG.md
index a91f1e1e5c6091..ffde451beb0d03 100644
--- a/bitnami/solr/CHANGELOG.md
+++ b/bitnami/solr/CHANGELOG.md
@@ -1,8 +1,13 @@
# Changelog
-## 9.4.7 (2024-10-28)
+## 9.4.8 (2024-11-29)
-* [bitnami/solr] chore: Increase ginkgo test timeout ([#30109](https://github.com/bitnami/charts/pull/30109))
+* [bitnami/solr] Release 9.4.8 ([#30678](https://github.com/bitnami/charts/pull/30678))
+
+## 9.4.7 (2024-10-29)
+
+* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
+* [bitnami/solr] chore: Increase ginkgo test timeout (#30109) ([387437d](https://github.com/bitnami/charts/commit/387437dff423c5a29e2a7314c838ccb2ac62ee46)), closes [#30109](https://github.com/bitnami/charts/issues/30109)
## 9.4.6 (2024-10-20)
diff --git a/bitnami/solr/Chart.lock b/bitnami/solr/Chart.lock
index ffcd9be90c98a1..a4bda92d0703c8 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: 13.5.0
+ version: 13.6.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.26.0
-digest: sha256:e4316bf7bfcb917868ba9ddf561afa1e9f72509c2d986a8e789e0e6ba66e1166
-generated: "2024-10-20T01:06:05.97023327Z"
+ version: 2.27.2
+digest: sha256:8112cd5074f9baf67a2e05027462b6a05ef911f7d853fbaa479a0daae8469181
+generated: "2024-11-29T01:17:21.356838593Z"
diff --git a/bitnami/solr/Chart.yaml b/bitnami/solr/Chart.yaml
index e1e35bcded45c0..6e334284887ceb 100644
--- a/bitnami/solr/Chart.yaml
+++ b/bitnami/solr/Chart.yaml
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r31
+ image: docker.io/bitnami/os-shell:12-debian-12-r33
- name: solr
- image: docker.io/bitnami/solr:9.7.0-debian-12-r1
+ image: docker.io/bitnami/solr:9.7.0-debian-12-r3
apiVersion: v2
appVersion: 9.7.0
dependencies:
@@ -34,4 +34,4 @@ maintainers:
name: solr
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/solr
-version: 9.4.7
+version: 9.4.8
diff --git a/bitnami/solr/values.yaml b/bitnami/solr/values.yaml
index 16b892347a4ba8..2c4c41d6670422 100644
--- a/bitnami/solr/values.yaml
+++ b/bitnami/solr/values.yaml
@@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/solr
- tag: 9.7.0-debian-12-r1
+ tag: 9.7.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -699,7 +699,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r31
+ tag: 12-debian-12-r33
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.