Skip to content

Commit

Permalink
feat: upgrade hydra-maester image to 0.0.36 (#716)
Browse files Browse the repository at this point in the history
Include new deletionPolicy setting for OAuth2 clients.

Co-authored-by: Jakub Błaszczyk <[email protected]>
  • Loading branch information
David-Wobrock and Demonsthere authored Dec 4, 2024
1 parent 73131e7 commit a6f4425
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/charts/hydra-maester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A Helm chart for Kubernetes
| forwardedProto | string | `nil` | |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"oryd/hydra-maester"` | Ory Hydra-maester image |
| image.tag | string | `"v0.0.35-amd64"` | Ory Hydra-maester version |
| image.tag | string | `"v0.0.36-amd64"` | Ory Hydra-maester version |
| imagePullSecrets | list | `[]` | Image pull secrets |
| pdb.enabled | bool | `false` | |
| pdb.spec.maxUnavailable | string | `""` | |
Expand Down
7 changes: 7 additions & 0 deletions helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ spec:
ClientName is the human-readable string name of the client
to be presented to the end-user during authorization.
type: string
deletionPolicy:
description:
Indicates if a deleted OAuth2Client custom resource should
delete the database row or not. Value 1 means deletion of
the OAuth2 client, value 2 means keep an orphan oauth2
client.
type: integer
frontChannelLogoutSessionRequired:
default: false
description:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/hydra-maester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# -- Ory Hydra-maester image
repository: oryd/hydra-maester
# -- Ory Hydra-maester version
tag: v0.0.35-amd64
tag: v0.0.36-amd64
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit a6f4425

Please sign in to comment.