diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3398e02b5..bb866482c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: tyk-operator description: A Helm chart to install the tyk-operator type: application -version: 0.17.0 # version of the chart +version: 0.17.1 # version of the chart diff --git a/helm/values.yaml b/helm/values.yaml index dfa940a43..749ffe7d3 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,7 +11,7 @@ envVars: image: repository: tykio/tyk-operator pullPolicy: IfNotPresent - tag: "v0.17.0" + tag: "v0.17.1" # specify imagePullSecrets for ServiceAccount imagePullSecrets: [] nameOverride: ""