File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " v0.0.34 "
2
+ appVersion : " v0.0.36 "
3
3
description : A Helm chart for Kubernetes
4
4
name : hydra-maester
5
5
icon : https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg
Original file line number Diff line number Diff line change 1
1
# hydra-maester
2
2
3
- ![ Version: 0.50.5] ( https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.0.34 ] ( https://img.shields.io/badge/AppVersion-v0.0.34 -informational?style=flat-square )
3
+ ![ Version: 0.50.5] ( https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.0.36 ] ( https://img.shields.io/badge/AppVersion-v0.0.36 -informational?style=flat-square )
4
4
5
5
A Helm chart for Kubernetes
6
6
@@ -53,7 +53,7 @@ A Helm chart for Kubernetes
53
53
| forwardedProto | string | ` nil ` | |
54
54
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
55
55
| image.repository | string | ` "oryd/hydra-maester" ` | Ory Hydra-maester image |
56
- | image.tag | string | ` "v0.0.36-amd64 " ` | Ory Hydra-maester version |
56
+ | image.tag | string | ` "v0.0.36" ` | Ory Hydra-maester version |
57
57
| imagePullSecrets | list | ` [] ` | Image pull secrets |
58
58
| pdb.enabled | bool | ` false ` | |
59
59
| pdb.spec.maxUnavailable | string | ` "" ` | |
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.36-amd64
15
+ tag : v0.0.36
16
16
# -- Image pull policy
17
17
pullPolicy : IfNotPresent
18
18
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v0.1.8 "
2
+ appVersion : " v0.1.11 "
3
3
description :
4
4
A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
5
5
name : oathkeeper-maester
Original file line number Diff line number Diff line change 1
1
# oathkeeper-maester
2
2
3
- ![ Version: 0.50.5] ( https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square ) ![ AppVersion: v0.1.8 ] ( https://img.shields.io/badge/AppVersion-v0.1.8 -informational?style=flat-square )
3
+ ![ Version: 0.50.5] ( https://img.shields.io/badge/Version-0.50.5-informational?style=flat-square ) ![ AppVersion: v0.1.11 ] ( https://img.shields.io/badge/AppVersion-v0.1.11 -informational?style=flat-square )
4
4
5
5
A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
6
6
@@ -41,7 +41,7 @@ A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
41
41
| global.ory.oathkeeper.maester.mode | string | ` "controller" ` | |
42
42
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
43
43
| image.repository | string | ` "oryd/oathkeeper-maester" ` | ORY Oathkeeper Rule Controller image |
44
- | image.tag | string | ` "v0.1.11-amd64 " ` | ORY Oathkeeper Rule Controller version |
44
+ | image.tag | string | ` "v0.1.11" ` | ORY Oathkeeper Rule Controller version |
45
45
| imagePullSecrets | list | ` [] ` | Image pull secrets |
46
46
| pdb.enabled | bool | ` false ` | |
47
47
| pdb.spec.maxUnavailable | string | ` "" ` | |
Original file line number Diff line number Diff line change 26
26
# -- ORY Oathkeeper Rule Controller image
27
27
repository : oryd/oathkeeper-maester
28
28
# -- ORY Oathkeeper Rule Controller version
29
- tag : " v0.1.11-amd64 "
29
+ tag : " v0.1.11"
30
30
# -- Image pull policy
31
31
pullPolicy : IfNotPresent
32
32
You can’t perform that action at this time.
0 commit comments