From f94523ef468747e69708147a979ef1add5e11594 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Tue, 18 Mar 2025 06:18:49 +0000 Subject: [PATCH 1/3] SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter Docker tag to v1.69.0 --- chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 5bae405..0883512 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -11,7 +11,7 @@ annotations: - name: redis image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2 - name: exporter - image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.68.0 + image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.69.0 apiVersion: v2 appVersion: 7.4.2 dependencies: diff --git a/chart/values.yaml b/chart/values.yaml index b52bcad..a82c4f5 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1866,7 +1866,7 @@ metrics: image: registry: registry1.dso.mil repository: ironbank/bitnami/analytics/redis-exporter - tag: 1.68.0 + tag: 1.69.0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. -- GitLab From 5164ad08de742a4b404fdde29db6aa288708903b Mon Sep 17 00:00:00 2001 From: samvongsay <sam.vongsay@sigmadefense.com> Date: Wed, 26 Mar 2025 10:48:28 -0700 Subject: [PATCH 2/3] update "chart" (https://github.com/bitnami/charts) from "redis/20.11.3" (5a31fa6eabad974edbc281782505e3bcb07efb98) to "redis/20.11.4" (f40ecff063a597f93d251613746c3d52c11c638d) --- chart/CHANGELOG.md | 8 ++++++-- chart/Chart.yaml | 3 ++- chart/Kptfile | 4 ++-- chart/values.yaml | 8 ++++---- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/chart/CHANGELOG.md b/chart/CHANGELOG.md index 13c3899..9971753 100644 --- a/chart/CHANGELOG.md +++ b/chart/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 20.11.3 (2025-03-10) +## 20.11.4 (2025-03-22) -* [bitnami/redis] fix 32214 - REDIS_PASSWORD_FILE uses wrong filename from volume ([#32215](https://github.com/bitnami/charts/pull/32215)) +* [bitnami/redis] Release 20.11.4 ([#32561](https://github.com/bitnami/charts/pull/32561)) + +## <small>20.11.3 (2025-03-10)</small> + +* [bitnami/redis] fix 32214 - REDIS_PASSWORD_FILE uses wrong filename from volume (#32215) ([5a31fa6](https://github.com/bitnami/charts/commit/5a31fa6eabad974edbc281782505e3bcb07efb98)), closes [#32215](https://github.com/bitnami/charts/issues/32215) ## <small>20.11.2 (2025-03-05)</small> diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 0883512..c810505 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -12,6 +12,7 @@ annotations: image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2 - name: exporter image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.69.0 + tanzuCategory: service apiVersion: v2 appVersion: 7.4.2 dependencies: @@ -33,4 +34,4 @@ maintainers: name: redis sources: - https://github.com/bitnami/charts/tree/main/bitnami/redis -version: 20.11.3-bb.0 +version: 20.11.4-bb.0 diff --git a/chart/Kptfile b/chart/Kptfile index c81283d..8656ecc 100644 --- a/chart/Kptfile +++ b/chart/Kptfile @@ -5,7 +5,7 @@ metadata: upstream: type: git git: - commit: 5a31fa6eabad974edbc281782505e3bcb07efb98 + commit: f40ecff063a597f93d251613746c3d52c11c638d repo: https://github.com/bitnami/charts directory: bitnami/redis - ref: redis/20.11.3 + ref: redis/20.11.4 diff --git a/chart/values.yaml b/chart/values.yaml index a82c4f5..21d1bea 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1259,7 +1259,7 @@ sentinel: image: registry: docker.io repository: bitnami/redis-sentinel - tag: 7.4.2-debian-12-r4 + tag: 7.4.2-debian-12-r6 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -2249,7 +2249,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r38 + tag: 12-debian-12-r40 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -2324,7 +2324,7 @@ kubectl: image: registry: docker.io repository: bitnami/kubectl - tag: 1.32.2-debian-12-r2 + tag: 1.32.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -2398,7 +2398,7 @@ sysctl: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r38 + tag: 12-debian-12-r40 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. -- GitLab From b6844095fea117a390fa69d93d32950afbdc80ae Mon Sep 17 00:00:00 2001 From: samvongsay <sam.vongsay@sigmadefense.com> Date: Wed, 26 Mar 2025 10:55:35 -0700 Subject: [PATCH 3/3] Update chart and redis-exporter --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6212dc..172858d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [20.11.4-bb.0] - 2025-03-26 + +### Changed +- Updated Chart version to 20.11.4 +- Updated ironbank/bitnami/analytics/redis-exporter: v1.68.0 -> v.1.69.0 + ## [20.11.3-bb.0] - 2025-03-10 ### Changed diff --git a/README.md b/README.md index 0658b83..f2b82f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # redis -   +   Redis(R) is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. @@ -364,7 +364,7 @@ helm install redis chart/ | sentinel.enabled | bool | `false` | | | sentinel.image.registry | string | `"docker.io"` | | | sentinel.image.repository | string | `"bitnami/redis-sentinel"` | | -| sentinel.image.tag | string | `"7.4.2-debian-12-r4"` | | +| sentinel.image.tag | string | `"7.4.2-debian-12-r6"` | | | sentinel.image.digest | string | `""` | | | sentinel.image.pullPolicy | string | `"IfNotPresent"` | | | sentinel.image.pullSecrets | list | `[]` | | @@ -515,7 +515,7 @@ helm install redis chart/ | metrics.enabled | bool | `false` | | | metrics.image.registry | string | `"registry1.dso.mil"` | | | metrics.image.repository | string | `"ironbank/bitnami/analytics/redis-exporter"` | | -| metrics.image.tag | string | `"1.68.0"` | | +| metrics.image.tag | string | `"1.69.0"` | | | metrics.image.digest | string | `""` | | | metrics.image.pullPolicy | string | `"IfNotPresent"` | | | metrics.image.pullSecrets | list | `[]` | | @@ -611,7 +611,7 @@ helm install redis chart/ | volumePermissions.enabled | bool | `false` | | | volumePermissions.image.registry | string | `"docker.io"` | | | volumePermissions.image.repository | string | `"bitnami/os-shell"` | | -| volumePermissions.image.tag | string | `"12-debian-12-r38"` | | +| volumePermissions.image.tag | string | `"12-debian-12-r40"` | | | volumePermissions.image.digest | string | `""` | | | volumePermissions.image.pullPolicy | string | `"IfNotPresent"` | | | volumePermissions.image.pullSecrets | list | `[]` | | @@ -627,7 +627,7 @@ helm install redis chart/ | kubectl.enabled | bool | `false` | | | kubectl.image.registry | string | `"docker.io"` | | | kubectl.image.repository | string | `"bitnami/kubectl"` | | -| kubectl.image.tag | string | `"1.32.2-debian-12-r2"` | | +| kubectl.image.tag | string | `"1.32.3-debian-12-r1"` | | | kubectl.image.digest | string | `""` | | | kubectl.image.pullPolicy | string | `"IfNotPresent"` | | | kubectl.image.pullSecrets | list | `[]` | | @@ -648,7 +648,7 @@ helm install redis chart/ | sysctl.enabled | bool | `false` | | | sysctl.image.registry | string | `"docker.io"` | | | sysctl.image.repository | string | `"bitnami/os-shell"` | | -| sysctl.image.tag | string | `"12-debian-12-r38"` | | +| sysctl.image.tag | string | `"12-debian-12-r40"` | | | sysctl.image.digest | string | `""` | | | sysctl.image.pullPolicy | string | `"IfNotPresent"` | | | sysctl.image.pullSecrets | list | `[]` | | -- GitLab