update Chart version to 0.2.0
This commit is contained in:
parent
6de627e44a
commit
3f0d6dc0fd
3 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 1.11.1
|
version: 1.13.0
|
||||||
digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2
|
digest: sha256:e83af41b39942278f8389623671732e624f28c6f1ad6ac2d937e210c5f354a18
|
||||||
generated: "2022-02-10T15:57:46.223230425+01:00"
|
generated: "2022-04-04T14:32:41.194922427+02:00"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
annotations:
|
annotations:
|
||||||
category: Dashboard
|
category: Dashboard
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.1.6
|
appVersion: 0.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
# https://artifacthub.io/packages/helm/bitnami/common
|
# https://artifacthub.io/packages/helm/bitnami/common
|
||||||
|
@ -23,4 +23,4 @@ name: stackspin-dashboard
|
||||||
sources:
|
sources:
|
||||||
- https://open.greenhost.net/stackspin/dashboard/
|
- https://open.greenhost.net/stackspin/dashboard/
|
||||||
- https://open.greenhost.net/stackspin/dashboard-backend/
|
- https://open.greenhost.net/stackspin/dashboard-backend/
|
||||||
version: 0.1.7
|
version: 0.2.0
|
||||||
|
|
|
@ -251,8 +251,6 @@ backend:
|
||||||
##
|
##
|
||||||
pullSecrets: []
|
pullSecrets: []
|
||||||
|
|
||||||
# URL to the Ory Kratos API
|
|
||||||
kratosUrl: http://127.0.0.1:8000
|
|
||||||
oidc:
|
oidc:
|
||||||
clientId: dashboard
|
clientId: dashboard
|
||||||
clientSecret: ReplaceWithSecret
|
clientSecret: ReplaceWithSecret
|
||||||
|
|
Loading…
Reference in a new issue