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 7b64769..6ec577e 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-iam2.2.0 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