From 0dd13a96fca69945397727eb05da7667c576ac10 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Tue, 24 May 2022 17:35:49 +0200 Subject: [PATCH] chore(yaml): aligning to v0.1.2-rc0 image --- config/install.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/install.yaml b/config/install.yaml index ce4b2272..bcdee7e9 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1411,7 +1411,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/clastix/capsule:v0.1.1 + image: quay.io/clastix/capsule:v0.1.2-rc0 imagePullPolicy: IfNotPresent name: manager ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index cccb08de..b4c86808 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ kind: Kustomization images: - name: controller newName: quay.io/clastix/capsule - newTag: v0.1.1 + newTag: v0.1.2-rc0