You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide one single tag for the deployer image. That is due to the fact
30
-
that the Marketplace UI only works with minor versions (e.g., `1.1`). If we
31
-
were to push other tags (e.g., `1.1.0` or `1.1.0-gcm.1`), they would not be
32
-
used anyways:
33
+
The minor tag `1.1` (for example) is the tag that the Marketplace UI needs.
34
+
The other tags (e.g., `1.1.0` or `1.1.0-gcm.1`) cannot be used for the
35
+
Marketplace UI:
33
36
34
37
> A version should correspond to a minor version (e.g. `1.0`) according to
35
38
> semantic versioning (not a patch version, such as `1.1.0`). Update the
@@ -41,9 +44,9 @@ In the below screenshot, we see that both the deployer tags `1.1.0` and
41
44
42
45
<imgsrc="https://user-images.githubusercontent.com/2195781/110091031-491bed00-7d98-11eb-8522-ddc91913d010.png"width="500"alt="Only the minor version 1.1 should be pushed, not 1.1.0 or 1.1.0-gcm.1. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
43
46
44
-
Important: although we only push the minor tag for the deployer image, we
45
-
still push "full" tags for all the other images. For example, let us
46
-
imagine that `deployer:1.1` was created with this `schema.yaml`:
47
+
Note that we only push full tags (e.g., `1.1.0-gcm.1`) for all the other
48
+
images. For example, let us imagine that `deployer:1.1` was created with
49
+
this `schema.yaml`:
47
50
48
51
```yaml
49
52
# schema.yaml
@@ -82,6 +85,7 @@ As a recap about image tags, here is what the tags look like now, taking
82
85
```sh
83
86
# The deployer image is built and pushed in cloudbuild.yaml:
0 commit comments