From 1002a2c4939de3c88b4042ee6ba749cbb8d3cb31 Mon Sep 17 00:00:00 2001 From: Mathias Maes Date: Tue, 30 Jan 2024 09:01:33 +0100 Subject: [PATCH] provide Ditto 3.5.1 release notes --- deployment/helm/ditto/Chart.yaml | 4 ++-- deployment/helm/ditto/templates/hooks/scripts-configmap.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/helm/ditto/Chart.yaml b/deployment/helm/ditto/Chart.yaml index f4abf753ee..32358f6c99 100644 --- a/deployment/helm/ditto/Chart.yaml +++ b/deployment/helm/ditto/Chart.yaml @@ -16,8 +16,8 @@ description: | A digital twin is a virtual, cloud based, representation of his real world counterpart (real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc). type: application -version: 3.5.2 # chart version is effectively set by release-job -appVersion: 3.5.0 +version: 3.5.1-1 # chart version is effectively set by release-job +appVersion: 3.5.1 keywords: - iot-chart - digital-twin diff --git a/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml b/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml index 9288270495..bced4ba026 100644 --- a/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml +++ b/deployment/helm/ditto/templates/hooks/scripts-configmap.yaml @@ -17,7 +17,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ $releaseName }}-hook-scripts + name: {{ include "ditto.fullname" . }}-hook-scripts labels: app.kubernetes.io/name: {{ $name }}-hook-scripts annotations: