Skip to content

Commit

Permalink
Umstellung auf registry.gitlab.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-b committed May 13, 2021
1 parent 4ca1feb commit 78ac9da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion iot-kafka-alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
spec:
containers:
- name: iot-kafka-alert
image: misegr/iot-kafka-alert
image: registry.gitlab.com/mc-b/iot-kafka/iot-kafka-alert
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion iot-kafka-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: iot-kafka-consumer
image: misegr/iot-kafka-consumer
image: registry.gitlab.com/mc-b/iot-kafka/iot-kafka-consumer
imagePullPolicy: IfNotPresent
# Volumes im Container
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion iot-kafka-pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
spec:
containers:
- name: iot-kafka-pipe
image: misegr/iot-kafka-pipe
image: registry.gitlab.com/mc-b/iot-kafka/iot-kafka-pipe
imagePullPolicy: IfNotPresent
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Installationsscript iot.kafka

# Abhaengige Images
docker pull confluentinc/cp-kafka:latest
docker pull confluentinc/cp-zookeeper:latest
docker pull devicexx/mqtt-kafka-bridge
docker pull registry.gitlab.com/mc-b/iot-kafka/cp-kafka:latest
docker pull registry.gitlab.com/mc-b/iot-kafka/cp-zookeeper:latest
#docker pull devicexx/mqtt-kafka-bridge

0 comments on commit 78ac9da

Please sign in to comment.