From 1e74d2873868e1a3c4c9b0a0851734f9da41077b Mon Sep 17 00:00:00 2001 From: Valentin Fedoskin Date: Thu, 26 Mar 2020 11:59:22 +0100 Subject: [PATCH] fix image name --- charts/gradle-cache/Chart.yaml | 2 +- charts/gradle-cache/README.md | 2 +- charts/gradle-cache/templates/_helpers.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gradle-cache/Chart.yaml b/charts/gradle-cache/Chart.yaml index eb53476..6e08c75 100644 --- a/charts/gradle-cache/Chart.yaml +++ b/charts/gradle-cache/Chart.yaml @@ -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 diff --git a/charts/gradle-cache/README.md b/charts/gradle-cache/README.md index 6889038..f5b25d3 100644 --- a/charts/gradle-cache/README.md +++ b/charts/gradle-cache/README.md @@ -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) diff --git a/charts/gradle-cache/templates/_helpers.tpl b/charts/gradle-cache/templates/_helpers.tpl index 1eab72a..ff23a3a 100644 --- a/charts/gradle-cache/templates/_helpers.tpl +++ b/charts/gradle-cache/templates/_helpers.tpl @@ -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 -}}