From 46ebbbc2a30692e3d7af75397c728936d70bc755 Mon Sep 17 00:00:00 2001 From: Vitali Quiering Date: Mon, 9 Oct 2023 17:41:16 +0200 Subject: [PATCH] Update act-runner chart version to 1.0.0 - The version of the act-runner chart has been updated from 0.1.2 to 1.0.0. This change signifies a major update in the application. --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 0dbc5f8..a9a2c7c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: act-runner type: application -version: 0.1.2 +version: 1.0.0 appVersion: "0.2.6"