From fbcd97a5b1327e3db90fe17b3e494d217e7466f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Alejandro=20Marug=C3=A1n?= Date: Thu, 15 Aug 2024 14:20:33 +0200 Subject: [PATCH] chore: clean jdk_version --- .github/workflows/release.yaml | 2 +- charts/cruise-control/Chart.yaml | 2 +- ct.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 924562d..269e6b9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release charts +name: Release Cruise Control chart on: workflow_dispatch: diff --git a/charts/cruise-control/Chart.yaml b/charts/cruise-control/Chart.yaml index 99c5d5f..84b0250 100644 --- a/charts/cruise-control/Chart.yaml +++ b/charts/cruise-control/Chart.yaml @@ -8,7 +8,7 @@ maintainers: url: https://ialejandro.rocks sources: - https://github.com/linkedin/cruise-control -version: 0.0.1 +version: 1.0.0 appVersion: jdk17-cc2.5.138 home: https://github.com/devops-ia/helm-cruise-control keywords: diff --git a/ct.yaml b/ct.yaml index 037a4ea..2da3947 100644 --- a/ct.yaml +++ b/ct.yaml @@ -1,6 +1,6 @@ # See https://github.com/helm/chart-testing#configuration chart-dirs: charts -check-version-increment: true +check-version-increment: false debug: false remote: origin target-branch: main