From d6929b3212f719ebf97218e506b1175525719b95 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:17:57 +0200 Subject: [PATCH] fix: disable version checking for helm charts (#37) * fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz * fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz * fix: disable version checking for helm charts Signed-off-by: Thomas Schuetz --------- Signed-off-by: Thomas Schuetz --- .github/workflows/test.yaml | 2 +- chart/operator/Chart.yaml | 2 +- chart/operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b5590538..28aef71c 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' 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 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