commit | a27f031072b76877ca8442d65a6a47d9e63376a8 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Wed Apr 18 12:07:41 2018 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Wed Apr 18 12:27:23 2018 +0200 |
tree | 36b8fa4c0d403d688973186105297c0dadc86722 | |
parent | 72cafb3aa00193b5d491fed45e89306be8af8b8a [diff] |
Removed references to tcpcloud docker repos Change-Id: Ibfb05319320c7f4fc86598e45f908a14105d39ea
diff --git a/kubernetes/control/flask_hello.yml b/kubernetes/control/flask_hello.yml index f7b41e5..3d07f26 100644 --- a/kubernetes/control/flask_hello.yml +++ b/kubernetes/control/flask_hello.yml
@@ -19,7 +19,7 @@ name: flask-hello container: flask-hello: - image: ${_param:cicd_control_address}:5000/tcpcloud/python-flask-hello + image: ${_param:cicd_control_address}:5000/Mirantis/python-flask-hello image_pull_policy: Always ports: - port: 5000