From d9e32591963aeb904baf2887f9a7bd18f6ed19ce Mon Sep 17 00:00:00 2001 From: Saurabh Lohe <105858985+slohe1@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:11:37 +0530 Subject: [PATCH] OPSEXP-2116 fixup alfresco-connector-ms365 chart (#81) --- charts/alfresco-connector-ms365/Chart.yaml | 2 +- charts/alfresco-connector-ms365/README.md | 2 +- .../templates/deployment-connector-ms365.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/alfresco-connector-ms365/Chart.yaml b/charts/alfresco-connector-ms365/Chart.yaml index 99a0578b..250dc44d 100644 --- a/charts/alfresco-connector-ms365/Chart.yaml +++ b/charts/alfresco-connector-ms365/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: alfresco-connector-ms365 description: A Helm chart for deploying Alfresco connector ms365 service type: application -version: 0.3.0 +version: 0.3.1 appVersion: "2.0.0" dependencies: - name: alfresco-common diff --git a/charts/alfresco-connector-ms365/README.md b/charts/alfresco-connector-ms365/README.md index 2d2656f0..1d58bde9 100644 --- a/charts/alfresco-connector-ms365/README.md +++ b/charts/alfresco-connector-ms365/README.md @@ -1,6 +1,6 @@ # alfresco-connector-ms365 -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) A Helm chart for deploying Alfresco connector ms365 service diff --git a/charts/alfresco-connector-ms365/templates/deployment-connector-ms365.yaml b/charts/alfresco-connector-ms365/templates/deployment-connector-ms365.yaml index 70554175..8b884e4f 100644 --- a/charts/alfresco-connector-ms365/templates/deployment-connector-ms365.yaml +++ b/charts/alfresco-connector-ms365/templates/deployment-connector-ms365.yaml @@ -70,7 +70,8 @@ spec: value: {{ $value }} {{- end }} - name: JAVA_OPTS - value: {{ printf "%s %s" (.Values.environment.JAVA_OPTS | default "") ($repo_url) }} + value: >- + {{ (printf "%s %s" (.Values.environment.JAVA_OPTS | default "") ($repo_url)) }} - name: REPO_HOST valueFrom: configMapKeyRef: