diff --git a/Makefile b/Makefile index 74d38f0..1d26a7a 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.1.0 +IMG ?= ghcr.io/cloudoperators/repo-guard:4.2.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 f68abda..1f03da2 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.1.0 -appVersion: "4.1.0" +version: 4.2.0 +appVersion: "4.2.0"