From 85293f22e64ffbdd1d4e2e1daeab2307bb28ff5e Mon Sep 17 00:00:00 2001 From: Jeeva Kandasamy Date: Thu, 25 Apr 2024 18:50:37 +0530 Subject: [PATCH] fix chart version Signed-off-by: Jeeva Kandasamy --- charts/tekton-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tekton-operator/Chart.yaml b/charts/tekton-operator/Chart.yaml index 59ac1a1a6b..3b07f2adaa 100644 --- a/charts/tekton-operator/Chart.yaml +++ b/charts/tekton-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tekton-operator description: A Helm chart to deploy the Tekton Operator and its CRDs type: application -version: 0.70.0 +version: 0.70.2 # corresponds to the version of tekton-operator # https://github.com/tektoncd/operator/releases appVersion: "v0.70.2"