Skip to content

Commit

Permalink
fix name of extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Jul 31, 2022
1 parent 024ca5e commit 3b9c3fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: >
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.15.3
version: 0.15.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -55,4 +55,4 @@ annotations:
- name: Helm Chart
url: https://github.com/clowder-framework/clowder-helm
artifacthub.io/changes: |
- fix secrets when using release name
- fix name of extractors to be fullname
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ extraConfig:
## ChangeLog
### 0.15.2
### 0.15.4
- fix name of extractors to be fullname
### 0.15.3
- fix deployment when using release name and secrets
### 0.15.2
Expand Down
2 changes: 1 addition & 1 deletion templates/extractors/clowder.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.extractors }}
{{- $fullname := include "clowder.name" . }}
{{- $fullname := include "clowder.fullname" . }}
{{- $labels := include "clowder.labels" . }}
{{- $rabbitmqURI := include "clowder.rabbitmquri" . }}
{{- range $key, $val := .Values.extractors }}
Expand Down

0 comments on commit 3b9c3fc

Please sign in to comment.