Skip to content

Commit 5bd2a4e

Browse files
authored
Prepare for AppWrapper v1.2.0 release (#387)
1 parent 9eb1eef commit 5bd2a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
5151
and configured, simply run the command:
5252

5353
```sh
54-
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.1.2/install.yaml
54+
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.2.0/install.yaml
5555
```
5656

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

site/_config.yml

Lines changed: 1 addition & 1 deletion
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: v1.1.2
28+
appwrapper_version: v1.2.0
2929

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

0 commit comments

Comments
 (0)