Skip to content

Commit

Permalink
chore: update ory charts and fix secret issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Aug 20, 2024
1 parent 1a586a0 commit 8abce52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/tracetest-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies:
version: v1.4.0
repository: file://../tracetest-common
- name: keto
version: 0.36.0
version: 0.46.0
repository: https://k8s.ory.sh/helm/charts
- name: kratos
version: 0.36.0
version: 0.46.0
repository: https://k8s.ory.sh/helm/charts
- name: oathkeeper
version: 0.36.0
version: 0.46.0
repository: https://k8s.ory.sh/helm/charts
5 changes: 3 additions & 2 deletions charts/tracetest-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ keto:
- name: keto-namespace-config
mountPath: /home/ory/namespaces.keto.ts

keto:
deployment:
deployment:
extraEnv:
- name: DSN
valueFrom:
secretKeyRef:
name: keto-secrets
key: DSN

keto:
automigration:
enabled: true
type: initContainer
Expand Down

0 comments on commit 8abce52

Please sign in to comment.