From 50a6a6300c71d3ce7e615596f48ca026365ba9c9 Mon Sep 17 00:00:00 2001 From: mw Date: Wed, 21 Dec 2022 19:39:09 +0100 Subject: [PATCH] update kubernetes manifest --- example_configs/pmml_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/pmml_deployment.yml b/example_configs/pmml_deployment.yml index 167e4b5..f8b3c34 100644 --- a/example_configs/pmml_deployment.yml +++ b/example_configs/pmml_deployment.yml @@ -16,7 +16,7 @@ spec: spec: containers: - name: pmml - image: torarg/pmml:0.1.4 + image: torarg/pmml:0.1.5 volumeMounts: - mountPath: "/.pmmlrc" subPath: ".pmmlrc"