From 9ad6b87d09bb3bb968cd924778030095971d0af4 Mon Sep 17 00:00:00 2001 From: Marco De Luca Date: Thu, 14 Sep 2023 14:10:44 +0200 Subject: [PATCH] artifacts: optional fields --- charts/artifacts/Chart.yaml | 2 +- charts/artifacts/values.emporium.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/artifacts/Chart.yaml b/charts/artifacts/Chart.yaml index e005c838..1817f952 100644 --- a/charts/artifacts/Chart.yaml +++ b/charts/artifacts/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: artifacts description: Your all-in-one, self-hosted package registry. Easily host and manage Docker images, Helm charts, NPM, Maven, and NuGet packages, all from one central location. -version: 0.0.13 +version: 0.0.14 appVersion: 0.0.7 dependencies: diff --git a/charts/artifacts/values.emporium.yaml b/charts/artifacts/values.emporium.yaml index e0f7a469..090c376f 100644 --- a/charts/artifacts/values.emporium.yaml +++ b/charts/artifacts/values.emporium.yaml @@ -2,25 +2,25 @@ ## @label Artifacts Persistence Size ## @type string ## @description Size of the local Artifacts volume -## @optional true +## @optional ## @userSupplied ArtifactsPersistenceStorageClass ## @label Artifacts Persistence StorageClass ## @type string ## @description The StorageClass to use for the Artifacts volume -## @optional true +## @optional ## @userSupplied PostgresqlPersistenceSize ## @label Postgresql Persistence Size ## @type string ## @description Size of the local Postgresql volume -## @optional true +## @optional ## @userSupplied PostgresqlPersistenceStorageClass ## @label Postgresql Persistence StorageClass ## @type string ## @description The StorageClass to use for the Postgresql volume -## @optional true +## @optional ## @userSupplied PostgresqlPassword ## @label Postgresql Password