Skip to content

Commit

Permalink
bump chart version, fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Jan 26, 2024
1 parent 4924fed commit 7a31081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/ditto/Chart.yaml
Expand Up @@ -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.4.6 # chart version is effectively set by release-job
appVersion: 3.4.4
version: 3.5.0 # chart version is effectively set by release-job
appVersion: 3.5.0
keywords:
- iot-chart
- digital-twin
Expand Down
Expand Up @@ -19,5 +19,5 @@ metadata:
{{ include "ditto.labels" . | indent 4 }}
data:
patch-pods-deletion-cost.sh: |
{{- tpl (.Files.Get "scripts/patch-pods-deletion-cost.sh") . | nindent 4 }}
{{- tpl (.Files.Get "scripts/patch-pods-deletion-cost.sh") . | nindent 4 }}
{{- end }}

0 comments on commit 7a31081

Please sign in to comment.