Skip to content

Commit

Permalink
misc: improve the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
machine424 committed Feb 11, 2024
1 parent 2a8ca04 commit 6660d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ Check the code and comments in [main.py](./main.py) for more details.
helm repo add kube-hpa-scale-to-zero https://machine424.github.io/kube-hpa-scale-to-zero
helm install RELEASE_NAME kube-hpa-scale-to-zero/kube-hpa-scale-to-zero -n RELEASE_NAMESPACE
```

See [here](https://github.com/machine424/kube-hpa-scale-to-zero/tree/gh-pages) for more details.

- Run the docker image:

Docker images are published [here](https://hub.docker.com/r/machine424/kube-hpa-scale-to-zero).
Docker images are published [here](https://hub.docker.com/r/machine424/kube-hpa-scale-to-zero/tags).

- Or clone the repo and run (needs Python `>=3.10`):

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kube-hpa-scale-to-zero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kube-hpa-scale-to-zero
description: See https://github.com/machine424/kube-hpa-scale-to-zero
type: application
# Please Do not change this, it'll be done during the release.
# Please DO NOT change the versions, it'll be done during the release.
version: 0.4.0
appVersion: "0.4.0"

0 comments on commit 6660d89

Please sign in to comment.