diff --git a/.github/workflows/chart-doc.yaml b/.github/workflows/chart-doc.yaml
index e9e83a2..29996f7 100644
--- a/.github/workflows/chart-doc.yaml
+++ b/.github/workflows/chart-doc.yaml
@@ -40,6 +40,6 @@ jobs:
           git config --local user.name "GitHub Actions"
           git commit charts/*/README.md -m 'Update helm-docs and README.md' || echo "No changes to commit"
 
-      - uses: r-lib/actions/pr-push@main
+      - uses: r-lib/actions/pr-push@v2
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/charts/postgrest/Chart.yaml b/charts/postgrest/Chart.yaml
index abde556..6d88e85 100644
--- a/charts/postgrest/Chart.yaml
+++ b/charts/postgrest/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
 name: postgrest
 description: A Helm chart for deploying Postgrest to Kubernetes
 type: application
-version: 0.3.2
-appVersion: v8.0.0
+version: 0.3.3
+appVersion: v11.1.0
 icon: https://avatars.githubusercontent.com/u/15115011?s=200&v=4
 maintainers:
   - name: colearendt
diff --git a/charts/postgrest/NEWS.md b/charts/postgrest/NEWS.md
index 0b18199..a708db5 100644
--- a/charts/postgrest/NEWS.md
+++ b/charts/postgrest/NEWS.md
@@ -1,3 +1,7 @@
+# 0.3.3
+
+- Bump PostgREST version to v11.1.0
+
 # 0.3.2
 
 - Update ingress to use newer template, api version, etc.
diff --git a/charts/postgrest/README.md b/charts/postgrest/README.md
index 277af59..30e27e8 100644
--- a/charts/postgrest/README.md
+++ b/charts/postgrest/README.md
@@ -1,14 +1,14 @@
 # postgrest
 
-![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v8.0.0](https://img.shields.io/badge/AppVersion-v8.0.0-informational?style=flat-square)
+![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v11.1.0](https://img.shields.io/badge/AppVersion-v11.1.0-informational?style=flat-square)
 
 ## Installing the Chart
 
-To install the chart with the release name `my-release` at version 0.3.2:
+To install the chart with the release name `my-release` at version 0.3.3:
 
 ```bash
 helm repo add colearendt https://colearendt.github.io/helm
-helm install my-release colearendt/postgrest --version=0.3.2
+helm install my-release colearendt/postgrest --version=0.3.3
 ```
 
 #### _A Helm chart for deploying Postgrest to Kubernetes_