Skip to content

Commit 7c9b00b

Browse files
authored
Update vanilla k8s to use appwrapper v0.25.0 (#68)
1 parent 5a78e37 commit 7c9b00b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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.24.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"
88

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

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

1919
patches:
2020
- path: config_patch.yaml

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

Lines changed: 2 additions & 2 deletions
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.24.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.25.0"
88

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

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

1919
patches:
2020
- path: config_patch.yaml

0 commit comments

Comments
 (0)