diff --git a/charts/alfresco-search-service/Chart.lock b/charts/alfresco-search-service/Chart.lock index 7e53e26a..c24d27c7 100644 --- a/charts/alfresco-search-service/Chart.lock +++ b/charts/alfresco-search-service/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: alfresco-insight-zeppelin repository: "" - version: 2.0.0 + version: 2.1.0 - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ version: 2.0.0 -digest: sha256:73ceeccdb51e1b757c9e7067759f748f716667efb9084b456fad43c3367a8cec -generated: "2023-03-09T11:30:13.663069+01:00" +digest: sha256:9422fb69e57af858945074b2a611e624891c0c5ac91061097d49f86701aa751b +generated: "2023-06-28T15:57:29.932760808Z" diff --git a/charts/alfresco-search-service/Chart.yaml b/charts/alfresco-search-service/Chart.yaml index 19d9fb56..e760365a 100644 --- a/charts/alfresco-search-service/Chart.yaml +++ b/charts/alfresco-search-service/Chart.yaml @@ -15,11 +15,11 @@ keywords: name: alfresco-search-service sources: - https://github.com/Alfresco/alfresco-helm-charts -version: 1.2.0-alpha.0 +version: 1.2.0 appVersion: 2.0.7 dependencies: - name: alfresco-insight-zeppelin - version: 2.0.0 + version: 2.1.0 condition: alfresco-insight-zeppelin.enabled - name: alfresco-common version: 2.0.0 diff --git a/charts/alfresco-search-service/README.md b/charts/alfresco-search-service/README.md index c887582e..8fb9aa95 100644 --- a/charts/alfresco-search-service/README.md +++ b/charts/alfresco-search-service/README.md @@ -1,6 +1,6 @@ # alfresco-search-service -![Version: 1.2.0-alpha.0](https://img.shields.io/badge/Version-1.2.0--alpha.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square) +![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square) A Helm chart for deploying Alfresco Search Service @@ -16,7 +16,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | Repository | Name | Version | |------------|------|---------| -| | alfresco-insight-zeppelin | 2.0.0 | +| | alfresco-insight-zeppelin | 2.1.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.0.0 | ## Values diff --git a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/Chart.yaml b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/Chart.yaml index 7ed09485..310ebb7b 100644 --- a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/Chart.yaml +++ b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/Chart.yaml @@ -8,10 +8,10 @@ keywords: - alfresco zeppelin - alfresco insight zeppelin name: alfresco-insight-zeppelin -version: 2.0.0 +version: 2.1.0 sources: - https://github.com/Alfresco/alfresco-helm-charts -appVersion: 2.0.6 +appVersion: 2.0.7 dependencies: - name: alfresco-common version: 2.0.0 diff --git a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md index 324d3d5c..f23ce190 100644 --- a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md +++ b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md @@ -1,6 +1,6 @@ # alfresco-insight-zeppelin -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.6](https://img.shields.io/badge/AppVersion-2.0.6-informational?style=flat-square) +![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square) A Helm chart for deploying Alfresco Insight Zeppelin @@ -30,7 +30,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | image.internalPort | int | `9090` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/insight-zeppelin"` | | -| image.tag | string | `"2.0.6"` | | +| image.tag | string | `"2.0.7"` | | | ingress.path | string | `"/zeppelin"` | | | livenessProbe.initialDelaySeconds | int | `130` | | | livenessProbe.periodSeconds | int | `20` | | diff --git a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml index caceef52..7067d214 100644 --- a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml +++ b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml @@ -9,7 +9,7 @@ replicaCount: 1 nodeSelector: {} image: repository: quay.io/alfresco/insight-zeppelin - tag: 2.0.6 + tag: 2.0.7 pullPolicy: IfNotPresent internalPort: 9090 podSecurityContext: