Skip to content

Commit 3b9c3fc

Browse files
committed
fix name of extractors
1 parent 024ca5e commit 3b9c3fc

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

templates/extractors/clowder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 }}

0 commit comments

Comments
 (0)