From 51ed42981fbb6f3edda723680510b89389085d65 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 30 May 2022 13:09:15 +0200 Subject: [PATCH] chore(helm): using docker hub image --- charts/capsule/README.md | 2 +- charts/capsule/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index fdebd2d8..bc72b718 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -66,7 +66,7 @@ Parameter | Description `manager.options.capsuleUserGroups` | Override the Capsule user groups | `[capsule.clastix.io]` `manager.options.protectedNamespaceRegex` | If specified, disallows creation of namespaces matching the passed regexp | `null` `manager.options.enableSecretController` | Boolean, enables apsule secret controller which reconciles TLS and CA secrets for capsule webhooks. | `true` -`manager.image.repository` | Set the image repository of the controller. | `quay.io/clastix/capsule` +`manager.image.repository` | Set the image repository of the controller. | `clastix/capsule` `manager.image.tag` | Overrides the image tag whose default is the chart. `appVersion` | `null` `manager.image.pullPolicy` | Set the image pull policy. | `IfNotPresent` `manager.livenessProbe` | Configure the liveness probe using Deployment probe spec | `GET :10080/healthz` diff --git a/charts/capsule/values.yaml b/charts/capsule/values.yaml index e1ab788d..936ba205 100644 --- a/charts/capsule/values.yaml +++ b/charts/capsule/values.yaml @@ -4,7 +4,7 @@ manager: image: - repository: quay.io/clastix/capsule + repository: clastix/capsule pullPolicy: IfNotPresent tag: ''