From 299389d0eaeef570a215e026440358a37ccc12c0 Mon Sep 17 00:00:00 2001 From: Richard Kosegi Date: Thu, 10 Aug 2023 15:25:41 +0200 Subject: [PATCH] Bump to v1.0.2 Signed-off-by: Richard Kosegi --- Makefile | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d50db6..f461e0d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ IMAGE_NAME := "rkosegi/cert-manager-webhook-active24" -IMAGE_TAG := "1.0.1" +IMAGE_TAG := "v1.0.2" OUT := $(shell pwd)/deploy diff --git a/chart/values.yaml b/chart/values.yaml index 16a5622..096d93f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -29,7 +29,7 @@ certManager: # Certmanager configuration image: # Container image coordinates repository: rkosegi/cert-manager-webhook-active24 # Image repository - tag: 1.0.1 # Image tag/version + tag: v1.0.2 # Image tag/version pullPolicy: IfNotPresent # Image pull policy nameOverride: "" # Name to use for overriding default name