kubernetes-sigs / descheduler

Descheduler for Kubernetes
https://sigs.k8s.io/descheduler
Apache License 2.0
4.24k stars 645 forks source link

Kustomize template ref=v0.28.0 references to 0.27.1 #1261

Closed fvasco closed 7 months ago

fvasco commented 9 months ago

The command:

kubectl create --dry-run=client -o yaml -k 'github.com/kubernetes-sigs/descheduler/kubernetes/job?ref=v0.28.0' | grep image

returns the output: image: registry.k8s.io/descheduler/descheduler:v0.27.1 The correct result should be: image: registry.k8s.io/descheduler/descheduler:v0.28.0

a7i commented 8 months ago

Thanks for bringing this up! We're in the process of releasing v0.28.1

a7i commented 7 months ago

Addressed in v0.28.1 Please feel free to reopen if you still see this issue