diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 10d3c33442..8635ca5023 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -10,11 +10,11 @@ annotations: - name: redis-exporter image: docker.io/bitnami/redis-exporter:1.55.0-debian-11-r0 - name: redis-sentinel - image: docker.io/bitnami/redis-sentinel:7.2.2-debian-11-r0 + image: docker.io/bitnami/redis-sentinel:7.2.3-debian-11-r0 - name: redis - image: docker.io/bitnami/redis:7.2.2-debian-11-r0 + image: docker.io/bitnami/redis:7.2.3-debian-11-r0 apiVersion: v2 -appVersion: 7.2.2 +appVersion: 7.2.3 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -34,4 +34,4 @@ maintainers: name: redis sources: - https://github.com/bitnami/charts/tree/main/bitnami/redis -version: 18.2.0 +version: 18.2.1 diff --git a/bitnami/redis/README.md b/bitnami/redis/README.md index 81f6c6705f..c629ac0fc1 100644 --- a/bitnami/redis/README.md +++ b/bitnami/redis/README.md @@ -1015,4 +1015,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. \ No newline at end of file diff --git a/bitnami/redis/values.yaml b/bitnami/redis/values.yaml index 38147b5677..0c09949d14 100644 --- a/bitnami/redis/values.yaml +++ b/bitnami/redis/values.yaml @@ -91,7 +91,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/redis - tag: 7.2.2-debian-11-r0 + tag: 7.2.3-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1056,7 +1056,7 @@ sentinel: image: registry: docker.io repository: bitnami/redis-sentinel - tag: 7.2.2-debian-11-r0 + tag: 7.2.3-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'