Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Bump to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
  • Loading branch information
rkosegi committed Aug 10, 2023
1 parent 955521c commit 299389d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 299389d

Please # to comment.