diff --git a/bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml b/bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml index adb1f22..d0be5be 100644 --- a/bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml +++ b/bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml @@ -22,7 +22,7 @@ metadata: } ] capabilities: Seamless Upgrades - containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 createdAt: "2025-02-19T00:54:24Z" features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "true" @@ -31,7 +31,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: <4.3.1 + olm.skipRange: <4.3.2 operators.openshift.io/infrastructure-features: '["disconnected"]' operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 @@ -42,7 +42,7 @@ metadata: operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported - name: ibm-namespace-scope-operator.v4.3.1 + name: ibm-namespace-scope-operator.v4.3.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -131,7 +131,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 imagePullPolicy: IfNotPresent name: ibm-namespace-scope-operator resources: @@ -251,7 +251,7 @@ spec: minKubeVersion: 1.19.0 provider: name: IBM - version: 4.3.1 + version: 4.3.2 relatedImages: - - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3848640..720653e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: icr.io/cpopen/ibm-namespace-scope-operator newName: icr.io/cpopen/ibm-namespace-scope-operator - newTag: 4.3.1 + newTag: 4.3.2 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 7c26eac..7076d07 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -46,7 +46,7 @@ spec: containers: - command: - /namespace-scope-operator-manager - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 imagePullPolicy: IfNotPresent name: ibm-namespace-scope-operator env: diff --git a/config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml b/config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml index b1fd12c..eb339a7 100644 --- a/config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml @@ -4,7 +4,7 @@ metadata: annotations: alm-examples: '[]' capabilities: Seamless Upgrades - containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + containerImage: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 createdAt: "2020-11-2T15:38:33Z" features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "true" @@ -13,7 +13,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: <4.3.1 + olm.skipRange: <4.3.2 operators.openshift.io/infrastructure-features: '["disconnected"]' operators.operatorframework.io/builder: operator-sdk-v1.1.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 @@ -68,6 +68,6 @@ spec: provider: name: IBM relatedImages: - - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.1 + - image: icr.io/cpopen/ibm-namespace-scope-operator:4.3.2 name: IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE version: 0.0.0 diff --git a/helm-cluster-scoped/Chart.yaml b/helm-cluster-scoped/Chart.yaml index 16f3df4..1a88397 100644 --- a/helm-cluster-scoped/Chart.yaml +++ b/helm-cluster-scoped/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ibm-namespace-scope-operator-cluster-scoped description: Helm chart for ibm-namespace-scope-operator type: application -version: "4.3.1" -appVersion: "4.3.1" +version: "4.3.2" +appVersion: "4.3.2" sources: - https://github.com/IBM/ibm-namespace-scope-operator diff --git a/helm/Chart.yaml b/helm/Chart.yaml index cc7fdef..039d9ec 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ibm-namespace-scope-operator description: Helm chart for ibm-namespace-scope-operator type: application -version: "4.3.1" -appVersion: "4.3.1" +version: "4.3.2" +appVersion: "4.3.2" sources: - https://github.com/IBM/ibm-namespace-scope-operator diff --git a/helm/templates/01-operator-deployment.yaml b/helm/templates/01-operator-deployment.yaml index 771b5cf..53109a0 100644 --- a/helm/templates/01-operator-deployment.yaml +++ b/helm/templates/01-operator-deployment.yaml @@ -54,7 +54,7 @@ spec: ] capabilities: Seamless Upgrades productName: IBM Cloud Platform Common Services - containerImage: {{ .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.3.1 + containerImage: {{ .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.3.2 productMetric: FREE spec: restartPolicy: Always @@ -108,7 +108,7 @@ spec: type: RuntimeDefault imagePullPolicy: IfNotPresent terminationMessagePolicy: File - image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.3.1 + image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/ibm-namespace-scope-operator:4.3.2 serviceAccount: ibm-namespace-scope-operator dnsPolicy: ClusterFirst strategy: diff --git a/version/version.go b/version/version.go index 58d53ca..d8a15ba 100644 --- a/version/version.go +++ b/version/version.go @@ -17,5 +17,5 @@ package version var ( - Version = "4.3.1" + Version = "4.3.2" )