chore(testwarden): some tryouts (#4439)

* chore(testwarden): some tryouts

* no message

* some fixes

* adding ingress

* bump common to fix another issue

* rerender dependencyes

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-15 17:21:54 +01:00 committed by GitHub
parent e947e09843
commit 600029b410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 19 additions and 30 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 3.0.0
version: 3.0.1
annotations:
truecharts.org/catagories: |
- database

View File

@ -22,7 +22,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 14.0.0
version: 14.0.1
annotations:
truecharts.org/catagories: |
- office

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 4.0.0
version: 4.0.1
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/
type: application
version: 10.0.0
version: 10.0.1
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 5.0.0
version: 5.0.1
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 5.0.0
version: 5.0.1
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 2.0.0
version: 2.0.1
annotations:
truecharts.org/catagories: |
- search

View File

@ -19,7 +19,7 @@ name: subchart
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/subchart
type: application
version: 3.0.0
version: 3.0.1
annotations:
truecharts.org/catagories: |
- subchart

View File

@ -3,11 +3,7 @@ appVersion: "1.26.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.0.0
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 10.0.0
version: 11.0.3
deprecated: false
description: testapplication for moving to operator based postgresql
home: https://truecharts.org/docs/charts/stable/vaultwarden
@ -29,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/vaultwarden
- https://github.com/dani-garcia/vaultwarden
type: application
version: 19.0.0
version: 20.0.0
annotations:
truecharts.org/catagories: |
- security

View File

@ -0,0 +1,7 @@
# -- Configure the ingresses for the chart here.
# Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress.
# @default -- See below
ingress:
main:
# -- Enables or disables the ingress
enabled: true

View File

@ -1,7 +0,0 @@
# -- Configure the ingresses for the chart here.
# Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress.
# @default -- See below
ingress:
main:
# -- Enables or disables the ingress
enabled: true

View File

@ -152,14 +152,7 @@ persistence:
cnpg:
enabled: true
user: vaultwarden
database: vaultwarden
# Enabled postgres
postgresql:
enabled: false
existingSecret: "dbcreds"
postgresqlUsername: vaultwarden
postgresqlDatabase: vaultwarden
database: testwarden
portal:
enabled: true