Skip to content

Commit a6f4425

Browse files
feat: upgrade hydra-maester image to 0.0.36 (#716)
Include new deletionPolicy setting for OAuth2 clients. Co-authored-by: Jakub Błaszczyk <[email protected]>
1 parent 73131e7 commit a6f4425

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

helm/charts/hydra-maester/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A Helm chart for Kubernetes
5252
| forwardedProto | string | `nil` | |
5353
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
5454
| image.repository | string | `"oryd/hydra-maester"` | Ory Hydra-maester image |
55-
| image.tag | string | `"v0.0.35-amd64"` | Ory Hydra-maester version |
55+
| image.tag | string | `"v0.0.36-amd64"` | Ory Hydra-maester version |
5656
| imagePullSecrets | list | `[]` | Image pull secrets |
5757
| pdb.enabled | bool | `false` | |
5858
| pdb.spec.maxUnavailable | string | `""` | |

helm/charts/hydra-maester/crds/crd-oauth2clients.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ spec:
7878
ClientName is the human-readable string name of the client
7979
to be presented to the end-user during authorization.
8080
type: string
81+
deletionPolicy:
82+
description:
83+
Indicates if a deleted OAuth2Client custom resource should
84+
delete the database row or not. Value 1 means deletion of
85+
the OAuth2 client, value 2 means keep an orphan oauth2
86+
client.
87+
type: integer
8188
frontChannelLogoutSessionRequired:
8289
default: false
8390
description:

helm/charts/hydra-maester/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
# -- Ory Hydra-maester image
1313
repository: oryd/hydra-maester
1414
# -- Ory Hydra-maester version
15-
tag: v0.0.35-amd64
15+
tag: v0.0.36-amd64
1616
# -- Image pull policy
1717
pullPolicy: IfNotPresent
1818

0 commit comments

Comments
 (0)