Skip to content

Commit ec617e2

Browse files
authored
fix: do not pint to arch in maester images (#724)
1 parent 6dc683b commit ec617e2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

helm/charts/hydra-maester/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "v0.0.34"
2+
appVersion: "v0.0.36"
33
description: A Helm chart for Kubernetes
44
name: hydra-maester
55
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg

helm/charts/hydra-maester/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hydra-maester
22

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)
44

55
A Helm chart for Kubernetes
66

@@ -53,7 +53,7 @@ A Helm chart for Kubernetes
5353
| forwardedProto | string | `nil` | |
5454
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
5555
| 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 |
5757
| imagePullSecrets | list | `[]` | Image pull secrets |
5858
| pdb.enabled | bool | `false` | |
5959
| pdb.spec.maxUnavailable | string | `""` | |

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.36-amd64
15+
tag: v0.0.36
1616
# -- Image pull policy
1717
pullPolicy: IfNotPresent
1818

helm/charts/oathkeeper-maester/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.1.8"
2+
appVersion: "v0.1.11"
33
description:
44
A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
55
name: oathkeeper-maester

helm/charts/oathkeeper-maester/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oathkeeper-maester
22

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)
44

55
A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
66

@@ -41,7 +41,7 @@ A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes
4141
| global.ory.oathkeeper.maester.mode | string | `"controller"` | |
4242
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
4343
| 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 |
4545
| imagePullSecrets | list | `[]` | Image pull secrets |
4646
| pdb.enabled | bool | `false` | |
4747
| pdb.spec.maxUnavailable | string | `""` | |

helm/charts/oathkeeper-maester/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image:
2626
# -- ORY Oathkeeper Rule Controller image
2727
repository: oryd/oathkeeper-maester
2828
# -- ORY Oathkeeper Rule Controller version
29-
tag: "v0.1.11-amd64"
29+
tag: "v0.1.11"
3030
# -- Image pull policy
3131
pullPolicy: IfNotPresent
3232

0 commit comments

Comments
 (0)