From a2789df504bd2604c830d68038c0aee78136270b Mon Sep 17 00:00:00 2001 From: Mahesh Rayas Date: Thu, 9 Jan 2025 15:54:24 +1100 Subject: [PATCH] feat: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- k8s/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b0175d..8c1bbb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "kube-saver" -version = "0.10.1" +version = "0.10.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4061f72..c7b64fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kube-saver" -version = "0.10.1" +version = "0.10.2" edition = "2021" authors = ["Mahesh Rayas"] diff --git a/k8s/install.yaml b/k8s/install.yaml index b744529..f6b5062 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.10.0 + image: maheshrayas/kube-saver:v0.10.2 args: - "--rules=/config/rules.yaml" #rules for downscale - "--interval=60" # every 60 secs, the controller will check the resources to downscale or upscale