Skip to content

Commit

Permalink
Bump up csm-operator version to 1.4.0 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh3108 authored Oct 18, 2023
1 parent bb9d6d3 commit 06f4963
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LABEL vendor="Dell Inc." \
name="dell-csm-operator" \
summary="Operator for installing Dell CSI Drivers and Dell CSM Modules" \
description="Common Operator for installing various Dell CSI Drivers and Dell CSM Modules" \
version="1.3.0" \
version="1.4.0" \
license="Dell CSM Operator Apache License"

# copy the licenses folder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ OPM = $(shell which opm)
endif
endif

# A comma-separated list of bundle images (e.g. make catalog-build BUNDLE_IMGS=example.com/operator-bundle:v0.1.0,example.com/operator-bundle:v1.3.0).
# A comma-separated list of bundle images (e.g. make catalog-build BUNDLE_IMGS=example.com/operator-bundle:v0.1.0,example.com/operator-bundle:v1.4.0).
# These images MUST exist in a registry and be pull-able.
BUNDLE_IMGS ?= $(BUNDLE_IMG)

Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,14 +1194,14 @@ metadata:
]
capabilities: Basic Install
categories: Storage
containerImage: docker.io/dellemc/dell-csm-operator:v1.3.0
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.0
createdAt: "2022-03-29T11:59:59Z"
description: Easily install and manage Dell’s CSI Drivers and CSM
operators.operatorframework.io/builder: operator-sdk-v1.14.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/dell/csm-operator
support: Dell Technologies
name: dell-csm-operator.v1.3.0
name: dell-csm-operator.v1.4.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -2414,7 +2414,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.io/dellemc/dell-csm-operator:v1.3.0
image: docker.io/dellemc/dell-csm-operator:v1.4.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2475,7 +2475,7 @@ spec:
name: Dell Technologies
url: https://github.com/dell/csm-operator
relatedImages:
- image: docker.io/dellemc/dell-csm-operator:v1.3.0
- image: docker.io/dellemc/dell-csm-operator:v1.4.0
name: dell-csm-operator
- image: docker.io/dellemc/csi-isilon:v2.8.0
name: csi-isilon
Expand Down Expand Up @@ -2511,5 +2511,5 @@ spec:
name: podmon-node
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
name: kube-rbac-proxy
replaces: dell-csm-operator.v1.2.0
version: 1.3.0
replaces: dell-csm-operator.v1.3.0
version: 1.4.0
2 changes: 1 addition & 1 deletion config/install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bases:
images:
- name: controller
newName: docker.io/dellemc/dell-csm-operator
newTag: v1.3.0
newTag: v1.4.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/dellemc/dell-csm-operator
newTag: v1.3.0
newTag: v1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Storage
containerImage: docker.io/dellemc/dell-csm-operator:v1.3.0
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.0
createdAt: "2022-03-29T11:59:59Z"
description: Easily install and manage Dell’s CSI Drivers and CSM
repository: https://github.com/dell/csm-operator
support: Dell Technologies
name: dell-csm-operator.v1.3.0
name: dell-csm-operator.v1.4.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
name: Dell Technologies
url: https://github.com/dell/csm-operator
relatedImages:
- image: docker.io/dellemc/dell-csm-operator:v1.3.0
- image: docker.io/dellemc/dell-csm-operator:v1.4.0
name: dell-csm-operator
- image: docker.io/dellemc/csi-isilon:v2.8.0
name: csi-isilon
Expand Down Expand Up @@ -523,5 +523,5 @@ spec:
name: podmon-node
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
name: kube-rbac-proxy
replaces: dell-csm-operator.v1.2.0
version: 1.3.0
replaces: dell-csm-operator.v1.3.0
version: 1.4.0
2 changes: 1 addition & 1 deletion deploy/olm/operator_community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: test-csm-operator-olm
spec:
sourceType: grpc
image: docker.io/dellemc/dell-csm-operator:v1.3.0
image: docker.io/dellemc/dell-csm-operator:v1.4.0
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.io/dellemc/dell-csm-operator:v1.3.0
image: docker.io/dellemc/dell-csm-operator:v1.4.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ BUNDLE_IMAGE_TAG_BASE_COMMUNITY ?= dell-csm-community-operator-bundle
# Image tag base for community catalog images
CATALOG_IMAGE_TAG_BASE_COMMUNITY ?= dell-csm-community-operator-catalog

# Operator version tagged with build number. For e.g. - v1.3.0.001
VERSION ?= v1.3.0
# Operator version tagged with build number. For e.g. - v1.4.0.001
VERSION ?= v1.4.0

# Bundle Version is the semantic version(required by operator-sdk)
BUNDLE_VERSION ?= 1.3.0
BUNDLE_VERSION ?= 1.4.0

# Timestamp local builds
TIMESTAMP := $(shell date +%Y%m%d%H%M%S)
Expand All @@ -37,5 +37,5 @@ IMG ?= "$(REGISTRY)/$(IMAGE_TAG_BASE):$(VERSION)"
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
BUNDLE_IMG ?= "$(REGISTRY)/$(BUNDLE_IMAGE_TAG_BASE_COMMUNITY):$(VERSION)"

# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v1.3.0).
# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v1.4.0).
CATALOG_IMG ?= "$(REGISTRY)/$(CATALOG_IMAGE_TAG_BASE_COMMUNITY):$(VERSION)"

0 comments on commit 06f4963

Please sign in to comment.