Skip to content

Commit b5b6492

Browse files
authored
Merge pull request #22 from IBM/imageupdate
Upate to v1.0.4-alpha
2 parents 9066ac3 + 438bbba commit b5b6492

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: controller
7-
newName: ashimagarg/csi
8-
newTag: "53"
7+
newName: icr.io/ibm/ibm-object-csi-driver-operator
8+
newTag: v1.0.4-alpha

config/samples/csi_v1alpha1_ibmobjectcsi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
1414
controller:
1515
repository: icr.io/ibm/ibm-object-csi-driver
16-
tag: "v1.0.3-alpha"
16+
tag: "v1.0.4-alpha"
1717
imagePullPolicy: IfNotPresent
1818
resources:
1919
limits:
@@ -36,7 +36,7 @@ spec:
3636
# and csi-node-driver-registrar and livenessprobe sidecars.
3737
node:
3838
repository: icr.io/ibm/ibm-object-csi-driver
39-
tag: "v1.0.3-alpha"
39+
tag: "v1.0.4-alpha"
4040
imagePullPolicy: Always
4141
resources:
4242
limits:

0 commit comments

Comments
 (0)