Skip to content

Commit

Permalink
version updates (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooseppi-luna authored Mar 15, 2024
1 parent 4e74385 commit 2460374
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 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.4.3" \
version="1.4.4" \
license="Dell CSM Operator Apache License"

# copy the licenses folder
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1270,14 +1270,14 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Storage
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.3
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.4
createdAt: "2024-03-01T09:00:22Z"
description: Easily install and manage Dell’s CSI Drivers and CSM
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/dell/csm-operator
support: Dell Technologies
name: dell-csm-operator.v1.4.3
name: dell-csm-operator.v1.4.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -3539,7 +3539,7 @@ spec:
- --leader-elect
command:
- /manager
image: docker.io/dellemc/dell-csm-operator:v1.4.3
image: docker.io/dellemc/dell-csm-operator:v1.4.4
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3600,7 +3600,7 @@ spec:
name: Dell Technologies
url: https://github.com/dell/csm-operator
relatedImages:
- image: docker.io/dellemc/dell-csm-operator:v1.4.3
- image: docker.io/dellemc/dell-csm-operator:v1.4.4
name: dell-csm-operator
- image: docker.io/dellemc/csi-isilon:v2.9.1
name: csi-isilon
Expand Down Expand Up @@ -3656,4 +3656,4 @@ spec:
name: cert-persister
skips:
- dell-csm-operator.v1.4.0
version: 1.4.3
version: 1.4.4
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.4.3
newTag: v1.4.4
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.4.3
newTag: v1.4.4
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.4.3
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.4
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.4.3
name: dell-csm-operator.v1.4.4
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1217,7 +1217,7 @@ spec:
name: Dell Technologies
url: https://github.com/dell/csm-operator
relatedImages:
- image: docker.io/dellemc/dell-csm-operator:v1.4.3
- image: docker.io/dellemc/dell-csm-operator:v1.4.4
name: dell-csm-operator
- image: docker.io/dellemc/csi-isilon:v2.9.1
name: csi-isilon
Expand Down Expand Up @@ -1255,4 +1255,4 @@ spec:
name: kube-rbac-proxy
skips:
- dell-csm-operator.v1.4.0
version: 1.4.3
version: 1.4.4
2 changes: 1 addition & 1 deletion controllers/csm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const (
CSMFinalizerName = "finalizer.dell.emc.com"

// CSMVersion -
CSMVersion = "v1.9.3"
CSMVersion = "v1.9.4"
)

var (
Expand Down
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.4.3
image: docker.io/dellemc/dell-csm-operator:v1.4.4
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,14 +1250,14 @@ spec:
labels:
control-plane: controller-manager
annotations:
storage.dell.com/CSMVersion: v1.9.3
storage.dell.com/CSMVersion: v1.9.4
spec:
containers:
- args:
- --leader-elect
command:
- /manager
image: docker.io/dellemc/dell-csm-operator:v1.4.3
image: docker.io/dellemc/dell-csm-operator:v1.4.4
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.4.3.001
VERSION ?= v1.4.3
# Operator version tagged with build number. For e.g. - v1.4.4.001
VERSION ?= v1.4.4

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

# 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.4.3).
# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v1.4.4).
CATALOG_IMG ?= "$(REGISTRY)/$(CATALOG_IMAGE_TAG_BASE_COMMUNITY):$(VERSION)"

0 comments on commit 2460374

Please sign in to comment.