From 7186d2e705b6816ed24dab1182160d1702335b04 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Mon, 30 Sep 2024 16:02:55 +0200 Subject: [PATCH] Bump default values to latest 23.3.2 tag --- charts/alfresco-repository/Chart.lock | 6 +++--- charts/alfresco-repository/Chart.yaml | 6 +++--- charts/alfresco-repository/README.md | 6 +++--- charts/alfresco-repository/values.yaml | 2 +- charts/alfresco-share/Chart.yaml | 4 ++-- charts/alfresco-share/README.md | 4 ++-- charts/alfresco-share/values.yaml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/alfresco-repository/Chart.lock b/charts/alfresco-repository/Chart.lock index 6411bc86..88ee79aa 100644 --- a/charts/alfresco-repository/Chart.lock +++ b/charts/alfresco-repository/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.1.3 + version: 3.1.4 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.5.6 -digest: sha256:3a07d32d57e1983da58bdd53c95dbd2e5688ffe1a21a11571eac70a17f362303 -generated: "2024-06-17T18:01:21.572618+02:00" +digest: sha256:d8707925a6fb47cebb65698bbebed56982cf8477c53d1706042935aee06034b3 +generated: "2024-09-30T16:03:44.814631+02:00" diff --git a/charts/alfresco-repository/Chart.yaml b/charts/alfresco-repository/Chart.yaml index 4e3fdd25..fbcab618 100644 --- a/charts/alfresco-repository/Chart.yaml +++ b/charts/alfresco-repository/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: alfresco-repository description: Alfresco content repository Helm chart type: application -version: 0.7.1 -appVersion: 23.3.0 +version: 0.7.2 +appVersion: 23.3.2 dependencies: - name: alfresco-common - version: 3.1.3 + version: 3.1.4 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: postgresql version: 12.5.6 diff --git a/charts/alfresco-repository/README.md b/charts/alfresco-repository/README.md index 697c2b3a..c310ab9d 100644 --- a/charts/alfresco-repository/README.md +++ b/charts/alfresco-repository/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-repository -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) Alfresco content repository Helm chart @@ -15,7 +15,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.4 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 | ## Values @@ -92,7 +92,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.port | int | `8080` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | | -| image.tag | string | `"23.3.0"` | | +| image.tag | string | `"23.3.2"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{"nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/proxy-body-size":"5g","nginx.ingress.kubernetes.io/session-cookie-hash":"sha1","nginx.ingress.kubernetes.io/session-cookie-name":"alfrescoRepo"}` | provide annotations for nginx ingress (no toher ingress is supported at that point) | | ingress.className | string | `"nginx"` | supported ingress class | diff --git a/charts/alfresco-repository/values.yaml b/charts/alfresco-repository/values.yaml index d541bd78..adf71cce 100644 --- a/charts/alfresco-repository/values.yaml +++ b/charts/alfresco-repository/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: quay.io/alfresco/alfresco-content-repository pullPolicy: IfNotPresent - tag: 23.3.0 + tag: 23.3.2 port: 8080 strategy: type: RollingUpdate diff --git a/charts/alfresco-share/Chart.yaml b/charts/alfresco-share/Chart.yaml index 8808662c..d8fbe137 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: 1.1.1 -appVersion: 23.3.0 +version: 1.1.2 +appVersion: 23.3.2 dependencies: - repository: https://alfresco.github.io/alfresco-helm-charts version: 3.1.4 diff --git a/charts/alfresco-share/README.md b/charts/alfresco-share/README.md index 530101df..4a770732 100644 --- a/charts/alfresco-share/README.md +++ b/charts/alfresco-share/README.md @@ -5,7 +5,7 @@ parent: Charts Reference # alfresco-share -![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.3.0](https://img.shields.io/badge/AppVersion-23.3.0-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.3.2](https://img.shields.io/badge/AppVersion-23.3.2-informational?style=flat-square) Alfresco Share Helm chart for Kubernetes @@ -37,7 +37,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | 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 | `"23.3.0"` | | +| image.tag | string | `"23.3.2"` | | | 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 2b7b7ca1..deb19e63 100644 --- a/charts/alfresco-share/values.yaml +++ b/charts/alfresco-share/values.yaml @@ -18,7 +18,7 @@ repository: known_urls: null image: repository: quay.io/alfresco/alfresco-share - tag: 23.3.0 + tag: 23.3.2 pullPolicy: IfNotPresent # -- Internal port where the pod is listening. Should only be changed is you # use a custom image which uses a different port.