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

Commit

Permalink
bump versions for v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Sep 14, 2022
1 parent 5384429 commit a3b3677
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.3-2
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.3
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
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/develop-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.3-2
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.3
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
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 @@ -47,7 +47,7 @@ EXTERNAL_ATTACHER_IMAGE ?= quay.io/k8scsi/csi-attacher:v3.1.0
EXTERNAL_RESIZER_IMAGE ?= quay.io/k8scsi/csi-resizer:v1.1.0
EXTERNAL_SNAPSHOTTER_IMAGE ?= quay.io/k8scsi/csi-snapshotter:v4.0.0
INIT_IMAGE ?= storageos/init:v2.1.3
NODE_IMAGE ?= soegarots/node:v2-release-v2.8.3-2
NODE_IMAGE ?= storageos/node:v2.8.3
NODE_MANAGER_VERSION ?= v0.0.8
NODE_MANAGER_IMAGE ?= storageos/node-manager:$(NODE_MANAGER_VERSION)
NODE_MANAGER_MANIFESTS_IMAGE ?= storageos/node-manager-manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
RELATED_IMAGE_NODE_MANAGER: storageos/node-manager:v0.0.8
RELATED_IMAGE_PORTAL_MANAGER: storageos/portal-manager:v1.0.6
RELATED_IMAGE_STORAGEOS_INIT: storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE: soegarots/node:v2-release-v2.8.3-2
RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.8.3
RELATED_IMAGE_UPGRADE_GUARD: storageos/upgrade-guard:v0.0.4
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ spec:
envFrom:
- configMapRef:
name: storageos-related-images
image: storageos/operator:v2.8.3-beta.1
image: storageos/operator:v2.8.3
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: storageos/operator
newTag: v2.8.3-beta.1
newTag: v2.8.3
2 changes: 1 addition & 1 deletion config/manager/related_images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.3-2
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.3
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8
RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
Expand Down

0 comments on commit a3b3677

Please sign in to comment.