@@ -11,7 +11,7 @@ Setup kubectl and Helm using kubeconfig file.
1111#### Example
1212
1313``` yaml
14- - uses : aboutbits/github-actions-kubernetes/setup-kubectl-and-helm@v3
14+ - uses : aboutbits/github-actions-kubernetes/setup-kubectl-and-helm@v4
1515 with :
1616 kubeconfig : ${{ secrets.KUBECONFIG }}
1717` ` `
@@ -33,7 +33,7 @@ Deploy application to a Kubernetes Cluster. Requires Kubernetes to be configured
3333# ### Example
3434
3535` ` ` yaml
36- - uses: aboutbits/github-actions-kubernetes/kubectl-deploy@v3
36+ - uses: aboutbits/github-actions-kubernetes/kubectl-deploy@v4
3737 with:
3838 deployment-file: 'infrastructure/kubernetes.prod.yml'
3939 namespace-name: ${{ env.NAMESPACE_NAME }}
@@ -58,7 +58,7 @@ Deploy an application to a Kubernetes cluster using its Helm chart. Requires Kub
5858# ### Example
5959
6060` ` ` yaml
61- - uses: aboutbits/github-actions-kubernetes/helm-deploy@v3
61+ - uses: aboutbits/github-actions-kubernetes/helm-deploy@v4
6262 with:
6363 helm-chart-version: "1.0.0"
6464 helm-package: "my-app-chart"
@@ -97,7 +97,7 @@ Sets up a PostgreSQL preview schema by cloning a base schema.
9797# ### Example
9898
9999` ` ` yaml
100- - uses: aboutbits/github-actions-kubernetes/setup-postgres-preview-schema@v3
100+ - uses: aboutbits/github-actions-kubernetes/setup-postgres-preview-schema@v4
101101 with:
102102 deployment-name: my-app
103103 namespace: my-namespace
@@ -124,7 +124,7 @@ Drops the PostgreSQL preview schema.
124124# ### Example
125125
126126` ` ` yaml
127- - uses: aboutbits/github-actions-kubernetes/teardown-postgres-preview-schema@v3
127+ - uses: aboutbits/github-actions-kubernetes/teardown-postgres-preview-schema@v4
128128 with:
129129 deployment-name: my-app
130130 namespace: my-namespace
0 commit comments