Skip to content

Commit f4e6e8e

Browse files
authored
prepare for 0.30 release (#291)
1 parent 49ed460 commit f4e6e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
5555
and configured, simply run the command:
5656

5757
```sh
58-
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.29.0/install.yaml
58+
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.30.0/install.yaml
5959
```
6060

6161
The controller runs in the `appwrapper-system` namespace.

site/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper
2525

2626
# Variables for use in pages
2727
gh_main_url: https://github.com/project-codeflare/appwrapper/blob/main
28-
appwrapper_version: v0.29.0
28+
appwrapper_version: v0.30.0
2929

3030
# Outputting
3131
permalink: /:categories/:title/

0 commit comments

Comments
 (0)