Skip to content

Commit

Permalink
fix: CMD gets overwritten by args (#57)
Browse files Browse the repository at this point in the history
* fix: CMD gets overwritten by args

* feat: bump chart
  • Loading branch information
jonathan-mayer authored Sep 17, 2024
1 parent e086c1a commit ef731a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ FROM scratch

COPY --from=build /tmp/kubedownscaler/bin/gokubedownscaler /app/backend

CMD ["/app/gokubedownscaler"]
ENTRYPOINT ["/app/gokubedownscaler"]
4 changes: 2 additions & 2 deletions deployments/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: go-kube-downscaler
description: A Helm chart for deploying the go-kube-downscaler

type: application
version: 1.0.1
appVersion: 1.0.1
version: 1.0.2
appVersion: 1.0.2

0 comments on commit ef731a3

Please sign in to comment.