From ac3f2bbdd7629e842d2fe3478272441b8575159a Mon Sep 17 00:00:00 2001 From: bsctl Date: Thu, 14 Jul 2022 07:06:49 +0000 Subject: [PATCH] feat(helm): update manifests --- charts/capsule/Chart.yaml | 2 +- config/install.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/capsule/Chart.yaml b/charts/capsule/Chart.yaml index 53593a3d..c775a96a 100644 --- a/charts/capsule/Chart.yaml +++ b/charts/capsule/Chart.yaml @@ -21,7 +21,7 @@ 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.1.10 +version: 0.1.9 # This is the version number of the application being deployed. # This version number should be incremented each time you make changes to the application. diff --git a/config/install.yaml b/config/install.yaml index 8e91c862..c748af99 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1411,7 +1411,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: clastix/capsule:v0.1.2-rc0 + image: clastix/capsule:v0.1.2-rc1 imagePullPolicy: IfNotPresent name: manager ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 061c0a0d..dea54b3f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ kind: Kustomization images: - name: controller newName: clastix/capsule - newTag: v0.1.2-rc0 + newTag: v0.1.2-rc1