From a10a4cf2a9166f66d4ef4474cb566d8a12d1060b Mon Sep 17 00:00:00 2001 From: Valentin Fedoskin Date: Thu, 30 Dec 2021 22:32:13 +0100 Subject: [PATCH] fix config mounter --- charts/gradle-cache/Chart.yaml | 2 +- charts/gradle-cache/README.md | 2 +- charts/gradle-cache/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gradle-cache/Chart.yaml b/charts/gradle-cache/Chart.yaml index 55bb9b4..ca4696d 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.1 +version: 0.1.2 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 1107199..406a23f 100644 --- a/charts/gradle-cache/README.md +++ b/charts/gradle-cache/README.md @@ -1,6 +1,6 @@ # gradle-cache -![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) +![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) Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/). diff --git a/charts/gradle-cache/templates/deployment.yaml b/charts/gradle-cache/templates/deployment.yaml index a28094a..b955b43 100644 --- a/charts/gradle-cache/templates/deployment.yaml +++ b/charts/gradle-cache/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: command: - sh - -ce - - cp /tmp/config.yaml /data/conf/config.yaml + - mkdir -p /data/conf/ && cp /tmp/config.yaml /data/conf/config.yaml volumeMounts: - name: tmp-build-cache-config-file mountPath: /tmp