Skip to content

Commit c0dc1b9

Browse files
authored
Merge pull request #192 from jetstack/add_v_prefix_in_image_tag
Use v-prefixed image tags
2 parents 922039e + 9f2b296 commit c0dc1b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository contains an [external Issuer](https://cert-manager.io/docs/contr
44
for cert-manager that issues certificates using [Google Cloud
55
Certificate Authority Service (CAS)](https://cloud.google.com/certificate-authority-service/), using managed private CAs to issue certificates.
66

7+
> [!IMPORTANT]
8+
> Starting from version v0.9.0, the docker image for the Google CAS Issuer controller is tagged with a v-prefix (v0.9.0 instead of 0.9.0). The helm chart for v0.9.0 will also refer to this image tag. Make sure to update your image replication rules if necessary.
9+
710
## Getting started
811

912
### Prerequisites

make/00_mod.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ go_manager_mod_dir := .
2727
go_manager_ldflags := -X $(repo_name)/pkg/internal/version.AppVersion=$(VERSION) -X $(repo_name)/pkg/internal/version.GitCommit=$(GITCOMMIT)
2828
oci_manager_base_image_flavor := static
2929
oci_manager_image_name := quay.io/jetstack/cert-manager-google-cas-issuer
30-
# google-cas-issuer for some reason doesn't use the v prefix in its tags
31-
oci_manager_image_tag := $(VERSION:v%=%)
30+
oci_manager_image_tag := $(VERSION)
3231
oci_manager_image_name_development := cert-manager.local/cert-manager-google-cas-issuer
3332

3433
deploy_name := google-cas-issuer

0 commit comments

Comments
 (0)