This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0
1515 RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
1616 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1
17- RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5 .0
17+ RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6 .0
1818 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v1.0.0
1919 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v1.0.0
2020 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Original file line number Diff line number Diff line change 1515 RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0
1616 RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
1717 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1
18- RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5 .0
18+ RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6 .0
1919 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.2
2020 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.2
2121 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ EXTERNAL_PROVISIONER_IMAGE ?= storageos/csi-provisioner:v2.1.1-patched
8383EXTERNAL_ATTACHER_IMAGE ?= quay.io/k8scsi/csi-attacher:v3.1.0
8484EXTERNAL_RESIZER_IMAGE ?= quay.io/k8scsi/csi-resizer:v1.1.0
8585INIT_IMAGE ?= storageos/init:v2.1.1
86- NODE_IMAGE ?= storageos/node:v2.5 .0
86+ NODE_IMAGE ?= storageos/node:v2.6 .0
8787NODE_MANAGER_VERSION ?= v0.0.2
8888NODE_MANAGER_IMAGE ?= storageos/node-manager:$(NODE_MANAGER_VERSION )
8989NODE_MANAGER_MANIFESTS_IMAGE ?= storageos/node-manager-manifests:$(NODE_MANAGER_VERSION )
Original file line number Diff line number Diff line change 99 RELATED_IMAGE_NODE_MANAGER : storageos/node-manager:v0.0.2
1010 RELATED_IMAGE_PORTAL_MANAGER : storageos/portal-manager:v1.0.1
1111 RELATED_IMAGE_STORAGEOS_INIT : storageos/init:v2.1.1
12- RELATED_IMAGE_STORAGEOS_NODE : storageos/node:v2.5 .0
12+ RELATED_IMAGE_STORAGEOS_NODE : storageos/node:v2.6 .0
1313 RELATED_IMAGE_UPGRADE_GUARD : storageos/upgrade-guard:v0.0.2
1414kind : ConfigMap
1515metadata :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metadata:
2424 containerImage : storageos/operator:v2.5.0
2525 createdAt : " "
2626 description : Cloud-native, persistent storage for containers.
27- operators.operatorframework.io/builder : operator-sdk-v1.7 .1+git
27+ operators.operatorframework.io/builder : operator-sdk-v1.6 .1+git
2828 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
2929 repository : https://github.com/storageos/operator
3030 support : StorageOS, Inc
@@ -789,7 +789,7 @@ spec:
789789 envFrom :
790790 - configMapRef :
791791 name : storageos-related-images
792- image : storageos/operator:v2.6.0
792+ image : storageos/operator:test
793793 livenessProbe :
794794 httpGet :
795795 path : /healthz
@@ -805,11 +805,11 @@ spec:
805805 periodSeconds : 10
806806 resources :
807807 limits :
808- cpu : 100m
808+ cpu : 250m
809809 memory : 200Mi
810810 requests :
811- cpu : 5m
812- memory : 80Mi
811+ cpu : 10m
812+ memory : 100Mi
813813 securityContext :
814814 allowPrivilegeEscalation : false
815815 volumeMounts :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER=storageos/csi-provisioner:v2.1.1-patche
44RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0
55RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
66RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1
7- RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5 .0
7+ RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6 .0
88RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.2
99RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.2
1010RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
You can’t perform that action at this time.
0 commit comments