Skip to content

Commit

Permalink
bump appwrapper to 0.26.0 for k8s setups (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 16, 2024
1 parent 638d552 commit c6af463
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.25.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.26.0"

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

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

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

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

patches:
- path: config_patch.yaml
Expand Down

0 comments on commit c6af463

Please sign in to comment.