diff --git a/helm/charts/oathkeeper-maester/Chart.yaml b/helm/charts/oathkeeper-maester/Chart.yaml index a5a777070..73c6f59ff 100644 --- a/helm/charts/oathkeeper-maester/Chart.yaml +++ b/helm/charts/oathkeeper-maester/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "v0.1.4" +appVersion: "v0.1.7" description: A Helm chart for deploying ORY Oathkeeper Rule Controller in Kubernetes name: oathkeeper-maester icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-oathkeeper.svg diff --git a/helm/charts/oathkeeper-maester/values.yaml b/helm/charts/oathkeeper-maester/values.yaml index bdccc48a7..d8fdd29d7 100644 --- a/helm/charts/oathkeeper-maester/values.yaml +++ b/helm/charts/oathkeeper-maester/values.yaml @@ -25,7 +25,7 @@ image: # -- ORY Oathkeeper Rule Controller image repository: oryd/oathkeeper-maester # -- ORY Oathkeeper Rule Controller version - tag: "v0.1.6" + tag: "v0.1.7" # -- Image pull policy pullPolicy: IfNotPresent