File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ description: >
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 0.15.3
16+ version : 0.15.4
1717
1818# This is the version number of the application being deployed. This version number should be
1919# incremented each time you make changes to the application. Versions are not expected to
@@ -55,4 +55,4 @@ annotations:
5555 - name: Helm Chart
5656 url: https://github.com/clowder-framework/clowder-helm
5757 artifacthub.io/changes : |
58- - fix secrets when using release name
58+ - fix name of extractors to be fullname
Original file line number Diff line number Diff line change @@ -167,7 +167,10 @@ extraConfig:
167167
168168## ChangeLog
169169
170- ### 0.15.2
170+ ### 0.15.4
171+ - fix name of extractors to be fullname
172+
173+ ### 0.15.3
171174- fix deployment when using release name and secrets
172175
173176### 0.15.2
Original file line number Diff line number Diff line change 11{{- if .Values.extractors }}
2- {{- $fullname := include "clowder.name " . }}
2+ {{- $fullname := include "clowder.fullname " . }}
33{{- $labels := include "clowder.labels" . }}
44{{- $rabbitmqURI := include "clowder.rabbitmquri" . }}
55{{- range $key, $val := .Values.extractors }}
You can’t perform that action at this time.
0 commit comments