Skip to content

Commit

Permalink
OPSEXP-2116 fixup alfresco-connector-ms365 chart (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
slohe1 authored Jul 26, 2023
1 parent 29e1ed6 commit d9e3259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-connector-ms365/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-ms365/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9e3259

Please sign in to comment.