From c6af463204f4cd621ea028cc01c8974f3a54fa46 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 16 Oct 2024 17:42:51 -0400 Subject: [PATCH] bump appwrapper to 0.26.0 for k8s setups (#85) --- 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 5327fc8..69e4d5a 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.25.0" +- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.26.0" labels: - pairs: @@ -14,7 +14,7 @@ labels: images: - name: quay.io/ibm/appwrapper - newTag: v0.25.0 + newTag: v0.26.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 5327fc8..69e4d5a 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.25.0" +- "https://github.com/project-codeflare/appwrapper/config/default?ref=v0.26.0" labels: - pairs: @@ -14,7 +14,7 @@ labels: images: - name: quay.io/ibm/appwrapper - newTag: v0.25.0 + newTag: v0.26.0 patches: - path: config_patch.yaml