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 1/3] 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 From a86700412e493ce9d46ffb85288ec0b4bf97a655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Thu, 17 Oct 2024 19:13:40 +0200 Subject: [PATCH 2/3] Temp change --- .github/workflows/release-autotag.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-autotag.yaml b/.github/workflows/release-autotag.yaml index 6434ef05..36824a18 100644 --- a/.github/workflows/release-autotag.yaml +++ b/.github/workflows/release-autotag.yaml @@ -4,8 +4,8 @@ on: branches: - main - fix-autotag - paths: - - VERSION + # paths: + # - VERSION jobs: create-tag: runs-on: ubuntu-20.04 From 0df2e6cf21096a70337f1c7562d641212f5b89d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Thu, 17 Oct 2024 19:14:27 +0200 Subject: [PATCH 3/3] Revert --- .github/workflows/release-autotag.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-autotag.yaml b/.github/workflows/release-autotag.yaml index 36824a18..bcf85655 100644 --- a/.github/workflows/release-autotag.yaml +++ b/.github/workflows/release-autotag.yaml @@ -3,9 +3,8 @@ on: push: branches: - main - - fix-autotag - # paths: - # - VERSION + paths: + - VERSION jobs: create-tag: runs-on: ubuntu-20.04