From 4c48351a846204a1ee7528d1640a0dbf4c019a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:55:30 +0000 Subject: [PATCH] chore(deps): update dependency bitnami-labs/sealed-secrets to v0.34.0 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index 6eebfe61..23d4ee1e 100644 --- a/installations/kubernetes.sh +++ b/installations/kubernetes.sh @@ -33,7 +33,7 @@ install() { flux completion bash >"${HOME}/opt/completions/flux-completion.sh" # renovate: datasource=github-releases depName=bitnami-labs/sealed-secrets - local KUBESEAL_VERSION="v0.33.1" + local KUBESEAL_VERSION="v0.34.0" archive_to_binary "https://github.com/bitnami-labs/sealed-secrets/releases/download/${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION#v}-$(normalized_os)-$(normalized_arch "amd64" "arm" "arm64").tar.gz" "kubeseal" # renovate: datasource=github-releases depName=ViBiOh/kmux