From d8cfe2f121ede26bb8cafc3336b9d7fa73c660dc Mon Sep 17 00:00:00 2001 From: gionn Date: Wed, 17 Apr 2024 15:15:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Updatecli=20pipeline=20acs=20bum?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charts/alfresco-insight-zeppelin/README.md | 2 +- .../charts/alfresco-insight-zeppelin/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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 bc082362..aacc46e1 100644 --- a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md +++ b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/README.md @@ -31,7 +31,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs | image.internalPort | int | `9090` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"quay.io/alfresco/insight-zeppelin"` | | -| image.tag | string | `"2.0.9"` | | +| image.tag | string | `"2.0.10"` | | | 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 eb237d6a..0edf1017 100644 --- a/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml +++ b/charts/alfresco-search-service/charts/alfresco-insight-zeppelin/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: quay.io/alfresco/insight-zeppelin - tag: 2.0.9 + tag: 2.0.10 pullPolicy: IfNotPresent internalPort: 9090 podSecurityContext: @@ -14,7 +14,6 @@ service: externalPort: 80 ingress: path: /zeppelin - repository: # -- Alfresco repository URL url: http://alfresco-search-service @@ -26,7 +25,6 @@ repository: host: REPO_HOST # -- Key within the configmap holding the repository port port: REPO_PORT - resources: requests: cpu: "0.5" @@ -53,12 +51,10 @@ global: rollingUpdate: maxSurge: 1 maxUnavailable: 0 - nodeSelector: {} tolerations: [] # -- Pod affinity, passed thru tpl function affinity: "" - serviceAccount: # -- Specifies whether a service account should be created create: true