Skip to content

Commit

Permalink
Merge pull request #40 from maheshrayas/release-v0.9.2
Browse files Browse the repository at this point in the history
Update install.yaml
  • Loading branch information
maheshrayas committed Apr 10, 2024
2 parents f7a7eb2 + e93af5f commit ae25eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/deployment-slack-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: kube-saver
containers:
- name: kube-saver-operator
image: maheshrayas/kube-saver:v0.8.0
image: maheshrayas/kube-saver:v0.9.2
args:
- "--rules=/config/rules.yaml" #rules for downscale
- "--interval=60" # every 60 secs, the controller will check the resources to downscale or upscale
Expand Down
2 changes: 1 addition & 1 deletion k8s/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: kube-saver
containers:
- name: kube-saver-operator
image: maheshrayas/kube-saver:v0.9.1
image: maheshrayas/kube-saver:v0.9.2
args:
- "--rules=/config/rules.yaml" #rules for downscale
- "--interval=60" # every 60 secs, the controller will check the resources to downscale or upscale
Expand Down

0 comments on commit ae25eaf

Please sign in to comment.