File tree 3 files changed +9
-2
lines changed
helm/charts/hydra-maester
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ A Helm chart for Kubernetes
52
52
| forwardedProto | string | ` nil ` | |
53
53
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
54
54
| 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 |
56
56
| imagePullSecrets | list | ` [] ` | Image pull secrets |
57
57
| pdb.enabled | bool | ` false ` | |
58
58
| pdb.spec.maxUnavailable | string | ` "" ` | |
Original file line number Diff line number Diff line change 78
78
ClientName is the human-readable string name of the client
79
79
to be presented to the end-user during authorization.
80
80
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
81
88
frontChannelLogoutSessionRequired :
82
89
default : false
83
90
description :
Original file line number Diff line number Diff line change 12
12
# -- Ory Hydra-maester image
13
13
repository : oryd/hydra-maester
14
14
# -- Ory Hydra-maester version
15
- tag : v0.0.35 -amd64
15
+ tag : v0.0.36 -amd64
16
16
# -- Image pull policy
17
17
pullPolicy : IfNotPresent
18
18
You can’t perform that action at this time.
0 commit comments