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