From 83e7c8f007502e0f97f153ed143486122e5bad93 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 4 Aug 2022 09:10:21 +0200 Subject: [PATCH] chore(helm): v0.3.1 using docker.io image --- charts/capsule-proxy/Chart.yaml | 2 +- charts/capsule-proxy/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.