Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Mar 26, 2020
1 parent bd82faf commit 1e74d28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gradle-cache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gradle-cache
description: |-
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
type: application
version: 0.0.2
version: 0.0.3
appVersion: 9.0
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
icon: https://gradle.org/icon/favicon-32x32.png
Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ gradle-cache
============
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).

Current chart version is `0.0.2`
Current chart version is `0.0.3`

Source code can be found [here](https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache)

Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Create the name of the service account to use
Create the tag for the docker image to use
*/}}
{{- define "gradle-cache.tag" -}}
{{- .Values.image.tag | default (printf "%s-%s" .Chart.AppVersion "alpine-perl") -}}
{{- .Values.image.tag | default .Chart.AppVersion -}}
{{- end -}}

0 comments on commit 1e74d28

Please sign in to comment.