Skip to content

Commit 37e778c

Browse files
committed
📝 docs
modified: README.md; modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/values.yaml
1 parent 04b6a51 commit 37e778c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Disclaimer:
3535
## Deploy - Helm
3636

3737
```bash
38-
helm install https://github.com/jatalocks/kube-reqsizer/releases/download/kube-reqsizer-0.3.0/kube-reqsizer-0.3.0.tgz
38+
helm install https://github.com/jatalocks/kube-reqsizer/releases/download/kube-reqsizer-0.4.0/kube-reqsizer-0.4.0.tgz
3939
```
4040
# Development
4141
## Getting Started

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.3.0
16+
version: 0.4.0

charts/kube-reqsizer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sampleSize: 1
22
minSeconds: 1
3-
enabledAnnotation: false
3+
enabledAnnotation: true
44
logLevel: info
55
# Namespace annotation filter
66
# Scale up / scale down requests

0 commit comments

Comments
 (0)