diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index f6d9f4069fa27a407091ec864fb17a8673373ccb..f4fb72c03b7b54c4b9a0ed4fdd190c24eb18927a 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -15,7 +15,7 @@ jobs:
       - name: Fetch history
         run: git fetch --prune --unshallow        
       - name: Run lint
-        uses: helm/chart-testing-action@v1.2.0
+        uses: helm/chart-testing-action@v1.1.0
         with:
           command: lint
           config: .github/verify-config.yaml
diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 489a07b128bd28481ffca92f8530907e7869dc62..96dda2f9ce50032d355b2560295ce5e233d3d566 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,8 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-# This is the chart version
 version: 0.1.1
 
-# This is the version number of the application being deployed.
 appVersion: "13.0"