From a5cbd34dabf9a2c147d503876e83b642f068a356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Thu, 17 Oct 2024 19:12:12 +0200 Subject: [PATCH] Fix autotag issue --- .github/workflows/release-autotag.yaml | 1 + chart/Chart.yaml | 2 +- manifests/kots-helm.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-autotag.yaml b/.github/workflows/release-autotag.yaml index bcf85655..6434ef05 100644 --- a/.github/workflows/release-autotag.yaml +++ b/.github/workflows/release-autotag.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - fix-autotag paths: - VERSION jobs: diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cffe2985..637c1fe3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://carto.com/ annotations: minVersion: "2023.10.25" -version: 1.134.1 +version: 1.134.2 diff --git a/manifests/kots-helm.yaml b/manifests/kots-helm.yaml index 8f56c80b..06c34062 100644 --- a/manifests/kots-helm.yaml +++ b/manifests/kots-helm.yaml @@ -7,7 +7,7 @@ metadata: spec: chart: name: carto - chartVersion: 1.134.1 + chartVersion: 1.134.2 builder: replicated: enabled: true