From ec7fcf8e19eb4b0f35c34251af9dcb56657ef4b3 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Wed, 20 Sep 2023 17:36:26 +0200 Subject: [PATCH] Bump charts for cassiopeia release --- charts/alfresco-share/Chart.yaml | 4 ++-- charts/alfresco-share/README.md | 4 ++-- charts/alfresco-share/values.yaml | 2 +- charts/alfresco-sync-service/Chart.yaml | 4 ++-- charts/alfresco-sync-service/README.md | 4 ++-- charts/alfresco-sync-service/values.yaml | 3 +-- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/charts/alfresco-share/Chart.yaml b/charts/alfresco-share/Chart.yaml index c6b2ad15..52adaef1 100644 --- a/charts/alfresco-share/Chart.yaml +++ b/charts/alfresco-share/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: alfresco-share description: Alfresco Share Helm chart for Kubernetes type: application -version: 0.1.0 -appVersion: 7.4.1 +version: 0.1.1 +appVersion: 7.4.1.1 dependencies: - repository: https://alfresco.github.io/alfresco-helm-charts version: 2.1.0 diff --git a/charts/alfresco-share/README.md b/charts/alfresco-share/README.md index 5e802504..72f93d8c 100644 --- a/charts/alfresco-share/README.md +++ b/charts/alfresco-share/README.md @@ -1,6 +1,6 @@ # alfresco-share -![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: 7.4.1](https://img.shields.io/badge/AppVersion-7.4.1-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.4.1.1](https://img.shields.io/badge/AppVersion-7.4.1.1-informational?style=flat-square) Alfresco Share Helm chart for Kubernetes @@ -28,7 +28,7 @@ Alfresco Share Helm chart for Kubernetes | image.port | int | `8080` | Internal port where the pod is listening. Should only be changed is you use a custom image which uses a different port. | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-share"` | | -| image.tag | string | `"7.4.1"` | | +| image.tag | string | `"7.4.1.1"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | diff --git a/charts/alfresco-share/values.yaml b/charts/alfresco-share/values.yaml index 5123ded4..e0e36e31 100644 --- a/charts/alfresco-share/values.yaml +++ b/charts/alfresco-share/values.yaml @@ -20,7 +20,7 @@ repository: known_urls: null image: repository: quay.io/alfresco/alfresco-share - tag: 7.4.1 + tag: 7.4.1.1 pullPolicy: IfNotPresent # -- Internal port where the pod is listening. Should only be changed is you # use a custom image which uses a different port. diff --git a/charts/alfresco-sync-service/Chart.yaml b/charts/alfresco-sync-service/Chart.yaml index c43db98d..02bc7dce 100644 --- a/charts/alfresco-sync-service/Chart.yaml +++ b/charts/alfresco-sync-service/Chart.yaml @@ -8,8 +8,8 @@ keywords: name: alfresco-sync-service sources: - https://github.com/Alfresco/acs-deployment -version: 4.3.0 -appVersion: "3.10.0" +version: 4.4.0 +appVersion: 3.11.0 icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 dependencies: - name: alfresco-common diff --git a/charts/alfresco-sync-service/README.md b/charts/alfresco-sync-service/README.md index 53e91a4a..23354b62 100644 --- a/charts/alfresco-sync-service/README.md +++ b/charts/alfresco-sync-service/README.md @@ -1,6 +1,6 @@ # alfresco-sync-service -![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) Alfresco Sync Service @@ -39,7 +39,7 @@ Alfresco Sync Service | image.internalPort | int | `9090` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/service-sync"` | | -| image.tag | string | `"3.10.0"` | | +| image.tag | string | `"3.11.0"` | | | ingress.extraAnnotations | object | `{}` | useful when running Sync service without SSL termination done by a load balancer, e.g. when ran on Minikube for testing purposes nginx.ingress.kubernetes.io/ssl-redirect: "false" | | ingress.path | string | `"/syncservice"` | | | ingress.tls | list | `[]` | | diff --git a/charts/alfresco-sync-service/values.yaml b/charts/alfresco-sync-service/values.yaml index ad8c091d..bf132c60 100644 --- a/charts/alfresco-sync-service/values.yaml +++ b/charts/alfresco-sync-service/values.yaml @@ -24,7 +24,7 @@ podSecurityContext: fsGroup: 1000 image: repository: quay.io/alfresco/service-sync - tag: 3.10.0 + tag: 3.11.0 pullPolicy: IfNotPresent internalPort: 9090 environment: @@ -127,7 +127,6 @@ database: password: admin # -- An existing kubernetes secret with DB info (prefered over using values) existingSecretName: null - ingress: # -- useful when running Sync service without SSL termination done by a load # balancer, e.g. when ran on Minikube for testing purposes