dynamic-charts #19

Merged
allanger merged 35 commits from dynamic-charts into main 2023-02-25 20:25:20 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 6a6b7615db - Show all commits

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: badhouseplants-net name: badhouseplants-net
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
type: application type: application
version: 0.3.1 version: 0.3.2
appVersion: "1.16.0" appVersion: "1.16.0"

View File

@ -48,14 +48,14 @@ volumes:
# ---------------------------------------------- # ----------------------------------------------
public: public:
name: public-content name: public-content
sizeLimit: 1gi sizeLimit: 1Gi
# ---------------------------------------------- # ----------------------------------------------
# -- An emptydir volume where rclone should # -- An emptydir volume where rclone should
# -- download pictures # -- download pictures
# ---------------------------------------------- # ----------------------------------------------
rclone: rclone:
name: s3-data name: s3-data
sizeLimit: 1gi sizeLimit: 1Gi
# ------------------------------------- # -------------------------------------
# -- Default values that I haven't # -- Default values that I haven't