Skip to content

Commit

Permalink
update appwrapper to v0.30.0 for vanilla Kubernetes (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Dec 17, 2024
1 parent 51ef218 commit 58b9291
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.27/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.28.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.30.0"

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

images:
- name: quay.io/ibm/appwrapper
newTag: v0.28.0
newTag: v0.30.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.28.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.30.0"

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

images:
- name: quay.io/ibm/appwrapper
newTag: v0.28.0
newTag: v0.30.0

patches:
- path: config_patch.yaml
Expand Down

0 comments on commit 58b9291

Please sign in to comment.