From 3a18046e49d6a4d4275b382bd5962f797a94fb30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:04:59 +0000 Subject: [PATCH] chore(deps): update helm release k8up to v4.4.3 --- base/k8up/helmrelease.yaml | 2 +- crds/k8up/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/k8up/helmrelease.yaml b/base/k8up/helmrelease.yaml index f7b95d842..0db330a68 100644 --- a/base/k8up/helmrelease.yaml +++ b/base/k8up/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: k8up - version: 4.4.2 + version: 4.4.3 sourceRef: kind: HelmRepository name: k8up-io diff --git a/crds/k8up/kustomization.yaml b/crds/k8up/kustomization.yaml index b9f21b7ce..615635321 100644 --- a/crds/k8up/kustomization.yaml +++ b/crds/k8up/kustomization.yaml @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: # renovate: registryUrl=https://k8up-io.github.io/k8up chart=k8up - - https://github.com/k8up-io/k8up/releases/download/k8up-4.4.2/k8up-crd.yaml + - https://github.com/k8up-io/k8up/releases/download/k8up-4.4.3/k8up-crd.yaml