ory / k8s

Kubernetes Helm Charts for the ORY ecosystem.
https://k8s.ory.sh/helm
Apache License 2.0
335 stars 258 forks source link

feat: upgrade hydra-maester image to 0.0.36 with deletionPolicy #716

Open David-Wobrock opened 1 week ago

David-Wobrock commented 1 week ago

https://github.com/ory/hydra-maester/pull/149 has been merged into hydra-maester.

Once a new version of hydra-matesre is released, we can bump the version in the charts and allow the new deletionPolicy setting for OAuth2 clients.

Related Issue or Design Document

https://github.com/ory/hydra-maester/pull/149

Checklist

Further comments

Demonsthere commented 3 days ago

looks like the CRD fails validation 😞

spec.validation.openAPIV3Schema.properties[spec].properties[deletionPolicy].type: Unsupported value: "int": supported values: "array", "boolean", "integer", "number", "object", "string"

we need to fix the CRD and re-relase it

David-Wobrock commented 1 day ago

looks like the CRD fails validation 😞

spec.validation.openAPIV3Schema.properties[spec].properties[deletionPolicy].type: Unsupported value: "int": supported values: "array", "boolean", "integer", "number", "object", "string"

we need to fix the CRD and re-relase it

Hey @Demonsthere I think that was only an issue in the file I pushed.

Looks better now, doesn't it?