Skip to content

Commit

Permalink
Bump keycloak version in acs-sso-example chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 2, 2024
1 parent 59b4f36 commit 2338cea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/acs-sso-example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: |
:warning: All components have persistence disabled so all data is lost after a
deployment is destroyed or rolled back!
type: application
version: 1.1.0
version: 1.1.1
appVersion: 23.4.0
home: https://www.alfresco.com
sources:
Expand All @@ -32,7 +32,7 @@ dependencies:
alias: repository-database
- name: keycloakx
repository: https://codecentric.github.io/helm-charts
version: 2.5.1
version: 2.6.0
- name: alfresco-repository
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 0.8.0
Expand Down
4 changes: 2 additions & 2 deletions helm/acs-sso-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Helm

# acs-sso-example

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.4.0](https://img.shields.io/badge/AppVersion-23.4.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.4.0](https://img.shields.io/badge/AppVersion-23.4.0-informational?style=flat-square)

An example Chart to demonstrate how to compose your own Alfresco platform
with SSO on kubernetes using a nthrid party Keycloak.
Expand Down Expand Up @@ -41,7 +41,7 @@ deployment is destroyed or rolled back!
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-content-app(alfresco-adf-app) | 0.2.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.8.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-share | 1.2.0 |
| https://codecentric.github.io/helm-charts | keycloakx | 2.5.1 |
| https://codecentric.github.io/helm-charts | keycloakx | 2.6.0 |
| oci://registry-1.docker.io/bitnamicharts | repository-database(postgresql) | 13.4.0 |

## Values
Expand Down
2 changes: 1 addition & 1 deletion helm/acs-sso-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repository-database:
keycloakx:
nameOverride: keycloak
image:
tag: 24.0.5
tag: 25.0.6
admin:
# -- Keycloak admin username
username: admin
Expand Down

0 comments on commit 2338cea

Please sign in to comment.