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 @@ -51,7 +51,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
51
51
and configured, simply run the command:
52
52
53
53
``` sh
54
- kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.1.1 /install.yaml
54
+ kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.1.2 /install.yaml
55
55
```
56
56
57
57
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 : v1.1.1
28
+ appwrapper_version : v1.1.2
29
29
30
30
# Outputting
31
31
permalink : /:categories/:title/
You can’t perform that action at this time.
0 commit comments