From eed3b61e1a79c1bd9f2d75bc9c600420fd4ad40f Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Fri, 28 Apr 2023 16:57:54 +0200 Subject: [PATCH 1/3] fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0ab81907..e2a4722f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' - run: ct lint --validate-maintainers=false --chart-dirs chart --target-branch ${{ github.event.repository.default_branch }} + run: ct lint --validate-maintainers=false --check-version-increment=false --chart-dirs chart --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' From 42b222563100a3f374229941b0aae0848f959d0a Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Fri, 28 Apr 2023 17:00:02 +0200 Subject: [PATCH 2/3] fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz --- chart/operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 0a9b27b4..f0ce60b7 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -23,4 +23,4 @@ version: 0.0.8 # x-release-please-version # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.0" +appVersion: "0.0.8" # x-release-please-version From 61eda1db0be7ae2d5ac49e621637a0af19d104b5 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Fri, 28 Apr 2023 17:01:40 +0200 Subject: [PATCH 3/3] fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz --- chart/operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/operator/values.yaml b/chart/operator/values.yaml index 48838a27..9f4569ff 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -25,7 +25,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.0.8 #x-release-please-version + tag: v0.0.8 # x-release-please-version resources: limits: cpu: 500m