k8s
k8s copied to clipboard
ory/kratos 0.45.0 is packaged with 1.1.0 instead of 1.2.0
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] I have joined the Ory Community Slack.
- [X] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
ory/kratos 0.45.0 v1.1.0 A ORY Kratos Helm chart for Kubernetes
I think ory/kratos 0.45.0 is packaged with the wrong default values.
- https://github.com/ory/k8s/blob/master/helm/charts/kratos/Chart.yaml#L2
- https://github.com/ory/k8s/blob/master/helm/charts/kratos/values.yaml#L18
Reproducing the bug
$ helm repo add ory https://k8s.ory.sh/helm/charts
$ helm repo update
$ helm show values ory/kratos --version=0.45.0 > a.yaml
Observe the value for tag:
tag: v1.1.0
Relevant log output
No response
Relevant configuration
No response
Version
0.45.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
I just overridden the tag, but it looks like an oversight on the release process.