From 5cfe7e3090f34a90cbc36c8790b7c2ae7e5bf083 Mon Sep 17 00:00:00 2001 From: Mahesh Rayas Date: Mon, 23 Oct 2023 09:30:55 +1100 Subject: [PATCH] Update install.yaml --- k8s/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/install.yaml b/k8s/install.yaml index 5dc79d5..eca80f1 100644 --- a/k8s/install.yaml +++ b/k8s/install.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: kube-saver containers: - name: kube-saver-operator - image: maheshrayas/kube-saver:v0.8.0 + image: maheshrayas/kube-saver:v0.9.0 args: - "--rules=/config/rules.yaml" #rules for downscale - "--interval=60" # every 60 secs, the controller will check the resources to downscale or upscale