Skip to content

Commit

Permalink
Update vanilla k8s to use appwrapper v0.25.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Sep 26, 2024
1 parent 5a78e37 commit 7c9b00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.k8s-v1.25/appwrapper/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: mlbatch-system

resources:
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.24.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"

labels:
- pairs:
Expand All @@ -14,7 +14,7 @@ labels:

images:
- name: quay.io/ibm/appwrapper
newTag: v0.24.0
newTag: v0.25.0

patches:
- path: config_patch.yaml
Expand Down
4 changes: 2 additions & 2 deletions setup.k8s-v1.30/appwrapper/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: mlbatch-system

resources:
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.24.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"

labels:
- pairs:
Expand All @@ -14,7 +14,7 @@ labels:

images:
- name: quay.io/ibm/appwrapper
newTag: v0.24.0
newTag: v0.25.0

patches:
- path: config_patch.yaml
Expand Down

0 comments on commit 7c9b00b

Please sign in to comment.