diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index db20cf97..ef68f3ee 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -14,7 +14,7 @@ env: RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0 RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1 - RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5.0 + RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6.0 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v1.0.0 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v1.0.0 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db29ef43..b76dbdb1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ env: RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0 RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1 - RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5.0 + RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6.0 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.2 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.2 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0 diff --git a/Makefile b/Makefile index 5a63fe78..0d707512 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ EXTERNAL_PROVISIONER_IMAGE ?= storageos/csi-provisioner:v2.1.1-patched EXTERNAL_ATTACHER_IMAGE ?= quay.io/k8scsi/csi-attacher:v3.1.0 EXTERNAL_RESIZER_IMAGE ?= quay.io/k8scsi/csi-resizer:v1.1.0 INIT_IMAGE ?= storageos/init:v2.1.1 -NODE_IMAGE ?= storageos/node:v2.5.0 +NODE_IMAGE ?= storageos/node:v2.6.0 NODE_MANAGER_VERSION ?= v0.0.2 NODE_MANAGER_IMAGE ?= storageos/node-manager:$(NODE_MANAGER_VERSION) NODE_MANAGER_MANIFESTS_IMAGE ?= storageos/node-manager-manifests:$(NODE_MANAGER_VERSION) diff --git a/bundle/manifests/storageos-related-images_v1_configmap.yaml b/bundle/manifests/storageos-related-images_v1_configmap.yaml index f1825e5f..c540ad24 100644 --- a/bundle/manifests/storageos-related-images_v1_configmap.yaml +++ b/bundle/manifests/storageos-related-images_v1_configmap.yaml @@ -9,7 +9,7 @@ data: RELATED_IMAGE_NODE_MANAGER: storageos/node-manager:v0.0.2 RELATED_IMAGE_PORTAL_MANAGER: storageos/portal-manager:v1.0.1 RELATED_IMAGE_STORAGEOS_INIT: storageos/init:v2.1.1 - RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.5.0 + RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.6.0 RELATED_IMAGE_UPGRADE_GUARD: storageos/upgrade-guard:v0.0.2 kind: ConfigMap metadata: diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index 7c3369d7..9e86a8d2 100644 --- a/bundle/manifests/storageosoperator.clusterserviceversion.yaml +++ b/bundle/manifests/storageosoperator.clusterserviceversion.yaml @@ -24,7 +24,7 @@ metadata: containerImage: storageos/operator:v2.5.0 createdAt: "" description: Cloud-native, persistent storage for containers. - operators.operatorframework.io/builder: operator-sdk-v1.7.1+git + operators.operatorframework.io/builder: operator-sdk-v1.6.1+git operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/storageos/operator support: StorageOS, Inc @@ -789,7 +789,7 @@ spec: envFrom: - configMapRef: name: storageos-related-images - image: storageos/operator:v2.6.0 + image: storageos/operator:test livenessProbe: httpGet: path: /healthz @@ -805,11 +805,11 @@ spec: periodSeconds: 10 resources: limits: - cpu: 100m + cpu: 250m memory: 200Mi requests: - cpu: 5m - memory: 80Mi + cpu: 10m + memory: 100Mi securityContext: allowPrivilegeEscalation: false volumeMounts: diff --git a/config/manager/related_images_config.yaml b/config/manager/related_images_config.yaml index 1ae0104e..56ab6e13 100644 --- a/config/manager/related_images_config.yaml +++ b/config/manager/related_images_config.yaml @@ -4,7 +4,7 @@ RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER=storageos/csi-provisioner:v2.1.1-patche RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0 RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.1 -RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5.0 +RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.6.0 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.2 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.2 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0