Skip to content

Commit bd1a738

Browse files
committed
Explanatory comments
Signed-off-by: Richard Wall <[email protected]>
1 parent a32cc29 commit bd1a738

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ gcloud container clusters create foo --region us-east1 --num-nodes=1 --preemptib
1818
--workload-pool=$(gcloud config get-value project | tr ':' '/').svc.id.goog
1919
```
2020

21+
This application re-tags the various images (cert-manager, cas-issuer, ubbagent, preflight-agent) using
22+
a unified tag that we call "application version". Although it does not appear to be a requirement for
23+
releasing to the Google Marketplace, we were not able to set "default" tags for each image and thus
24+
resolved to just having a unified tag; this means that we will have to keep this difference in tags when
25+
supporting [jetstack-secure-for-cert-manager][].
26+
27+
[jetstack-secure-for-cert-manager]: https://console.cloud.google.com/partner/editor/jetstack-public/jetstack-secure-for-cert-manager?project=jetstack-public
28+
2129
Re-publish the images to the project:
2230

2331
```sh

chart/jetstacksecure-mp/Chart.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# The appVersion below are overridden by the `publishedVersion` that is set in
2+
# `schema.yaml`. Changing the below version will not change the actual versions
3+
# being pulled when the application is deployed from the Google Marketplace.
4+
# Instead, you should update the image tags that are being re-tagged in
5+
# `cloudbuild.yml`.
16
apiVersion: v2
27
engine: gotpl
38
name: jetstacksecure-mp

0 commit comments

Comments
 (0)