1
0

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
This commit is contained in:
Vitali Quiering
2023-10-08 11:40:36 +02:00
parent 2c1c059d6c
commit f7ecadde80
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
name: act-runner name: act-runner
type: application type: application
version: 0.1.1 version: 0.1.2
appVersion: "0.2.3" appVersion: "0.2.6"

View File

@@ -8,7 +8,7 @@ image:
repository: vqui/act_runner repository: vqui/act_runner
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "0.2.3" tag: "0.2.6"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""