From 3c1907c89575e007d46d242b9378ddd2bd464770 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Thu, 11 Jul 2024 13:16:20 +0200 Subject: [PATCH] acs-sso-example - manual dependencies bump --- helm/acs-sso-example/Chart.lock | 14 +++++++------- helm/acs-sso-example/Chart.yaml | 14 +++++++------- helm/acs-sso-example/README.md | 12 ++++++------ helm/acs-sso-example/values.yaml | 6 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/helm/acs-sso-example/Chart.lock b/helm/acs-sso-example/Chart.lock index 4f6b30ceb..f375cd8a8 100644 --- a/helm/acs-sso-example/Chart.lock +++ b/helm/acs-sso-example/Chart.lock @@ -4,18 +4,18 @@ dependencies: version: 13.4.0 - name: keycloakx repository: https://codecentric.github.io/helm-charts - version: 2.3.0 + version: 2.4.3 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.3 + version: 0.6.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.4.1 + version: 3.5.4 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.0 + version: 1.0.0 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 -digest: sha256:4f1a6344f79edcc99f5698d72d36cd9b00cf62ba279ce2ecccbe6fb6fea684c0 -generated: "2024-02-29T10:43:30.610971+01:00" + version: 0.1.1 +digest: sha256:259dbcf60f66181a53f99aed2f5c3625e4c5aeda9d15c21ffc6d012db5fcebc5 +generated: "2024-07-11T13:14:17.885114+02:00" diff --git a/helm/acs-sso-example/Chart.yaml b/helm/acs-sso-example/Chart.yaml index 16f8f203a..1f102565b 100644 --- a/helm/acs-sso-example/Chart.yaml +++ b/helm/acs-sso-example/Chart.yaml @@ -21,8 +21,8 @@ description: | deployment is destroyed or rolled back! type: application -version: 0.1.0 -appVersion: 23.2.0-A12 +version: 1.0.0 +appVersion: 23.2.2 home: https://www.alfresco.com sources: - https://github.com/Alfresco/acs-deployment @@ -33,18 +33,18 @@ dependencies: alias: repository-database - name: keycloakx repository: https://codecentric.github.io/helm-charts - version: 2.3.0 + version: 2.4.3 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.3 + version: 0.6.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.4.1 + version: 3.5.4 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.0 + version: 1.0.0 - name: alfresco-adf-app alias: alfresco-content-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.1 icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 diff --git a/helm/acs-sso-example/README.md b/helm/acs-sso-example/README.md index a3e3d54c3..c886ec0bc 100644 --- a/helm/acs-sso-example/README.md +++ b/helm/acs-sso-example/README.md @@ -6,7 +6,7 @@ grand_parent: Helm # acs-sso-example -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.0-A12](https://img.shields.io/badge/AppVersion-23.2.0--A12-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.2.2](https://img.shields.io/badge/AppVersion-23.2.2-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. @@ -37,11 +37,11 @@ deployment is destroyed or rolled back! | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.4.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-content-app(alfresco-adf-app) | 0.1.0-alpha.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.3 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-share | 0.3.0 | -| https://codecentric.github.io/helm-charts | keycloakx | 2.3.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.4 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-content-app(alfresco-adf-app) | 0.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.6.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-share | 1.0.0 | +| https://codecentric.github.io/helm-charts | keycloakx | 2.4.3 | | oci://registry-1.docker.io/bitnamicharts | repository-database(postgresql) | 13.4.0 | ## Values diff --git a/helm/acs-sso-example/values.yaml b/helm/acs-sso-example/values.yaml index c5cef6ad6..bdb32878f 100644 --- a/helm/acs-sso-example/values.yaml +++ b/helm/acs-sso-example/values.yaml @@ -169,7 +169,7 @@ alfresco-repository: replicaCount: 1 image: repository: alfresco/alfresco-content-repository-community - tag: 23.2.0-A12 + tag: 23.2.1 configuration: repository: existingConfigMap: repository-properties @@ -199,7 +199,7 @@ alfresco-share: nameOverride: alfresco-share image: repository: alfresco/alfresco-share - tag: 23.2.0-A13 + tag: 23.2.1 repository: existingConfigMap: name: share-repository @@ -233,7 +233,7 @@ alfresco-content-app: tls: [] image: repository: alfresco/alfresco-content-app - tag: 4.3.0 + tag: 4.4.0 pullPolicy: IfNotPresent env: APP_CONFIG_PROVIDER: ECM