From a825ec04b16049ee89e9e8726c8ed1f25191721a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:52:24 +0000 Subject: [PATCH] chore(deps): update docker image octoprint/octoprint to v1.10.1 --- projects/octoprint/chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/octoprint/chart/values.yaml b/projects/octoprint/chart/values.yaml index 46fd2963..c0e29128 100644 --- a/projects/octoprint/chart/values.yaml +++ b/projects/octoprint/chart/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: octoprint/octoprint # -- image tag - tag: 1.10.0-minimal + tag: 1.10.1-minimal # -- image pull policy pullPolicy: IfNotPresent