Skip to content

Commit

Permalink
fixes att-comdev#306: missing rabbitmq image (att-comdev#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1k0d3n authored and wilkers-steve committed Mar 30, 2017
1 parent 2035206 commit 2a55782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ network:
management: '15672'

images:
rabbitmq: "registry.mcp.fuel-infra.org/mcp/rabbitmq:ocata-unstable"
rabbitmq: "quay.io/attcomdev/fuel-mcp-rabbitmq:ocata-unstable"
dep_check: "quay.io/stackanetes/kubernetes-entrypoint:v0.1.1"
pull_policy: "IfNotPresent"

Expand Down
2 changes: 1 addition & 1 deletion travis-ci/kubeadm_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

docker run -it -e quay.io/attcomdev/kubeadm-ci:v1.1.0 --name kubeadm-ci --privileged=true -d --net=host --security-opt seccomp:unconfined --cap-add=SYS_ADMIN -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /var/run/docker.sock:/var/run/docker.sock quay.io/attcomdev/kubeadm-ci:v1.1.0 /sbin/init
docker run -it -e srwilkers/kubeadm-ci:unstable --name kubeadm-ci --privileged=true -d --net=host --security-opt seccomp:unconfined --cap-add=SYS_ADMIN -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /var/run/docker.sock:/var/run/docker.sock srwilkers/kubeadm-ci:unstable /sbin/init

docker exec kubeadm-ci kubeadm.sh

0 comments on commit 2a55782

Please sign in to comment.