Skip to content

Commit

Permalink
METAL-3331: Fix chart version (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger authored Feb 24, 2022
1 parent 48e9ca6 commit fa098fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: helm/chart-testing-action@v2.2.0

- name: Run chart-testing (lint)
run: ct lint --validate-maintainers=false --check-version-increment=false
run: ct lint --validate-maintainers=false

lint:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
kubeVersion: ">= 1.19-prerelease <= 1.22-prerelease"
appVersion: "1.3.1"
appVersion: "1.4.0"
description: A Database Operator
name: db-operator
version: 1.1.3
version: 1.1.4

0 comments on commit fa098fe

Please # to comment.