From f7ecadde802b0bc2c6296d6929bb4ad67f7ef30f Mon Sep 17 00:00:00 2001 From: Vitali Quiering Date: Sun, 8 Oct 2023 11:40:36 +0200 Subject: [PATCH] Update act-runner chart and app version to 0.1.2 and 0.2.6 respectively - Updated the chart version from 0.1.1 to 0.1.2 in Chart.yaml - Updated the app version from 0.2.3 to 0.2.6 in Chart.yaml - Also updated the image tag from 0.2.3 to 0.2.6 in values.yaml --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f23efb3..0dbc5f8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: act-runner type: application -version: 0.1.1 -appVersion: "0.2.3" +version: 0.1.2 +appVersion: "0.2.6" diff --git a/values.yaml b/values.yaml index 977ec48..4f789c1 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ image: repository: vqui/act_runner pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.2.3" + tag: "0.2.6" imagePullSecrets: [] nameOverride: ""