Skip to content

Commit

Permalink
Merge pull request #192 from jetstack/add_v_prefix_in_image_tag
Browse files Browse the repository at this point in the history
Use v-prefixed image tags
  • Loading branch information
inteon authored Aug 25, 2024
2 parents 922039e + 9f2b296 commit c0dc1b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This repository contains an [external Issuer](https://cert-manager.io/docs/contr
for cert-manager that issues certificates using [Google Cloud
Certificate Authority Service (CAS)](https://cloud.google.com/certificate-authority-service/), using managed private CAs to issue certificates.

> [!IMPORTANT]
> 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.
## Getting started

### Prerequisites
Expand Down
3 changes: 1 addition & 2 deletions make/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ go_manager_mod_dir := .
go_manager_ldflags := -X $(repo_name)/pkg/internal/version.AppVersion=$(VERSION) -X $(repo_name)/pkg/internal/version.GitCommit=$(GITCOMMIT)
oci_manager_base_image_flavor := static
oci_manager_image_name := quay.io/jetstack/cert-manager-google-cas-issuer
# google-cas-issuer for some reason doesn't use the v prefix in its tags
oci_manager_image_tag := $(VERSION:v%=%)
oci_manager_image_tag := $(VERSION)
oci_manager_image_name_development := cert-manager.local/cert-manager-google-cas-issuer

deploy_name := google-cas-issuer
Expand Down

0 comments on commit c0dc1b9

Please sign in to comment.