Skip to content

Commit

Permalink
update final manifests (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 authored Feb 15, 2024
1 parent 8354a45 commit 1a46e8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,11 +539,11 @@ metadata:
"value": "powermax-reverseproxy-config"
}
],
"image": "dellemc/csipowermax-reverseproxy:v2.8.0",
"image": "dellemc/csipowermax-reverseproxy:v2.8.1",
"name": "csipowermax-reverseproxy"
}
],
"configVersion": "v2.8.0",
"configVersion": "v2.8.1",
"enabled": true,
"forceRemoveModule": true,
"name": "csireverseproxy"
Expand Down Expand Up @@ -1271,7 +1271,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Storage
containerImage: docker.io/dellemc/dell-csm-operator:v1.4.2
createdAt: "2024-02-09T10:04:24Z"
createdAt: "2024-02-15T06:30:39Z"
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
Expand Down
6 changes: 3 additions & 3 deletions config/samples/storage_v1_csm_powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ spec:
# enabled: Always set to true
enabled: true
forceRemoveModule: true
configVersion: v2.8.0
configVersion: v2.8.1
components:
- name: csipowermax-reverseproxy
# image: Define the container images used for the reverse proxy
# Default value: None
# Example: "csipowermax-reverseproxy:v2.8.0"
image: dellemc/csipowermax-reverseproxy:v2.8.0
# Example: "csipowermax-reverseproxy:v2.8.1"
image: dellemc/csipowermax-reverseproxy:v2.8.1
envs:
# "tlsSecret" defines the TLS secret that is created with certificate
# and its associated key
Expand Down

0 comments on commit 1a46e8a

Please sign in to comment.