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

Commit

Permalink
bump versions, generate bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Feb 27, 2023
1 parent 5cbe5c9 commit 9cb1fe5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
RELATED_IMAGE_SNAPSHOT_CONTROLLER=k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-13
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-15
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.9
RELATED_IMAGE_NODE_GUARD=storageos/node-guard:v0.0.2
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0
RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.8
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.9
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develop-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ env:
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
RELATED_IMAGE_SNAPSHOT_CONTROLLER=k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-13
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-15
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.9
RELATED_IMAGE_NODE_GUARD=storageos/node-guard:v0.0.2
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0
RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.8
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.9
jobs:
cancel-previous:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EXTERNAL_SNAPSHOTTER_VERSION ?= v4.2.1
EXTERNAL_SNAPSHOTTER_IMAGE ?= k8s.gcr.io/sig-storage/csi-snapshotter:$(EXTERNAL_SNAPSHOTTER_VERSION)
SNAPSHOT_CONTROLLER_IMAGE ?= k8s.gcr.io/sig-storage/snapshot-controller:$(EXTERNAL_SNAPSHOTTER_VERSION)
INIT_IMAGE ?= storageos/init:v2.1.3
NODE_IMAGE ?= soegarots/node:v2-release-v2.10.0-13
NODE_IMAGE ?= soegarots/node:v2-release-v2.10.0-15
NODE_MANAGER_VERSION ?= v0.0.9
NODE_MANAGER_IMAGE ?= storageos/node-manager:$(NODE_MANAGER_VERSION)
NODE_MANAGER_MANIFESTS_IMAGE ?= storageos/node-manager-manifests
Expand All @@ -59,7 +59,7 @@ LIVENESS_PROBE_IMAGE ?= registry.k8s.io/sig-storage/livenessprobe:v2.8.0
METRICS_EXPORTER_VERSION ?= v0.1.7
METRICS_EXPORTER_IMAGE ?= storageos/metrics-exporter:$(METRICS_EXPORTER_VERSION)
METRICS_EXPORTER_MANIFESTS_URL ?= https://github.com/ondat/metrics-exporter/releases/download/$(METRICS_EXPORTER_VERSION)/bundle.yaml
CLI_VERSION ?= v2.10.0-beta.8
CLI_VERSION ?= v2.10.0-beta.9
CLI_IMAGE ?= storageos/cli:$(CLI_VERSION)

# The related image environment variables. These are used in the opreator's
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/storageos-related-images_v1_configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
RELATED_IMAGE_API_MANAGER: storageos/api-manager:v1.2.16
RELATED_IMAGE_CLI: storageos/cli:v2.10.0-beta.8
RELATED_IMAGE_CLI: storageos/cli:v2.10.0-beta.9
RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3: k8s.gcr.io/sig-storage/csi-attacher:v3.5.0
RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER: storageos/csi-provisioner:v3.3.0-patched
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER: k8s.gcr.io/sig-storage/csi-resizer:v1.6.0
Expand All @@ -14,7 +14,7 @@ data:
RELATED_IMAGE_PORTAL_MANAGER: storageos/portal-manager:v1.0.7
RELATED_IMAGE_SNAPSHOT_CONTROLLER: k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
RELATED_IMAGE_STORAGEOS_INIT: storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE: soegarots/node:v2-release-v2.10.0-13
RELATED_IMAGE_STORAGEOS_NODE: soegarots/node:v2-release-v2.10.0-15
kind: ConfigMap
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ spec:
envFrom:
- configMapRef:
name: storageos-related-images
image: storageos/operator:v2.10.0-beta.8
image: storageos/operator:v2.10.0-beta.9
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.10.0-beta.8
newTag: v2.10.0-beta.9
4 changes: 2 additions & 2 deletions config/manager/related_images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=k8s.gcr.io/sig-storage/csi-resizer:v1.6.0
RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
RELATED_IMAGE_SNAPSHOT_CONTROLLER=k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.3
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-13
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-15
RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.9
RELATED_IMAGE_NODE_GUARD=storageos/node-guard:v0.0.2
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0
RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.8
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.9

0 comments on commit 9cb1fe5

Please sign in to comment.