File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: gradle-cache
33description : |-
44 Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
55type : application
6- version : 0.1.0
6+ version : 0.1.1
77appVersion : " 11.0"
88home : https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
99icon : https://gradle.org/icon/favicon-32x32.png
Original file line number Diff line number Diff line change 11# gradle-cache
22
3- ![ 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 )
3+ ![ 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 )
44
55Helm chart to deploy [ gradle-cache] ( https://docs.gradle.com/build-cache-node/ ) .
66
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ metadata:
66 labels :
77 {{- include "gradle-cache.labels" . | nindent 4 }}
88data :
9- config.yaml : |-
10- {{ .Values.configSecret.content | nindent 4 }}
9+ config.yaml : {{ .Values.configSecret.content | b64enc | quote }}
You can’t perform that action at this time.
0 commit comments