From 6a6b7615dbdfb4a923799d3b855802948d3086b5 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 25 Feb 2023 13:13:00 +0100 Subject: [PATCH] Fix values and upgrade version --- chart/Chart.yaml | 2 +- chart/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index faa0d10..eed56e5 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.1 +version: 0.3.2 appVersion: "1.16.0" diff --git a/chart/values.yaml b/chart/values.yaml index c4c7171..bd51298 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -48,14 +48,14 @@ volumes: # ---------------------------------------------- public: name: public-content - sizeLimit: 1gi + sizeLimit: 1Gi # ---------------------------------------------- # -- An emptydir volume where rclone should # -- download pictures # ---------------------------------------------- rclone: name: s3-data - sizeLimit: 1gi + sizeLimit: 1Gi # ------------------------------------- # -- Default values that I haven't