UNCLASSIFIED - NO CUI

Skip to content

Renovate dependency update for Redis version 22.0.4

This MR contains the following updates:

Package Update Change
redis (source) major 20.13.2-bb.0 -> 22.0.4-bb.0
registry1.dso.mil/ironbank/bitnami/redis (source) major 7.4.3 -> 8.2.0

Complete MR checklist

Assignee

  • Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md

  • Update Docs with new/updated steps as needed

  • Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines

    • Clean install 1.0.4-bb.4
    • Upgrade from 1.0.4-bb.3 to 1.0.4-bb.4
    • 1.0.4-bb.4 install with local Keycloak
    • BB Pipeline Test
  • 👋 This dependency update for Redis incorporates passthrough pattern changes. Redis values have been shifted under the upstream key. Upstream key values will also be updated for authservice in the proceeding BB MR tests/test-values.yaml.

  • If using test-values.yaml and testing the upgrade from current release to 1.04-bb.4 you will need to pass pvc values for redis in your helm upgrade command. If not you will receive immutable field errors because of mismatched pvc sizes between helm releases.

    --set addons.authservice.values.redis-bb.master.persistence.size=256Mi 
    --set addons.authservice.values.redis-bb.replica.persistence.size=256Mi

Add supporting info below

Clean install
kubectl get helmrelease -n bigbang authservice && kubectl get pods -n authservice -o \ 
custom-columns='NAMESPACE:.metadata.namespace,POD:.metadata.name,IMAGES:.spec.containers[*].image'
NAME          AGE   READY   STATUS
authservice   10m   True    Helm install succeeded for release authservice/authservice-authservice.v1 with chart authservice@1.0.4-bb.4
NAMESPACE     POD                                           IMAGES
authservice   authservice-7c6dbfdcb9-cb2v8                  registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.4-ubi9
authservice   authservice-7c6dbfdcb9-r88g7                  registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.4-ubi9
authservice   authservice-authservice-redis-bb-master-0     registry1.dso.mil/ironbank/bitnami/redis:8.2.0
authservice   authservice-authservice-redis-bb-replicas-0   registry1.dso.mil/ironbank/bitnami/redis:8.2.0
Authservice Upgrade test from 1.0.4-bb.3 to 1.0.4-bb.4
% helm history -n bigbang authservice-authservice
REVISION	UPDATED                 	STATUS    	CHART                 	APP VERSION	DESCRIPTION     
1       	Mon Aug 25 12:51:12 2025	superseded	authservice-1.0.4-bb.3	1.0.4      	Install complete
2       	Mon Aug 25 12:58:30 2025	deployed  	authservice-1.0.4-bb.4	1.0.4      	Upgrade complete
Authservice 1.04-bb.4 + Local Keycloak

Screenshot_2025-08-25_at_11.04.00_AM

Reviewer only

  • Tested and Validated changes

Important

Release Notes retrieval for this MR were skipped because no github.com credentials were available. If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR was automatically generated by Renovate Bot.

Upgrade Notices

"N/A"

Edited by Luis Gomez

Merge request reports

Loading