Skip to content

Commit

Permalink
chore: updating keycloak chart version to align with image (#378)
Browse files Browse the repository at this point in the history
## Description

Aligns the versions to reduce confusion.

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
  • Loading branch information
mjnagel committed May 1, 2024
1 parent c9f027f commit a60fe2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/keycloak/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: keycloak
version: 24.0.2
version: 24.0.3
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
- sso
Expand Down
2 changes: 1 addition & 1 deletion src/keycloak/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ components:
charts:
- name: keycloak
namespace: keycloak
version: 24.0.2
version: 24.0.3
localPath: ../chart

0 comments on commit a60fe2a

Please sign in to comment.