feat(apps): move some apps to stable (#2504)

* feat(apps): move apps to stable

* move to stable

* move to stable

* remove jwt and let it auto generate

* remove jwt

* move to stable

* move to stabel

* move to stable

* move to stable

* move to stable and upate image refs

* move to stable

* fix appsmith

* typo
This commit is contained in:
Stavros Kois
2022-04-18 19:57:07 +00:00
committed by GitHub
parent 3a70ccce78
commit 2fdade39d2
116 changed files with 36 additions and 93 deletions
+18
View File
@@ -0,0 +1,18 @@
image:
repository: qmcgaw/ddns-updater
tag: v2.4.1@sha256:286ebfb9bf43ab99d49890b9f02a29b416d9468210cd4736c3d3829a5a390190
pullPolicy: IfNotPresent
env:
LISTENING_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 10227
persistence:
data:
enabled: true
mountPath: "/updater/data"