Use redhat official image with openshift (#9007)

pull/8914/head^2
Aaron Ogle 8 years ago committed by GitHub
parent 226e720b9d
commit b20152549a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .openshift/rocket-chat-ephemeral.json
  2. 8
      .openshift/rocket-chat-persistent.json

@ -151,7 +151,7 @@
"name": "rocketchat"
},
"spec": {
"dockerImageRepository": "docker.io/rocket.chat",
"dockerImageRepository": "registry.connect.redhat.com/rocketchat",
"tags": [
{
"name": "latest",
@ -208,8 +208,8 @@
],
"from": {
"kind": "ImageStreamTag",
"namespace": "openshift",
"name": "rocket-chat:latest"
"namespace": "${NAMESPACE}",
"name": "rocketchat:latest"
}
}
}
@ -242,7 +242,7 @@
"containers": [
{
"name": "rocketchat",
"image": "rocketchat/rocket.chat:latest",
"image": "registry.connect.redhat.com/rocketchat/rocketchat:latest",
"ports": [
{
"containerPort": 3000,

@ -171,7 +171,7 @@
"name": "rocketchat"
},
"spec": {
"dockerImageRepository": "docker.io/rocket.chat",
"dockerImageRepository": "registry.connect.redhat.com/rocketchat/rocketchat",
"tags": [
{
"name": "latest",
@ -228,8 +228,8 @@
],
"from": {
"kind": "ImageStreamTag",
"namespace": "openshift",
"name": "rocket.chat:latest"
"namespace": "${NAMESPACE}",
"name": "rocketchat:latest"
}
}
}
@ -262,7 +262,7 @@
"containers": [
{
"name": "rocketchat",
"image": "rocketchat/rocket.chat:latest",
"image": "registry.connect.redhat.com/rocketchat/rocketchat:latest",
"ports": [
{
"containerPort": 3000,

Loading…
Cancel
Save