.
This commit is contained in:
parent
27b9b0c8ea
commit
4fff50d6ee
@ -17,7 +17,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@ -34,13 +34,14 @@ env:
|
|||||||
GOTIFY_UPLOADEDIMAGESDIR: data/images
|
GOTIFY_UPLOADEDIMAGESDIR: data/images
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
|
|
||||||
envFrom:
|
# TODO: remettre, pour test
|
||||||
- secretRef:
|
#envFrom:
|
||||||
name: {{ include "common.names.fullname" . }}
|
# - secretRef:
|
||||||
|
# name: {{ include "common.names.fullname" . }}
|
||||||
secret:
|
#
|
||||||
user: "admin"
|
#secret:
|
||||||
pass: "admin"
|
# user: "admin"
|
||||||
|
# pass: "admin"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user