From 5249a54fd522fe4ea28684f6334e3832d17f2a1c Mon Sep 17 00:00:00 2001 From: Sharat Akhoury Date: Wed, 4 Dec 2024 18:36:34 -0500 Subject: [PATCH] Update siteconfig deployment manifests Signed-off-by: Sharat Akhoury --- Makefile | 2 +- bundle/manifests/siteconfig.clusterserviceversion.yaml | 8 ++++---- config/manager/kustomization.yaml | 2 +- config/manager/manager.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bcb81783..3645ee3e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 2.12.0 +VERSION ?= 2.13.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle/manifests/siteconfig.clusterserviceversion.yaml b/bundle/manifests/siteconfig.clusterserviceversion.yaml index c9002ace..6b73d72e 100644 --- a/bundle/manifests/siteconfig.clusterserviceversion.yaml +++ b/bundle/manifests/siteconfig.clusterserviceversion.yaml @@ -210,7 +210,7 @@ metadata: capabilities: Basic Install operators.operatorframework.io/builder: operator-sdk-v1.33.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 - name: siteconfig.v2.12.0 + name: siteconfig.v2.13.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -434,13 +434,13 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect command: - - /usr/local/bin/manager + - /usr/local/bin/siteconfig-manager env: - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/stolostron/siteconfig-operator:2.12.0 + image: quay.io/stolostron/siteconfig-operator:2.13.0 imagePullPolicy: Always livenessProbe: httpGet: @@ -534,4 +534,4 @@ spec: maturity: alpha provider: name: Red Hat - version: 2.12.0 + version: 2.13.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a759e593..aea256d7 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/stolostron/siteconfig-operator - newTag: 2.12.0 + newTag: 2.13.0 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 217ca0eb..a4d89625 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -44,7 +44,7 @@ spec: type: RuntimeDefault containers: - command: - - /usr/local/bin/manager + - /usr/local/bin/siteconfig-manager args: - --leader-elect env: