Skip to content

Commit

Permalink
chore: bump release to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshrayas committed Aug 22, 2022
1 parent feb6199 commit e836531
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions k8s/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ spec:
serviceAccountName: kube-saver
containers:
- name: kube-saver-operator
image: maheshrayas/kube-saver:v0.5.0
image: maheshrayas/kube-saver:v0.6.0
args:
- "--interval=60"
- "--debug"
- "--rules=/config/rules.yaml" #rules for downscale
- "--interval=60" # every 60 secs, the controller will check the resources to downscale or upscale
- "--debug" # remove to set log as INFO
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit e836531

Please sign in to comment.