@@ -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@v2
14+ - uses : aboutbits/github-actions-kubernetes/setup-kubectl-and-helm@v4
1515 with :
1616 kubeconfig : ${{ secrets.KUBECONFIG }}
1717` ` `
@@ -36,7 +36,7 @@ Deploy application to a Kubernetes Cluster. Requires Kubernetes to be configured
3636# ### Example
3737
3838` ` ` yaml
39- - uses: aboutbits/github-actions-kubernetes/kubectl-deploy@v2
39+ - uses: aboutbits/github-actions-kubernetes/kubectl-deploy@v4
4040 with:
4141 deployment-file: 'infrastructure/kubernetes.prod.yml'
4242 namespace-name: ${{ env.NAMESPACE_NAME }}
@@ -61,7 +61,7 @@ Deploy an application to a Kubernetes cluster using its Helm chart. Requires Kub
6161# ### Example
6262
6363` ` ` yaml
64- - uses: aboutbits/github-actions-kubernetes/helm-deploy@v2
64+ - uses: aboutbits/github-actions-kubernetes/helm-deploy@v4
6565 with:
6666 helm-chart-version: "1.0.0"
6767 helm-package: "my-app-chart"
@@ -100,7 +100,7 @@ Undeploy a Helm deployment from a Kubernetes cluster. Checks if the release exis
100100# ### Example
101101
102102` ` ` yaml
103- - uses: aboutbits/github-actions-kubernetes/helm-undeploy@v2
103+ - uses: aboutbits/github-actions-kubernetes/helm-undeploy@v4
104104 with:
105105 release-name: my-app
106106 namespace: my-namespace
@@ -122,7 +122,7 @@ Creates an S3 preview prefix by copying from the main prefix.
122122# ### Example
123123
124124` ` ` yaml
125- - uses: aboutbits/github-actions-kubernetes/setup-s3-preview@v2
125+ - uses: aboutbits/github-actions-kubernetes/setup-s3-preview@v4
126126 with:
127127 configmap-name: my-app-environments
128128 namespace: my-namespace
@@ -154,7 +154,7 @@ Deletes the S3 preview prefix.
154154# ### Example
155155
156156` ` ` yaml
157- - uses: aboutbits/github-actions-kubernetes/teardown-s3-preview@v2
157+ - uses: aboutbits/github-actions-kubernetes/teardown-s3-preview@v4
158158 with:
159159 configmap-name: my-app-environments
160160 namespace: my-namespace
@@ -185,7 +185,7 @@ Sets up a PostgreSQL preview schema by cloning a base schema.
185185# ### Example
186186
187187` ` ` yaml
188- - uses: aboutbits/github-actions-kubernetes/setup-postgres-preview-schema@v2
188+ - uses: aboutbits/github-actions-kubernetes/setup-postgres-preview-schema@v4
189189 with:
190190 configmap-name: my-app-environments
191191 namespace: my-namespace
@@ -218,7 +218,7 @@ Drops the PostgreSQL preview schema.
218218# ### Example
219219
220220` ` ` yaml
221- - uses: aboutbits/github-actions-kubernetes/teardown-postgres-preview-schema@v2
221+ - uses: aboutbits/github-actions-kubernetes/teardown-postgres-preview-schema@v4
222222 with:
223223 configmap-name: my-app-environments
224224 namespace: my-namespace
0 commit comments