From 9ad4991fe6beaea70aa33c3c6ba2ac4e3a2c8622 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 25 Feb 2023 13:15:19 +0100 Subject: [PATCH] Fix deployment and upgrade version --- chart/Chart.yaml | 2 +- chart/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index eed56e5..d56bb7c 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: badhouseplants-net description: A Helm chart for Kubernetes type: application -version: 0.3.2 +version: 0.3.3 appVersion: "1.16.0" diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 8e3552f..f5ece53 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -40,7 +40,7 @@ spec: - name: rclone-config mountPath: "/tmp" readOnly: true - - name: {{ .Values.volumes.rclone }} + - name: {{ .Values.volumes.rclone.name }} mountPath: /static readOnly: false resources: