Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
and configured, simply run the command:

```sh
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.12.0/install.yaml
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.13.0/install.yaml
```

The controller runs in the `appwrapper-system` namespace.
Expand Down
2 changes: 1 addition & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper

# Variables for use in pages
gh_main_url: https://github.com/project-codeflare/appwrapper/blob/main
appwrapper_version: v0.12.0
appwrapper_version: v0.13.0
kueue_version: v0.6.2

# Outputting
Expand Down