From 59888cb6e658efbfc09c3f3b93b82db2d474ab0b Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 31 Jul 2024 14:42:49 -0400 Subject: [PATCH] update to AppWrapper v0.23.0 for Kubernetes install (#29) --- setup.k8s-v1.25/appwrapper/kustomization.yaml | 4 ++-- setup.k8s-v1.30/appwrapper/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.k8s-v1.25/appwrapper/kustomization.yaml b/setup.k8s-v1.25/appwrapper/kustomization.yaml index abd8eff..166dc89 100644 --- a/setup.k8s-v1.25/appwrapper/kustomization.yaml +++ b/setup.k8s-v1.25/appwrapper/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: mlbatch-system resources: -- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.22.0" +- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.23.0" labels: - pairs: @@ -14,7 +14,7 @@ labels: images: - name: quay.io/ibm/appwrapper - newTag: v0.22.0 + newTag: v0.23.0 patches: - path: config_patch.yaml diff --git a/setup.k8s-v1.30/appwrapper/kustomization.yaml b/setup.k8s-v1.30/appwrapper/kustomization.yaml index abd8eff..166dc89 100644 --- a/setup.k8s-v1.30/appwrapper/kustomization.yaml +++ b/setup.k8s-v1.30/appwrapper/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: mlbatch-system resources: -- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.22.0" +- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.23.0" labels: - pairs: @@ -14,7 +14,7 @@ labels: images: - name: quay.io/ibm/appwrapper - newTag: v0.22.0 + newTag: v0.23.0 patches: - path: config_patch.yaml