From 0fe6484913e8b379943e14e36894d26e2b4f5b6b Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Mon, 5 Jun 2023 12:21:33 +0200 Subject: [PATCH] OPSEXP-2130 Bump service sync to latest GA tag (#51) --- charts/alfresco-sync-service/Chart.lock | 10 +++++----- charts/alfresco-sync-service/Chart.yaml | 6 +++--- charts/alfresco-sync-service/README.md | 6 +++--- charts/alfresco-sync-service/values.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/alfresco-sync-service/Chart.lock b/charts/alfresco-sync-service/Chart.lock index 37671d5d..ffc70823 100644 --- a/charts/alfresco-sync-service/Chart.lock +++ b/charts/alfresco-sync-service/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.2 + version: 2.4.0 - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ version: 2.0.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.0.1 + version: 3.1.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.3 -digest: sha256:ecc70fe7948a2c3d1cff1392ac229ab7172054037177840dd2c4115f8f2cfc7f -generated: "2023-03-14T20:19:21.928703+01:00" + version: 12.5.6 +digest: sha256:e39405a7071d52fabbfb5c13dadabdd196cdfec40637bc26fd2444700c67d7e5 +generated: "2023-06-01T10:44:55.970183+02:00" diff --git a/charts/alfresco-sync-service/Chart.yaml b/charts/alfresco-sync-service/Chart.yaml index 5b13b1e4..4186417d 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.0.5 -appVersion: 4.0.0-M7 +version: 4.1.0 +appVersion: 3.9.0 icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4 dependencies: - name: common @@ -19,7 +19,7 @@ dependencies: version: 2.0.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.0.1 + version: 3.1.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: postgresql diff --git a/charts/alfresco-sync-service/README.md b/charts/alfresco-sync-service/README.md index 4cb2f107..8896a145 100644 --- a/charts/alfresco-sync-service/README.md +++ b/charts/alfresco-sync-service/README.md @@ -1,6 +1,6 @@ # alfresco-sync-service -![Version: 4.0.5](https://img.shields.io/badge/Version-4.0.5-informational?style=flat-square) ![AppVersion: 4.0.0-M7](https://img.shields.io/badge/AppVersion-4.0.0--M7-informational?style=flat-square) +![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square) Alfresco Sync Service @@ -12,7 +12,7 @@ Alfresco Sync Service | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.0.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.1.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.0.0 | | oci://registry-1.docker.io/bitnamicharts | common | 2.x.x | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.x.x | @@ -40,7 +40,7 @@ Alfresco Sync Service | image.internalPort | int | `9090` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/service-sync"` | | -| image.tag | string | `"4.0.0-M7"` | | +| image.tag | string | `"3.9.0"` | | | ingress.extraAnnotations | string | `nil` | 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 2815019e..9d2f255e 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: 4.0.0-M7 + tag: 3.9.0 pullPolicy: IfNotPresent internalPort: 9090 environment: