Skip to content

Commit

Permalink
bump appwrapper to 0.27.0 for vanilla k8s installs (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Nov 5, 2024
1 parent 5314681 commit aa6a58a
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.26.0"
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.27.0"

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

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

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

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

patches:
- path: config_patch.yaml
Expand Down

0 comments on commit aa6a58a

Please sign in to comment.