UNCLASSIFIED - NO CUI

Skip to content
Commits on Source (2)
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [20.2.1-bb.1] - 2024-10-22
### Changed
- Updated ironbank/bitnami/analytics/redis-exporter: v1.64.1 -> v1.65.0
## [20.2.1-bb.0] - 2024-10-15
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# redis
![Version: 20.2.1-bb.0](https://img.shields.io/badge/Version-20.2.1--bb.0-informational?style=flat-square) ![AppVersion: 7.4.1](https://img.shields.io/badge/AppVersion-7.4.1-informational?style=flat-square)
![Version: 20.2.1-bb.1](https://img.shields.io/badge/Version-20.2.1--bb.1-informational?style=flat-square) ![AppVersion: 7.4.1](https://img.shields.io/badge/AppVersion-7.4.1-informational?style=flat-square)
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.
......
......@@ -10,7 +10,7 @@ annotations:
- name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.1
- name: exporter
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.64.1
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.65.0
apiVersion: v2
appVersion: 7.4.1
dependencies:
......@@ -32,4 +32,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 20.2.1-bb.0
version: 20.2.1-bb.1
......@@ -1785,7 +1785,7 @@ metrics:
image:
registry: registry1.dso.mil
repository: ironbank/bitnami/analytics/redis-exporter
tag: v1.64.1
tag: v1.65.0
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
......