UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 097d47ee authored by Jimmy Bourque's avatar Jimmy Bourque
Browse files

Merge branch 'redis-update' into 'main'

Update Redis Chart Dependency to 20.2.1-bb.3

See merge request !247
parents 83624ee0 6f63af97
No related branches found
Tags 1.0.2-bb.2
1 merge request!247Update Redis Chart Dependency to 20.2.1-bb.3
Pipeline #3721888 passed
......@@ -2,6 +2,11 @@
---
## [1.0.2-bb.2] - 2024-11-04
### Changed
- redis updated from 20.0.1-bb.1 to 20.2.1-bb.3
- ironbank/bitnami/redis updated from 7.4.0 to 7.4.1
## [1.0.2-bb.1] - 2024-11-04
### Changed
- Updated pod labels to use authservice.labels so version will be included
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# authservice
![Version: 1.0.2-bb.1](https://img.shields.io/badge/Version-1.0.2--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
![Version: 1.0.2-bb.2](https://img.shields.io/badge/Version-1.0.2--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
A Helm chart for Kubernetes
......
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 20.0.1-bb.1
digest: sha256:96694c57f7b962aed9fb514a3abc0dfd12c7bbc7d9d97a5d6a514c4714e3c63e
generated: "2024-09-16T13:31:02.554756-04:00"
version: 20.2.1-bb.3
digest: sha256:d90ee9a52f2550a79705acf9cb60269f8b6c53b7ceed3689733646813581cec6
generated: "2024-11-04T14:04:08.932967-06:00"
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2-bb.1
version: 1.0.2-bb.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......@@ -23,7 +23,7 @@ version: 1.0.2-bb.1
appVersion: 1.0.2
dependencies:
- name: redis
version: 20.0.1-bb.1
version: 20.2.1-bb.3
repository: "oci://registry1.dso.mil/bigbang"
condition: redis.enabled
alias: redis-bb
......@@ -37,6 +37,6 @@ annotations:
image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9
- name: redis
condition: redis.enabled
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.0
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.1
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://github.com/istio-ecosystem/authservice/releases)
File deleted
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment