From ab9ba60b4904c6bf454c079040baedf3825ea31a Mon Sep 17 00:00:00 2001 From: Ricardo Osorio Date: Wed, 8 Feb 2023 09:21:13 +0000 Subject: [PATCH] Update manifests --- api/v1/zz_generated.deepcopy.go | 1 + bundle/manifests/storageosoperator.clusterserviceversion.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 1479cde6..35236ed9 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -43,6 +43,7 @@ func (in *ContainerResources) DeepCopyInto(out *ContainerResources) { in.PortalManagerContainer.DeepCopyInto(&out.PortalManagerContainer) in.MetricsExporterContainer.DeepCopyInto(&out.MetricsExporterContainer) in.CLIContainer.DeepCopyInto(&out.CLIContainer) + in.SnapshotControllerContainer.DeepCopyInto(&out.SnapshotControllerContainer) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerResources. diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index 21846843..11c85161 100644 --- a/bundle/manifests/storageosoperator.clusterserviceversion.yaml +++ b/bundle/manifests/storageosoperator.clusterserviceversion.yaml @@ -900,7 +900,7 @@ spec: envFrom: - configMapRef: name: storageos-related-images - image: storageos/operator:v2.10.0-beta.5 + image: storageos/operator:v2.10.0-beta.6 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 26175483..7b518d2b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: storageos/operator - newTag: v2.10.0-beta.5 + newTag: v2.10.0-beta.6