Skip to content

Commit

Permalink
[stable/kube-downscaler] bump version to be k8s>=1.25 ready (#543)
Browse files Browse the repository at this point in the history
Update verison of kube-downscaler

Kube-downscaler does not propperly handle k8s>=v1.25 Cronjobs see: https://codeberg.org/hjacobs/kube-downscaler/issues/39

Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
dani-CO-CN and max-rocket-internet authored Nov 13, 2023
1 parent 3c60ac7 commit af6262f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/kube-downscaler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kube-downscaler
apiVersion: v1
version: "0.7.3"
appVersion: 23.2.0
version: "0.7.4"
appVersion: 23.2.0-6-gc9b88e8
description: Scale down Kubernetes deployments after work hours
keywords:
- k8s pods scheduler
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-downscaler/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-downscaler

![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square) ![AppVersion: 23.2.0](https://img.shields.io/badge/AppVersion-23.2.0-informational?style=flat-square)
![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square) ![AppVersion: 23.2.0-6-gc9b88e8](https://img.shields.io/badge/AppVersion-23.2.0--6--gc9b88e8-informational?style=flat-square)

Scale down Kubernetes deployments after work hours

Expand Down

0 comments on commit af6262f

Please sign in to comment.