Skip to content

Commit 289d5f8

Browse files
authored
Merge pull request #186 from xenit-eu/LIASCW-47_hotfix
[LIASCW-47]: hotfix for label
2 parents 95b8a01 + 627e85f commit 289d5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xenit-alfresco/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.14
18+
version: 0.8.15
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

xenit-alfresco/templates/acs/acs-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
labels:
2929
app: acs
3030
{{- if .Values.elastic.enabled }}
31-
elasticsearch-client: true
31+
elasticsearch-client: 'true'
3232
{{- end }}
3333
annotations:
3434
checksum/acs-config: {{ include (print $.Template.BasePath "/acs/acs-config.yaml") . | sha256sum }}

0 commit comments

Comments
 (0)