Skip to content

Commit eec606b

Browse files
committed
cleanup
1 parent 056302c commit eec606b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66
images:
77
- name: controller
8-
newName: quay.io/maschmid/mcg-adapter
9-
newTag: latest
8+
newName: example.com/mcg-adapter
9+
newTag: v0.0.1

noobaa-connection-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# before running this secript, install the CRD and the mcg-adapter from this repo:
88
# make install
9-
# make deploy IMG=quay.io/maschmid/mcg-adapter:latest
9+
# make deploy IMG=<some-registry>/mcg-adapter:tag
1010

1111
oc create secret generic mcg-adapter-connection \
1212
--from-file=connect.json=/dev/stdin -n openshift-storage <<EOF

noobaa-kafka-connection-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# Before running this script, install the CRD and the mcg-adapter from this repo:
1010
# make install
11-
# make deploy-kafka IMG=quay.io/maschmid/mcg-adapter:latest
11+
# make deploy-kafka IMG=<some-registry>/mcg-adapter:tag
1212

1313
set -Eeuxo pipefail
1414

0 commit comments

Comments
 (0)