From 11bb7e09c0191b3e55b4baee2d288826734e2f87 Mon Sep 17 00:00:00 2001 From: Henry McConville Date: Wed, 26 Apr 2023 16:24:31 +0100 Subject: [PATCH] fix: point manifest at latest release version (#41) --- manifests/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/install.yaml b/manifests/install.yaml index b476e44..e2a1d82 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -7,4 +7,4 @@ metadata: spec: sources: - web: - url: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.2.1/extension.tar + url: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.1/extension.tar