From 24981334c0b2636337eed69031ceab3c1f4cacef Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 9 Jul 2023 15:11:04 +0200 Subject: [PATCH] chore(deps): update dependency fairwindsops/polaris to v8.3.0 (#58) Reviewed-on: https://gitea.rknet.org/docker/kube-tools/pulls/58 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14a8d9d..7725912 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ENV KUSTOMIZE_VERSION="${KUSTOMIZE_VERSION:-v5.1.0}" # renovate: datasource=github-releases depName=yannh/kubeconform ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.2}" # renovate: datasource=github-releases depName=FairwindsOps/polaris -ENV POLARIS_VERSION="${POLARIS_VERSION:-8.2.3}" +ENV POLARIS_VERSION="${POLARIS_VERSION:-8.3.0}" # renovate: datasource=pypi depName=flux-local ENV FLUX_LOCAL_VERSION="${FLUX_LOCAL_VERSION:-3.0.0}"