From 49984994eff2f878e855c2d71a74b45465c7481e Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Fri, 25 Feb 2022 18:30:35 -0500 Subject: [PATCH] . --- charts/gotify/Chart.yaml | 2 +- charts/gotify/values.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index e953e96..e504943 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.14 +version: 0.0.15 # 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 0e6b579..6f9ee82 100644 --- a/charts/gotify/values.yaml +++ b/charts/gotify/values.yaml @@ -34,11 +34,6 @@ env: GOTIFY_UPLOADEDIMAGESDIR: data/images TZ: America/New_York -envFrom: - - secretRef: - # TODO: pas du tout dynamique - name: gotify - secret: user: "admin" pass: "admin"