From a6e05c6fb417e9d32b47be444508e71a7e3ec03c Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 20 Jan 2024 11:22:38 -0800 Subject: [PATCH] Fix linter Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0831997ee..13fdea91e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: - name: Check metrics configuration run: | # install metrics-configuration-checker - curl -fsSL -o metrics-configuration-checker https://github.com/kmodules/metrics-configuration-checker/releases/download/v0.0.2/metrics-configuration-checker-linux-amd64 + curl -fsSL -o metrics-configuration-checker https://github.com/kmodules/metrics-configuration-checker/releases/latest/download/metrics-configuration-checker-linux-amd64 chmod +x metrics-configuration-checker sudo mv metrics-configuration-checker /usr/local/bin/metrics-configuration-checker # check kubedb-metrics chart