From 5485b42e86956fcee0500f5eaab2a430f18a0846 Mon Sep 17 00:00:00 2001 From: Andy Sadler Date: Fri, 26 Jul 2024 13:08:17 -0500 Subject: [PATCH] workspaces: bump to v0.1.0-alpha4 Signed-off-by: Andy Sadler --- .../base/operator/config/manager/kustomization.yaml | 2 +- .../workspaces/staging/stone-stage-p01/kustomization.yaml | 4 ++-- .../workspaces/staging/stone-stg-host/kustomization.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/workspaces/base/operator/config/manager/kustomization.yaml b/components/workspaces/base/operator/config/manager/kustomization.yaml index 2f980739d46..00ca6753c11 100644 --- a/components/workspaces/base/operator/config/manager/kustomization.yaml +++ b/components/workspaces/base/operator/config/manager/kustomization.yaml @@ -5,7 +5,7 @@ resources: images: - name: controller newName: quay.io/konflux-workspaces/workspaces-operator - newTag: v0.1.0-alpha3 + newTag: v0.1.0-alpha4 configMapGenerator: - behavior: replace literals: diff --git a/components/workspaces/staging/stone-stage-p01/kustomization.yaml b/components/workspaces/staging/stone-stage-p01/kustomization.yaml index f1ad20dc2b1..fdf5034ea25 100644 --- a/components/workspaces/staging/stone-stage-p01/kustomization.yaml +++ b/components/workspaces/staging/stone-stage-p01/kustomization.yaml @@ -5,10 +5,10 @@ resources: images: - name: workspaces/rest-api newName: quay.io/konflux-workspaces/workspaces-server - newTag: v0.1.0-alpha3 + newTag: v0.1.0-alpha4 - name: controller newName: quay.io/konflux-workspaces/workspaces-operator - newTag: v0.1.0-alpha3 + newTag: v0.1.0-alpha4 configMapGenerator: - behavior: merge diff --git a/components/workspaces/staging/stone-stg-host/kustomization.yaml b/components/workspaces/staging/stone-stg-host/kustomization.yaml index b0d80d16114..4b2b8399151 100644 --- a/components/workspaces/staging/stone-stg-host/kustomization.yaml +++ b/components/workspaces/staging/stone-stg-host/kustomization.yaml @@ -6,10 +6,10 @@ resources: images: - name: workspaces/rest-api newName: quay.io/konflux-workspaces/workspaces-server - newTag: v0.1.0-alpha3 + newTag: v0.1.0-alpha4 - name: controller newName: quay.io/konflux-workspaces/workspaces-operator - newTag: v0.1.0-alpha3 + newTag: v0.1.0-alpha4 configMapGenerator: - behavior: merge