Bump app versions
This commit is contained in:
@@ -11,6 +11,7 @@ repositories:
|
||||
url: git+https://github.com/cfpb/static-site@charts?ref=main
|
||||
- name: incngrnt
|
||||
url: git+https://git.incngrnt.ca/grant/charts@charts?ref=main
|
||||
|
||||
releases:
|
||||
# goatchat matrix
|
||||
- name: goatchat
|
||||
@@ -18,25 +19,13 @@ releases:
|
||||
createNamespace: true
|
||||
chart: ananace-charts/matrix-synapse
|
||||
values:
|
||||
- ../synapse/values.yaml
|
||||
setString:
|
||||
- name: config.macaroonSecretKey
|
||||
value: {{ requiredEnv "GOATCHAT_SYNAPSE_MACAROON_SECRET_KEY" }}
|
||||
- name: config.registrationSharedSecret
|
||||
value: {{ requiredEnv "GOATCHAT_REGISTRATION_SHARED_SECRET" }}
|
||||
- name: extraConfig.email.smtp_pass
|
||||
value: {{ requiredEnv "GOATCHAT_SMTP_PASSWORD" }}
|
||||
- ../synapse/values.yaml.gotmpl
|
||||
- name: gate
|
||||
namespace: goatchat
|
||||
createNamespace: true
|
||||
chart: incngrnt/matrix-registration
|
||||
values:
|
||||
- ../matrix-registration/values.yaml
|
||||
setString:
|
||||
- name: registrationSharedSecret
|
||||
value: {{ requiredEnv "GOATCHAT_REGISTRATION_SHARED_SECRET"}}
|
||||
- name: adminApiSharedSecret
|
||||
value: {{ requiredEnv "GOATCHAT_REGISTRATION_ADMIN_API_SHARE_SECRET"}}
|
||||
- ../matrix-registration/values.yaml.gotmpl
|
||||
|
||||
- name: immich
|
||||
namespace: immich
|
||||
@@ -58,30 +47,21 @@ releases:
|
||||
createNamespace: true
|
||||
chart: bitnami/ghost
|
||||
values:
|
||||
- ../kgnot/values.yaml
|
||||
setString:
|
||||
- name: ghostUsername
|
||||
value: {{ requiredEnv "KGNOT_GHOST_USER_NAME" }}
|
||||
- ../kgnot/values.yaml.gotmpl
|
||||
- name: ghost-53ll
|
||||
namespace: ghost
|
||||
createNamespace: true
|
||||
chart: bitnami/ghost
|
||||
values:
|
||||
- ../53ll/values.yaml
|
||||
setString:
|
||||
- name: ghostUsername
|
||||
value: {{ requiredEnv "GHOST_53LL_USER_NAME" }}
|
||||
- ../53ll/values.yaml.gotmpl
|
||||
|
||||
# dev tools
|
||||
- name: gitea
|
||||
namespace: gitea
|
||||
createNamespace: true
|
||||
chart: gitea/gitea
|
||||
values:
|
||||
- ../gitea/values.yaml
|
||||
setString:
|
||||
- name: gitea.admin.password
|
||||
value: {{ requiredEnv "GITEA_ADMIN_PASSWORD" }}
|
||||
# - name: gitea
|
||||
# namespace: gitea
|
||||
# createNamespace: true
|
||||
# chart: gitea/gitea
|
||||
# values:
|
||||
# - ../gitea/values.yaml.gotmpl
|
||||
|
||||
# backups
|
||||
- name: ghost-backup
|
||||
@@ -101,7 +81,7 @@ releases:
|
||||
chart: incngrnt/k8up-backup
|
||||
createNamespace: true
|
||||
values:
|
||||
- ../k8up-backup/values.yaml.gotmpl
|
||||
- ../k8up-backup/values.yaml.gotmpl
|
||||
- name: immich-backup
|
||||
namespace: immich
|
||||
chart: incngrnt/k8up-backup
|
||||
|
||||
Reference in New Issue
Block a user