We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12505bc commit 8653182Copy full SHA for 8653182
Makefile
@@ -1,5 +1,5 @@
1
# Image URL to use all building/pushing image targets
2
-IMG ?= ghcr.io/cloudoperators/repo-guard:1.5.0
+IMG ?= ghcr.io/cloudoperators/repo-guard:1.6.0
3
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
4
ENVTEST_K8S_VERSION = 1.29.0
5
charts/repo-guard/Chart.yaml
@@ -5,5 +5,5 @@ apiVersion: v2
name: repo-guard
6
description: A Helm chart for Kubernetes
7
type: application
8
-version: 1.5.0
9
-appVersion: "1.5.0"
+version: 1.6.0
+appVersion: "1.6.0"
0 commit comments