Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Chang node image to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs committed Feb 21, 2022
1 parent e552e97 commit 333ce98
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/storageosoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/related_images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 333ce98

Please sign in to comment.