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

updating image references to quay.io #539

Merged
merged 10 commits into from
Oct 22, 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
10 changes: 5 additions & 5 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-isilon:v2.12.0
image: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -24,13 +24,13 @@ images:

# CSM sidecars
replication:
image: dellemc/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
podmon:
image: dellemc/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
authorization:
image: dellemc/csm-authorization-sidecar:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.11.0
metadataretriever:
image: dellemc/csi-metadata-retriever:v1.8.0
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.8.0

# CSI driver log level
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/charts/csireverseproxy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: dellemc/csipowermax-reverseproxy:v2.11.0
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.11.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
16 changes: 8 additions & 8 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powermax:v2.12.0
image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0
csireverseproxy:
image: dellemc/csipowermax-reverseproxy:v2.11.0
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.11.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -73,17 +73,17 @@ images:
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
# CSM sidecars
replication:
image: dellemc/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
authorization:
image: dellemc/csm-authorization-sidecar:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.11.0
migration:
image: dellemc/dell-csi-migrator:v1.5.0
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.5.0
podmon:
image: dellemc/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: dellemc/dell-csi-node-rescanner:v1.4.0
# Default value: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
noderescan:
image: dellemc/dell-csi-node-rescanner:v1.4.0
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.4.0
## K8S/DRIVER ATTRIBUTES
########################
# customDriverName: If enabled, sets the driver name to the
Expand Down
10 changes: 5 additions & 5 deletions charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version: v2.12.0
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powerstore:v2.12.0
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -47,13 +47,13 @@ images:

# CSM sidecars
replication:
image: dellemc/dell-csi-replicator:v1.9.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.9.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
metadataretriever:
image: dellemc/csi-metadata-retriever:v1.8.0
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.8.0

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-unity:v2.12.0
image: quay.io/dell/container-storage-modules/csi-unity:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -26,7 +26,7 @@ images:

# CSM sidecars
podmon:
image: dellemc/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.11.0

# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
10 changes: 5 additions & 5 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: v2.12.0
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-vxflexos:v2.12.0
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0
# "powerflexSdc" defines the SDC image for init container.
powerflexSdc:
image: dellemc/sdc:4.5.2.1
Expand All @@ -30,13 +30,13 @@ images:
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
# CSM sidecars
replication:
image: dellemc/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
authorization:
image: dellemc/csm-authorization-sidecar:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.11.0

# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
# If user does not use certificate, set to 0
Expand Down
10 changes: 5 additions & 5 deletions charts/csm-authorization-v2.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ authorization:
# images to use in installation
images:
proxyService:
image: dellemc/csm-authorization-proxy:v2.0.0-alpha
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v2.0.0-alpha
tenantService:
image: dellemc/csm-authorization-tenant:v2.0.0-alpha
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v2.0.0-alpha
roleService:
image: dellemc/csm-authorization-role:v2.0.0-alpha
image: quay.io/dell/container-storage-modules/csm-authorization-role:v2.0.0-alpha
storageService:
image: dellemc/csm-authorization-storage:v2.0.0-alpha
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v2.0.0-alpha
authorizationController:
image: dellemc/csm-authorization-controller:v2.0.0-alpha
image: quay.io/dell/container-storage-modules/csm-authorization-controller:v2.0.0-alpha
opa:
image: openpolicyagent/opa
opaKubeMgmt:
Expand Down
8 changes: 4 additions & 4 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ authorization:
# images to use in installation
images:
proxyService:
image: dellemc/csm-authorization-proxy:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v1.11.0
tenantService:
image: dellemc/csm-authorization-tenant:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v1.11.0
roleService:
image: dellemc/csm-authorization-role:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-role:v1.11.0
storageService:
image: dellemc/csm-authorization-storage:v1.11.0
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v1.11.0
opa:
image: openpolicyagent/opa
opaKubeMgmt:
Expand Down
6 changes: 0 additions & 6 deletions charts/csm-installer/Chart.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/csm-installer/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions charts/csm-installer/templates/certificates.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions charts/csm-installer/templates/cluster-init.yaml

This file was deleted.

Loading