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 @@ -36,7 +36,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
36
36
and configured, simply run the command:
37
37
38
38
``` sh
39
- kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.11.0 /install.yaml
39
+ kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.11.1 /install.yaml
40
40
```
41
41
42
42
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.11.0
28
+ appwrapper_version : v0.11.1
29
29
kueue_version : v0.6.2
30
30
31
31
# Outputting
You can’t perform that action at this time.
0 commit comments