From 46b2e3f69ca8564c173811b804cd3b48ae6bb050 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 19:25:51 +0000 Subject: [PATCH] Prepare release 4.1.0 --- Makefile | 2 +- charts/repo-guard/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6eb742d..74d38f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/cloudoperators/repo-guard:4.0.0 +IMG ?= ghcr.io/cloudoperators/repo-guard:4.1.0 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.29.0 diff --git a/charts/repo-guard/Chart.yaml b/charts/repo-guard/Chart.yaml index b155a9d..f68abda 100644 --- a/charts/repo-guard/Chart.yaml +++ b/charts/repo-guard/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: repo-guard description: A Helm chart for Kubernetes type: application -version: 4.0.0 -appVersion: "4.0.0" +version: 4.1.0 +appVersion: "4.1.0"