Skip to content

Commit 58b9291

Browse files
authored
update appwrapper to v0.30.0 for vanilla Kubernetes (#113)
1 parent 51ef218 commit 58b9291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: setup.k8s-v1.27/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.28.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.30.0"
88

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

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

1919
patches:
2020
- path: config_patch.yaml

Diff for: 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.28.0"
7+
- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.30.0"
88

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

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

1919
patches:
2020
- path: config_patch.yaml

0 commit comments

Comments
 (0)