Skip to content

Commit

Permalink
fix(helm): fix hook scripts uses release name instead of fullname
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Maes <mathias.maes@aloxy.io>
  • Loading branch information
WatcherWhale committed Jan 30, 2024
1 parent 27fe612 commit 6d4e65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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
version: 3.5.3 # chart version is effectively set by release-job
appVersion: 3.5.1
keywords:
- iot-chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d4e65f

Please sign in to comment.