Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit ea1f36e

Browse files
committed
v20.7.0
1 parent 107cd80 commit ea1f36e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ Running as Docker container
124124
125125
$ kubectl proxy & # start proxy to your cluster (e.g. Minikube)
126126
$ # run kube-resource-report and generate static HTML to ./output
127-
$ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.4.5 /output
127+
$ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.0 /output
128128
129129
**For macOS**:
130130

131131
.. code-block::
132132
133133
$ kubectl proxy --accept-hosts '.*' & # start proxy to your cluster (e.g. Minikube)
134134
$ # run kube-resource-report and generate static HTML to ./output
135-
$ 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.5 /output
135+
$ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.0 /output
136136
137137
--------------------
138138
Application Registry
@@ -217,7 +217,7 @@ Reference the functions via ``{module-name}.{function-name}``, e.g. ``--map-pod-
217217
Settings
218218
--------
219219

220-
You can run ``docker run --rm hjacobs/kube-resource-report:20.4.5 --help`` to find out information.
220+
You can run ``docker run --rm hjacobs/kube-resource-report:20.7.0 --help`` to find out information.
221221

222222
Besides this, you can also pass environment variables:
223223

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
containers:
1919
- name: kube-resource-report
2020
# see https://github.com/hjacobs/kube-resource-report/releases
21-
image: hjacobs/kube-resource-report:20.4.5
21+
image: hjacobs/kube-resource-report:20.7.0
2222
args:
2323
- --update-interval-minutes=1
2424
# this is just an example, e.g. for Minikube: assume 30 USD/month cluster costs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kube_resource_report"
3-
version = "20.4.5"
3+
version = "20.7.0"
44
description = "Report Kubernetes cluster and pod resource requests vs usage and generate static HTML"
55
authors = ["Henning Jacobs <[email protected]>"]
66

0 commit comments

Comments
 (0)