diff --git a/charts/capsule-proxy/Chart.yaml b/charts/capsule-proxy/Chart.yaml index 69baf5dd..81004b6a 100644 --- a/charts/capsule-proxy/Chart.yaml +++ b/charts/capsule-proxy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.3.0 description: Helm Chart for Capsule Proxy, addon for Capsule, the multi-tenant Operator name: capsule-proxy type: application -version: 0.3.0 +version: 0.3.1 home: https://github.com/clastix/capsule-proxy icon: https://github.com/clastix/capsule/raw/master/assets/logo/capsule_small.png keywords: diff --git a/charts/capsule-proxy/values.yaml b/charts/capsule-proxy/values.yaml index 37d068d1..46a19e99 100644 --- a/charts/capsule-proxy/values.yaml +++ b/charts/capsule-proxy/values.yaml @@ -6,7 +6,7 @@ kind: Deployment image: # -- Set the image repository of the capsule-proxy. - repository: quay.io/clastix/capsule-proxy + repository: clastix/capsule-proxy # -- Set the image pull policy. pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion.