Compare commits

...

2 Commits

Author SHA1 Message Date
d73c42fd42 change default values 2024-04-17 19:15:54 -06:00
renovate[bot]
6399a8ca97 Update Helm release rabbitmq to v14 (#34)
* Update Helm release rabbitmq to v14

* update chart

* align comments for readability

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: alexlebens <alexanderlebens@gmail.com>
2024-04-17 19:13:57 -06:00
4 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: taiga name: taiga
version: 0.1.14 version: 0.2.0
description: Chart for Taiga description: Chart for Taiga
keywords: keywords:
- kanban - kanban
@@ -14,11 +14,11 @@ maintainers:
icon: https://avatars.githubusercontent.com/u/6905422?s=200&v=4 icon: https://avatars.githubusercontent.com/u/6905422?s=200&v=4
dependencies: dependencies:
- name: rabbitmq - name: rabbitmq
version: 13.0.3 version: 14.0.1
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
alias: async-rabbitmq alias: async-rabbitmq
- name: rabbitmq - name: rabbitmq
version: 13.0.3 version: 14.0.1
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
alias: events-rabbitmq alias: events-rabbitmq
appVersion: 6.7.7 appVersion: 6.7.7

View File

@@ -82,15 +82,15 @@ postgresql:
oidc: oidc:
enabled: false enabled: false
existingSecretName: "" existingSecretName: ""
scopesKey: "" # "openid profile email" scopesKey: "" # "openid profile email"
signatureAlgorithmKey: "" # "RS256" signatureAlgorithmKey: "" # "RS256"
clientIdKey: "" # <generate from auth provider> clientIdKey: "" # <generate from auth provider>
clientSecretKey: "" # <generate from auth provider> clientSecretKey: "" # <generate from auth provider>
baseUrlKey: "" # "https://id.fedoraproject.org/openidc" baseUrlKey: "" # "https://id.fedoraproject.org/openidc"
jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks" jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks"
authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization" authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization"
tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token" tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token"
userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo" userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo"
## SMTP mail delivery configuration ## SMTP mail delivery configuration
## ref: https://taigaio.github.io/taiga-doc/dist/setup-production.html ## ref: https://taigaio.github.io/taiga-doc/dist/setup-production.html

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: tubearchivist name: tubearchivist
version: 0.2.1 version: 0.2.2
description: Chart for Tube Archivist description: Chart for Tube Archivist
keywords: keywords:
- download - download

View File

@@ -20,18 +20,18 @@ service:
port: 8000 port: 8000
ingress: ingress:
enabled: false enabled: false
className: className: ""
annotations: annotations: ""
host: host: ""
persistence: persistence:
cache: cache:
enabled: false enabled: false
storageClassName: default storageClassName: ""
storageSize: 5Gi storageSize: 5Gi
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
volumeMode: Filesystem volumeMode: Filesystem
youtube: youtube:
claimName: claimName: ""
redis: redis:
image: image:
repository: redis/redis-stack-server repository: redis/redis-stack-server
@@ -48,17 +48,17 @@ redis:
loadmodule /opt/redis-stack/lib/rejson.so loadmodule /opt/redis-stack/lib/rejson.so
elasticsearch: elasticsearch:
global: global:
storageClass: default storageClass: ""
extraEnvVars: extraEnvVars:
- name: "discovery.type" - name: "discovery.type"
value: "single-node" value: "single-node"
- name: xpack.security.enabled - name: xpack.security.enabled
value: "true" value: "true"
extraEnvVarsSecret: extraEnvVarsSecret: []
extraConfig: extraConfig:
path: path:
repo: /usr/share/elasticsearch/data/snapshot repo: /usr/share/elasticsearch/data/snapshot
extraVolumes: extraVolumes: []
extraVolumeMounts: extraVolumeMounts:
- name: snapshot - name: snapshot
mountPath: /usr/share/elasticsearch/data/snapshot mountPath: /usr/share/elasticsearch/data/snapshot