From a334e682567e471fcd85b1bc8d2de5b92b4c311f Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 28 Jan 2023 11:43:09 +0100 Subject: [PATCH] chore(helm): release v0.3.0 --- charts/capsule/Chart.yaml | 4 ++-- charts/capsule/README.md | 2 +- charts/capsule/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/capsule/Chart.yaml b/charts/capsule/Chart.yaml index 3516c786..63929b82 100644 --- a/charts/capsule/Chart.yaml +++ b/charts/capsule/Chart.yaml @@ -21,8 +21,8 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.0 +version: 0.3.0 # This is the version number of the application being deployed. # This version number should be incremented each time you make changes to the application. -appVersion: 0.1.3 +appVersion: 0.2.0 diff --git a/charts/capsule/README.md b/charts/capsule/README.md index 3d34b8d3..fe55ee9f 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -67,7 +67,7 @@ Here the values you can override: | customAnnotations | object | `{}` | Additional annotations which will be added to all resources created by Capsule helm chart | | customLabels | object | `{}` | Additional labels which will be added to all resources created by Capsule helm chart | | jobs.image.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy of the helm chart job | -| jobs.image.repository | string | `"quay.io/clastix/kubectl"` | Set the image repository of the helm chart job | +| jobs.image.repository | string | `"clastix/kubectl"` | Set the image repository of the helm chart job | | jobs.image.tag | string | `""` | Set the image tag of the helm chart job | | mutatingWebhooksTimeoutSeconds | int | `30` | Timeout in seconds for mutating webhooks | | nodeSelector | object | `{}` | Set the node selector for the Capsule pod | diff --git a/charts/capsule/values.yaml b/charts/capsule/values.yaml index b3e89642..000cee59 100644 --- a/charts/capsule/values.yaml +++ b/charts/capsule/values.yaml @@ -101,7 +101,7 @@ podSecurityPolicy: jobs: image: # -- Set the image repository of the helm chart job - repository: quay.io/clastix/kubectl + repository: clastix/kubectl # -- Set the image pull policy of the helm chart job pullPolicy: IfNotPresent # -- Set the image tag of the helm chart job