From 155a9558b1ac7b45d916647d6e869d1247c3c2e6 Mon Sep 17 00:00:00 2001 From: Simon Caron Date: Thu, 28 Jul 2022 13:48:20 -0400 Subject: [PATCH] Bumped AnonAddy Version to 0.12.3 (#1714) Signed-off-by: Simon Caron --- charts/stable/anonaddy/Chart.yaml | 6 +++--- charts/stable/anonaddy/values.yaml | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 93eafe03..782f0116 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 0.8.4 +appVersion: 0.12.3 description: "Anonaddy: Anonymous email forwarding" name: anonaddy -version: 4.1.0 +version: 5.0.0 kubeVersion: ">=1.16.0-0" keywords: - anonaddy @@ -29,4 +29,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `redis` chart dependency to version 16.13.1 + description: Updated App Version to 0.12.3 diff --git a/charts/stable/anonaddy/values.yaml b/charts/stable/anonaddy/values.yaml index 68e446e3..3d6aa5b1 100644 --- a/charts/stable/anonaddy/values.yaml +++ b/charts/stable/anonaddy/values.yaml @@ -8,10 +8,11 @@ image: # -- image repository repository: anonaddy/anonaddy - # -- image tag - tag: 0.8.4 # -- image pull policy pullPolicy: IfNotPresent + # -- image tag + # @default -- chart.appVersion + tag: strategy: type: Recreate @@ -26,6 +27,8 @@ env: ANONADDY_DOMAIN: chart-example.local # -- Long random string used when hashing data for the anonymous replies ANONADDY_SECRET: + # -- MySQL database hostname / IP address + DB_HOST: # -- Configures service settings for the chart. # @default -- See values.yaml