diff --git a/README.md b/README.md index bed83d3..576610e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you've had problems with ingress-nginx, cert-manager, LetsEncrypt ACME HTTP01 ## One-line install ```shell -kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.0/deploy.yml +kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.1/deploy.yml ``` If you're using [ingress-nginx](https://kubernetes.github.io/ingress-nginx/) and [cert-manager](https://github.com/jetstack/cert-manager), it will work out of the box. See detailed installation and testing instructions below. @@ -72,7 +72,7 @@ The `dig` should show the external load balancer IP address. The first `curl` sh ### Step 1: Install hairpin-proxy in your Kubernetes cluster ```shell -kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.0/deploy.yml +kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.1/deploy.yml ``` If you're using `ingress-nginx`, this will work as-is. @@ -129,5 +129,5 @@ To resolve this, we need to rewrite the DNS on the Node itself. The Node does no To install this DaemonSet: ```shell -kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.0/deploy-etchosts-daemonset.yml +kubectl apply -f https://raw.githubusercontent.com/compumike/hairpin-proxy/v0.2.1/deploy-etchosts-daemonset.yml ``` diff --git a/deploy-etchosts-daemonset.yml b/deploy-etchosts-daemonset.yml index 1506a94..1adc01d 100644 --- a/deploy-etchosts-daemonset.yml +++ b/deploy-etchosts-daemonset.yml @@ -16,7 +16,7 @@ spec: spec: serviceAccountName: hairpin-proxy-controller-sa containers: - - image: compumike/hairpin-proxy-controller:0.2.0 + - image: compumike/hairpin-proxy-controller:0.2.1 name: main command: ["/app/src/main.rb", "--etc-hosts", "/app/etchosts"] volumeMounts: diff --git a/deploy.yml b/deploy.yml index 0135d6e..82b7183 100644 --- a/deploy.yml +++ b/deploy.yml @@ -23,7 +23,7 @@ spec: app: hairpin-proxy-haproxy spec: containers: - - image: compumike/hairpin-proxy-haproxy:0.2.0 + - image: compumike/hairpin-proxy-haproxy:0.2.1 name: main resources: requests: @@ -151,7 +151,7 @@ spec: runAsUser: 405 runAsGroup: 65533 containers: - - image: compumike/hairpin-proxy-controller:0.2.0 + - image: compumike/hairpin-proxy-controller:0.2.1 name: main resources: requests: