diff --git a/charts/gradle-cache/Chart.yaml b/charts/gradle-cache/Chart.yaml index 2300e13..55bb9b4 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.1.0 +version: 0.1.1 appVersion: "11.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 81087f6..1107199 100644 --- a/charts/gradle-cache/README.md +++ b/charts/gradle-cache/README.md @@ -1,6 +1,6 @@ # gradle-cache -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0](https://img.shields.io/badge/AppVersion-11.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0](https://img.shields.io/badge/AppVersion-11.0-informational?style=flat-square) Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/). diff --git a/charts/gradle-cache/templates/secret.yaml b/charts/gradle-cache/templates/secret.yaml index 806dcb8..665d897 100644 --- a/charts/gradle-cache/templates/secret.yaml +++ b/charts/gradle-cache/templates/secret.yaml @@ -6,5 +6,4 @@ metadata: labels: {{- include "gradle-cache.labels" . | nindent 4 }} data: - config.yaml: |- - {{ .Values.configSecret.content | nindent 4 }} + config.yaml: {{ .Values.configSecret.content | b64enc | quote }}