Skip to content

Commit c6af463

Browse files
authoredOct 16, 2024··
bump appwrapper to 0.26.0 for k8s setups (#85)
1 parent 638d552 commit c6af463

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎setup.k8s-v1.25/appwrapper/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: mlbatch-system
55

66
resources:
7-
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.26.0"
88

99
labels:
1010
- pairs:
@@ -14,7 +14,7 @@ labels:
1414

1515
images:
1616
- name: quay.io/ibm/appwrapper
17-
newTag: v0.25.0
17+
newTag: v0.26.0
1818

1919
patches:
2020
- path: config_patch.yaml

‎setup.k8s-v1.30/appwrapper/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: mlbatch-system
55

66
resources:
7-
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.26.0"
88

99
labels:
1010
- pairs:
@@ -14,7 +14,7 @@ labels:
1414

1515
images:
1616
- name: quay.io/ibm/appwrapper
17-
newTag: v0.25.0
17+
newTag: v0.26.0
1818

1919
patches:
2020
- path: config_patch.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.