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.1
6+ version : 0.1.2
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.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 )
3+ ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -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 2828 command :
2929 - sh
3030 - -ce
31- - cp /tmp/config.yaml /data/conf/config.yaml
31+ - mkdir -p /data/conf/ && cp /tmp/config.yaml /data/conf/config.yaml
3232 volumeMounts :
3333 - name : tmp-build-cache-config-file
3434 mountPath : /tmp
You can’t perform that action at this time.
0 commit comments