From 600029b41040861d2cd9a21b256afe6b4e34ffc6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 15 Nov 2022 17:21:54 +0100 Subject: [PATCH] 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 --- charts/dependency/clickhouse/Chart.yaml | 2 +- charts/dependency/collabora-online/Chart.yaml | 2 +- charts/dependency/memcached/Chart.yaml | 2 +- charts/dependency/mongodb/Chart.yaml | 2 +- charts/dependency/postgresql/Chart.yaml | 2 +- charts/dependency/promtail/Chart.yaml | 2 +- charts/dependency/redis/Chart.yaml | 2 +- charts/dependency/solr/Chart.yaml | 2 +- charts/dependency/subchart/Chart.yaml | 2 +- charts/enterprise/testwarden/Chart.yaml | 8 ++------ charts/enterprise/testwarden/ci/default-values.yaml | 7 +++++++ charts/enterprise/testwarden/ci/ingress-values.yaml | 7 ------- charts/enterprise/testwarden/values.yaml | 9 +-------- 13 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 charts/enterprise/testwarden/ci/ingress-values.yaml diff --git a/charts/dependency/clickhouse/Chart.yaml b/charts/dependency/clickhouse/Chart.yaml index 56f4a20c6e6..d820221c9ad 100644 --- a/charts/dependency/clickhouse/Chart.yaml +++ b/charts/dependency/clickhouse/Chart.yaml @@ -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 diff --git a/charts/dependency/collabora-online/Chart.yaml b/charts/dependency/collabora-online/Chart.yaml index 5424a097363..4ab0f4c5dee 100644 --- a/charts/dependency/collabora-online/Chart.yaml +++ b/charts/dependency/collabora-online/Chart.yaml @@ -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 diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index af0e100ac87..567471b9bc4 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -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 diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 28703c7e0c7..a3f12b1f636 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -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 diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 487926383ae..7a8ed13c1f0 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -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 diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 9dd7b147733..d350d9e4a3a 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -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 diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 1ff25de1518..919e3d51572 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -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 diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index eb400ef8f28..70f984aec2b 100644 --- a/charts/dependency/solr/Chart.yaml +++ b/charts/dependency/solr/Chart.yaml @@ -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 diff --git a/charts/dependency/subchart/Chart.yaml b/charts/dependency/subchart/Chart.yaml index 087c74e7b73..e757d2eb855 100644 --- a/charts/dependency/subchart/Chart.yaml +++ b/charts/dependency/subchart/Chart.yaml @@ -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 diff --git a/charts/enterprise/testwarden/Chart.yaml b/charts/enterprise/testwarden/Chart.yaml index fd928c0628f..320da538d57 100644 --- a/charts/enterprise/testwarden/Chart.yaml +++ b/charts/enterprise/testwarden/Chart.yaml @@ -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 diff --git a/charts/enterprise/testwarden/ci/default-values.yaml b/charts/enterprise/testwarden/ci/default-values.yaml index e69de29bb2d..961f466bd75 100644 --- a/charts/enterprise/testwarden/ci/default-values.yaml +++ b/charts/enterprise/testwarden/ci/default-values.yaml @@ -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 diff --git a/charts/enterprise/testwarden/ci/ingress-values.yaml b/charts/enterprise/testwarden/ci/ingress-values.yaml deleted file mode 100644 index 961f466bd75..00000000000 --- a/charts/enterprise/testwarden/ci/ingress-values.yaml +++ /dev/null @@ -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 diff --git a/charts/enterprise/testwarden/values.yaml b/charts/enterprise/testwarden/values.yaml index 7f928c9590b..7251f158d43 100644 --- a/charts/enterprise/testwarden/values.yaml +++ b/charts/enterprise/testwarden/values.yaml @@ -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