diff --git a/k8s/base/app-kratos.yml b/k8s/base/app-kratos.yml index 3e8892c..dccd61e 100644 --- a/k8s/base/app-kratos.yml +++ b/k8s/base/app-kratos.yml @@ -12,7 +12,31 @@ spec: source: chart: kratos repoURL: 'https://k8s.ory.sh/helm/charts' - targetRevision: v1.3.1 + targetRevision: 0.58.0 + # helm: + # valuesObject: + # deployment: + # extraEnv: + # - name: DSN + # valueFrom: + # secretKeyRef: + # name: postgres-kratos-app + # key: uri + # kratos: + # # config db + # automization: + # enabled: true + # config: + # self-services: + # flow: + # registration: + # enabled: true + # verification: + # enabled: true + # image: + # repository: shadowlegend/ory-kratos + # tag: lastest + destination: namespace: default server: 'https://kubernetes.default.svc' \ No newline at end of file