Skip to content

Commit a10a4cf

Browse files
committed
fix config mounter
1 parent a5c53bf commit a10a4cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/gradle-cache/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gradle-cache
33
description: |-
44
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
55
type: application
6-
version: 0.1.1
6+
version: 0.1.2
77
appVersion: "11.0"
88
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
99
icon: https://gradle.org/icon/favicon-32x32.png

charts/gradle-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
66

charts/gradle-cache/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
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

0 commit comments

Comments
 (0)