Skip to content

Commit

Permalink
Merge pull request eclipse-ditto#1886 from WatcherWhale/fix-hook-scri…
Browse files Browse the repository at this point in the history
…pt-name

Helm: fix hook scripts uses release name instead of fullname
  • Loading branch information
thjaeckle authored Jan 30, 2024
2 parents e412a73 + 6d4e65f commit 8077e73
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 8077e73

Please sign in to comment.