Skip to content

Commit

Permalink
Merge pull request #64 from galal-hussein/official_images
Browse files Browse the repository at this point in the history
Change helper images to official rancher images
  • Loading branch information
Alena Prokharchyk authored Nov 29, 2017
2 parents 5876560 + 39ef2e9 commit c3d3bb8
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 358 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions package/certs-deployer/build-and-push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

ACCT=${ACCT:-rancher}

docker build -t $ACCT/rke-cert-deployer:0.1.0 .
docker push $ACCT/rke-cert-deployer:0.1.0
File renamed without changes.
10 changes: 0 additions & 10 deletions package/kubectl/Dockerfile

This file was deleted.

202 changes: 0 additions & 202 deletions package/kubectl/addons/kubedns.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions package/kubectl/entrypoint.sh

This file was deleted.

122 changes: 0 additions & 122 deletions package/kubectl/network/flannel.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions package/nginx-proxy/build-and-push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

ACCT=${ACCT:-rancher}

docker build -t $ACCT/rke-nginx-proxy:0.1.0 .
docker push $ACCT/rke-nginx-proxy:0.1.0
2 changes: 1 addition & 1 deletion pki/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pki

const (
CrtDownloaderImage = "husseingalal/crt-downloader:latest"
CrtDownloaderImage = "rancher/rke-cert-deployer:0.1.0"
CrtDownloaderContainer = "cert-deployer"
CertificatesSecretName = "k8s-certs"

Expand Down
2 changes: 1 addition & 1 deletion services/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
NginxProxyImage = "husseingalal/nginx-nodeporxy:dev"
NginxProxyImage = "rancher/rke-nginx-proxy:0.1.0"
NginxProxyEnvName = "CP_HOSTS"
)

Expand Down

0 comments on commit c3d3bb8

Please sign in to comment.