Skip to content

Commit

Permalink
Merge pull request #17 from ripienaar/provisioner_client_fix
Browse files Browse the repository at this point in the history
update name template
  • Loading branch information
ripienaar authored Jul 11, 2020
2 parents 4751f3f + 8d319ed commit 05ccee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: provisioner
version: 0.0.9
version: 0.0.10
appVersion: 0.7.1
description: Choria Server Provisioner
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/provisioner/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- define "provisioner.fullname" -}}
{{- printf "%s-%s" .Release.Name .Chart.name | trunc 63 | trimSuffix "-" -}}
{{- printf "%s-%s" .Release.Name .Chart.Name | trunc 63 | trimSuffix "-" -}}
{{- end -}}

0 comments on commit 05ccee2

Please sign in to comment.