diff --git a/helm/charts/example-idp/README.md b/helm/charts/example-idp/README.md index 04b011bcc..aacf81417 100644 --- a/helm/charts/example-idp/README.md +++ b/helm/charts/example-idp/README.md @@ -15,7 +15,7 @@ A Helm chart for deploying the reference implementation for the User Login and C | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"oryd/hydra-login-consent-node"` | | -| image.tag | string | `"v1.4.6"` | | +| image.tag | string | `"v2.2.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/helm/charts/example-idp/values.yaml b/helm/charts/example-idp/values.yaml index 53cedaa25..285271e55 100644 --- a/helm/charts/example-idp/values.yaml +++ b/helm/charts/example-idp/values.yaml @@ -6,7 +6,7 @@ revisionHistoryLimit: 5 image: repository: oryd/hydra-login-consent-node - tag: v1.4.6 + tag: v2.2.0 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/helm/charts/hydra-maester/README.md b/helm/charts/hydra-maester/README.md index 9d56ab826..6516b5778 100644 --- a/helm/charts/hydra-maester/README.md +++ b/helm/charts/hydra-maester/README.md @@ -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.34-amd64"` | Ory Hydra-maester version | +| image.tag | string | `"v0.0.35-amd64"` | Ory Hydra-maester version | | imagePullSecrets | list | `[]` | Image pull secrets | | pdb.enabled | bool | `false` | | | pdb.spec.maxUnavailable | string | `""` | | diff --git a/helm/charts/hydra-maester/values.yaml b/helm/charts/hydra-maester/values.yaml index 5fe84b565..3053298cd 100644 --- a/helm/charts/hydra-maester/values.yaml +++ b/helm/charts/hydra-maester/values.yaml @@ -12,7 +12,7 @@ image: # -- Ory Hydra-maester image repository: oryd/hydra-maester # -- Ory Hydra-maester version - tag: v0.0.34-amd64 + tag: v0.0.35-amd64 # -- Image pull policy pullPolicy: IfNotPresent diff --git a/helm/charts/hydra/README.md b/helm/charts/hydra/README.md index cb0686909..fe2bc2624 100644 --- a/helm/charts/hydra/README.md +++ b/helm/charts/hydra/README.md @@ -192,7 +192,7 @@ A Helm chart for deploying ORY Hydra in Kubernetes | test.labels | object | `{}` | Provide additional labels to the test pod | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | +| watcher.image | string | `"oryd/k8s-toolbox:v0.0.7"` | | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations | diff --git a/helm/charts/hydra/values.yaml b/helm/charts/hydra/values.yaml index 8567aef47..49159482e 100644 --- a/helm/charts/hydra/values.yaml +++ b/helm/charts/hydra/values.yaml @@ -478,7 +478,7 @@ hydra-maester: ## -- Sidecar watcher configuration watcher: enabled: false - image: oryd/k8s-toolbox:0.0.6 + image: oryd/k8s-toolbox:v0.0.7 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index a81e384a8..f6c675f55 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -174,7 +174,7 @@ Access Control Policies as a Server | test.labels | object | `{}` | Provide additional labels to the test pod | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | +| watcher.image | string | `"oryd/k8s-toolbox:v0.0.7"` | | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations | diff --git a/helm/charts/keto/values.yaml b/helm/charts/keto/values.yaml index 7aa7e6435..f52cb1a75 100644 --- a/helm/charts/keto/values.yaml +++ b/helm/charts/keto/values.yaml @@ -419,7 +419,7 @@ deployment: ## -- Watcher sidecar configuration watcher: enabled: false - image: oryd/k8s-toolbox:0.0.6 + image: oryd/k8s-toolbox:v0.0.7 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects diff --git a/helm/charts/kratos-selfservice-ui-node/README.md b/helm/charts/kratos-selfservice-ui-node/README.md index c1ebd0d28..d9c071a8f 100644 --- a/helm/charts/kratos-selfservice-ui-node/README.md +++ b/helm/charts/kratos-selfservice-ui-node/README.md @@ -27,7 +27,7 @@ A Helm chart for ORY Kratos's example ui for Kubernetes | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"oryd/kratos-selfservice-ui-node"` | | -| image.tag | string | `"v0.13.0-20"` | ORY KRATOS VERSION | +| image.tag | string | `"v1.3.1"` | ORY KRATOS VERSION | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/helm/charts/kratos-selfservice-ui-node/values.yaml b/helm/charts/kratos-selfservice-ui-node/values.yaml index 7f7152b82..5e0e088fa 100644 --- a/helm/charts/kratos-selfservice-ui-node/values.yaml +++ b/helm/charts/kratos-selfservice-ui-node/values.yaml @@ -11,7 +11,7 @@ image: # SELFSERVICE image repository: oryd/kratos-selfservice-ui-node # -- ORY KRATOS VERSION - tag: "v0.13.0-20" + tag: "v1.3.1" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index 3294c5bbd..30eeec70e 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -83,7 +83,7 @@ A ORY Kratos Helm chart for Kubernetes | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"oryd/kratos"` | ORY KRATOS image | -| image.tag | string | `"v1.3.0"` | ORY KRATOS VERSION Alternative format: image: oryd/kratos:v0.6.3-alpha.1 | +| image.tag | string | `"v1.3.1"` | ORY KRATOS VERSION Alternative format: image: oryd/kratos:v0.6.3-alpha.1 | | imagePullSecrets | list | `[]` | | | ingress.admin.annotations | object | `{}` | | | ingress.admin.className | string | `""` | | @@ -211,7 +211,7 @@ A ORY Kratos Helm chart for Kubernetes | test.busybox | object | `{"repository":"busybox","tag":1}` | use a busybox image from another repository | | watcher.automountServiceAccountToken | bool | `true` | | | watcher.enabled | bool | `false` | | -| watcher.image | string | `"oryd/k8s-toolbox:0.0.6"` | | +| watcher.image | string | `"oryd/k8s-toolbox:v0.0.7"` | | | watcher.mountFile | string | `""` | Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo | | watcher.podMetadata | object | `{"annotations":{},"labels":{}}` | Specify pod metadata, this metadata is added directly to the pod, and not higher objects | | watcher.podMetadata.annotations | object | `{}` | Extra pod level annotations | diff --git a/helm/charts/kratos/values.yaml b/helm/charts/kratos/values.yaml index 5f0655d76..2ef50221d 100644 --- a/helm/charts/kratos/values.yaml +++ b/helm/charts/kratos/values.yaml @@ -15,7 +15,7 @@ image: repository: oryd/kratos # -- ORY KRATOS VERSION # Alternative format: image: oryd/kratos:v0.6.3-alpha.1 - tag: v1.3.0 + tag: v1.3.1 pullPolicy: IfNotPresent # imagePullPolicy: Always @@ -623,7 +623,7 @@ courier: ## -- Configuration of the watcher sidecar watcher: enabled: false - image: oryd/k8s-toolbox:0.0.6 + image: oryd/k8s-toolbox:v0.0.7 # -- Path to mounted file, which wil be monitored for changes. eg: /etc/secrets/my-secret/foo mountFile: "" # -- Specify pod metadata, this metadata is added directly to the pod, and not higher objects diff --git a/helm/charts/oathkeeper-maester/README.md b/helm/charts/oathkeeper-maester/README.md index 0f6cc16ca..cf068c686 100644 --- a/helm/charts/oathkeeper-maester/README.md +++ b/helm/charts/oathkeeper-maester/README.md @@ -41,7 +41,7 @@ A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes | global.ory.oathkeeper.maester.mode | string | `"controller"` | | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"oryd/oathkeeper-maester"` | ORY Oathkeeper Rule Controller image | -| image.tag | string | `"v0.1.10-amd64"` | ORY Oathkeeper Rule Controller version | +| image.tag | string | `"v0.1.11-amd64"` | ORY Oathkeeper Rule Controller version | | imagePullSecrets | list | `[]` | Image pull secrets | | pdb.enabled | bool | `false` | | | pdb.spec.maxUnavailable | string | `""` | | diff --git a/helm/charts/oathkeeper-maester/values.yaml b/helm/charts/oathkeeper-maester/values.yaml index 39f726471..4d62ca058 100644 --- a/helm/charts/oathkeeper-maester/values.yaml +++ b/helm/charts/oathkeeper-maester/values.yaml @@ -26,7 +26,7 @@ image: # -- ORY Oathkeeper Rule Controller image repository: oryd/oathkeeper-maester # -- ORY Oathkeeper Rule Controller version - tag: "v0.1.10-amd64" + tag: "v0.1.11-amd64" # -- Image pull policy pullPolicy: IfNotPresent