File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
37
37
and configured, simply run the command:
38
38
39
39
``` sh
40
- kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.21.0 /install.yaml
40
+ kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.21.1 /install.yaml
41
41
```
42
42
43
43
The controller runs in the ` appwrapper-system ` namespace.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper
25
25
26
26
# Variables for use in pages
27
27
gh_main_url : https://github.com/project-codeflare/appwrapper/blob/main
28
- appwrapper_version : v0.21.0
28
+ appwrapper_version : v0.21.1
29
29
30
30
# Outputting
31
31
permalink : /:categories/:title/
You can’t perform that action at this time.
0 commit comments