Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update final manifests #468

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading