1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 06:59:25 +00:00

Change helper images to official rancher images

This commit is contained in:
galal-hussein
2017-11-29 03:35:18 +02:00
parent 5876560b9f
commit 39ef2e92a6
10 changed files with 14 additions and 358 deletions

View File

@@ -9,7 +9,7 @@ import (
)
const (
NginxProxyImage = "husseingalal/nginx-nodeporxy:dev"
NginxProxyImage = "rancher/rke-nginx-proxy:0.1.0"
NginxProxyEnvName = "CP_HOSTS"
)