From 20ee551aaf7d590e9e88cd17954c96db75c47c22 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Fri, 25 Feb 2022 18:27:45 -0500 Subject: [PATCH] . --- charts/gotify/Chart.yaml | 2 +- charts/gotify/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 600432e..e953e96 100644 --- a/charts/gotify/Chart.yaml +++ b/charts/gotify/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.13 +version: 0.0.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/gotify/values.yaml b/charts/gotify/values.yaml index dadb04d..0e6b579 100644 --- a/charts/gotify/values.yaml +++ b/charts/gotify/values.yaml @@ -34,11 +34,11 @@ env: GOTIFY_UPLOADEDIMAGESDIR: data/images TZ: America/New_York -# TODO: remettre, pour test -#envFrom: -# - secretRef: -# name: {{ include "common.names.fullname" . }} -# +envFrom: + - secretRef: + # TODO: pas du tout dynamique + name: gotify + secret: user: "admin" pass: "admin"