From 18ff099504eb221cb01ac1e4c329e80ec4e4845b Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Mon, 20 Apr 2020 00:29:29 +0200 Subject: [PATCH] v20.4.3 --- README.rst | 6 +++--- chart/kube-resource-report/Chart.yaml | 2 +- chart/kube-resource-report/values.yaml | 2 +- deploy/deployment-with-cm.yaml | 6 +++--- deploy/deployment.yaml | 6 +++--- pyproject.toml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index a6f9191..a16f652 100644 --- a/README.rst +++ b/README.rst @@ -122,7 +122,7 @@ Running as Docker container $ kubectl proxy & # start proxy to your cluster (e.g. Minikube) $ # run kube-resource-report and generate static HTML to ./output - $ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.4.2 /output + $ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.4.3 /output **For macOS**: @@ -130,7 +130,7 @@ Running as Docker container $ kubectl proxy --accept-hosts '.*' & # start proxy to your cluster (e.g. Minikube) $ # run kube-resource-report and generate static HTML to ./output - $ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.4.2 /output + $ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.4.3 /output -------------------- Application Registry @@ -198,7 +198,7 @@ For available icon names, see the `Font Awesome gallery with free icons "]