diff --git a/charts/alfresco-search-enterprise/Chart.lock b/charts/alfresco-search-enterprise/Chart.lock index e90d0bce..19f3d83f 100644 --- a/charts/alfresco-search-enterprise/Chart.lock +++ b/charts/alfresco-search-enterprise/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.1.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.2.0 + version: 3.3.0 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:84b27a8ddb59b958257848a9d9b723e36c954cf18493d18fe3be65120f9f738e -generated: "2023-08-18T15:36:26.291290491Z" +digest: sha256:d542f131a0a88f216fdfefa55a132ad373051776e52f6cb334ad8b30dbdf5137 +generated: "2023-09-20T17:55:19.77609+02:00" diff --git a/charts/alfresco-search-enterprise/Chart.yaml b/charts/alfresco-search-enterprise/Chart.yaml index d7cf9af7..77b663e0 100644 --- a/charts/alfresco-search-enterprise/Chart.yaml +++ b/charts/alfresco-search-enterprise/Chart.yaml @@ -3,14 +3,14 @@ apiVersion: v2 name: alfresco-search-enterprise description: A Helm chart for deploying Alfresco Elasticsearch connector type: application -version: 2.0.0-alpha.0 +version: 2.0.0 appVersion: 3.3.1 dependencies: - name: alfresco-common version: 2.1.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.2.0 + version: 3.3.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: elasticsearch diff --git a/charts/alfresco-search-enterprise/README.md b/charts/alfresco-search-enterprise/README.md index c5c078d1..891a4180 100644 --- a/charts/alfresco-search-enterprise/README.md +++ b/charts/alfresco-search-enterprise/README.md @@ -1,6 +1,6 @@ # alfresco-search-enterprise -![Version: 2.0.0-alpha.0](https://img.shields.io/badge/Version-2.0.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square) A Helm chart for deploying Alfresco Elasticsearch connector @@ -10,7 +10,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.3.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.1.0 | | https://helm.elastic.co | elasticsearch | 7.17.3 | 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.lock b/charts/alfresco-sync-service/Chart.lock index 54567e60..d632def5 100644 --- a/charts/alfresco-sync-service/Chart.lock +++ b/charts/alfresco-sync-service/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.1.0 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.2.0 + version: 3.3.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.5.6 -digest: sha256:57d853db07b54ef5886bc10927bf58d8890d4fa2eb051d68926d4c39f78c00ad -generated: "2023-08-18T15:36:24.428837577Z" +digest: sha256:8531ee83acd36b7cf125b8fa7da8db119d4af04f33d4463d3eb8a7838f9f5f03 +generated: "2023-09-20T17:57:49.465176+02:00" diff --git a/charts/alfresco-sync-service/Chart.yaml b/charts/alfresco-sync-service/Chart.yaml index c43db98d..8dbe81c1 100644 --- a/charts/alfresco-sync-service/Chart.yaml +++ b/charts/alfresco-sync-service/Chart.yaml @@ -8,15 +8,15 @@ 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 version: 2.1.0 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq - version: 3.2.0 + version: 3.3.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 53e91a4a..0bb9f719 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 @@ -12,7 +12,7 @@ Alfresco Sync Service | Repository | Name | Version | |------------|------|---------| -| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.3.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.1.0 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 | @@ -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