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

Commit

Permalink
regenerate bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee committed Feb 21, 2023
1 parent 2f394fb commit 5cbe5c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.5
RELATED_IMAGE_CLI: storageos/cli:v2.10.0-beta.8
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-11
RELATED_IMAGE_STORAGEOS_NODE: soegarots/node:v2-release-v2.10.0-13
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.7
image: storageos/operator:v2.10.0-beta.8
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.7
newTag: v2.10.0-beta.8
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-11
RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.10.0-13
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.5
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.8

0 comments on commit 5cbe5c9

Please sign in to comment.