mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Bumped AnonAddy Version to 0.12.3 (#1714)
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
This commit is contained in:
parent
e2cba2c602
commit
155a9558b1
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.8.4
|
appVersion: 0.12.3
|
||||||
description: "Anonaddy: Anonymous email forwarding"
|
description: "Anonaddy: Anonymous email forwarding"
|
||||||
name: anonaddy
|
name: anonaddy
|
||||||
version: 4.1.0
|
version: 5.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- anonaddy
|
- anonaddy
|
||||||
@ -29,4 +29,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `redis` chart dependency to version 16.13.1
|
description: Updated App Version to 0.12.3
|
||||||
|
@ -8,10 +8,11 @@
|
|||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: anonaddy/anonaddy
|
repository: anonaddy/anonaddy
|
||||||
# -- image tag
|
|
||||||
tag: 0.8.4
|
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
# -- image tag
|
||||||
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
@ -26,6 +27,8 @@ env:
|
|||||||
ANONADDY_DOMAIN: chart-example.local
|
ANONADDY_DOMAIN: chart-example.local
|
||||||
# -- Long random string used when hashing data for the anonymous replies
|
# -- Long random string used when hashing data for the anonymous replies
|
||||||
ANONADDY_SECRET:
|
ANONADDY_SECRET:
|
||||||
|
# -- MySQL database hostname / IP address
|
||||||
|
DB_HOST:
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user