File tree Expand file tree Collapse file tree 6 files changed +58
-0
lines changed Expand file tree Collapse file tree 6 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 54
54
package : xpkg.upbound.io/upbound/platform-ref-aws:v0.6.0
55
55
` ` `
56
56
57
+ {{<hint "tip" >}}
58
+ Crossplane supports installations with image digests instead of tags to get deterministic
59
+ and repeatable installations.
60
+
61
+ ` ` ` yaml {label="digest"}
62
+ apiVersion : pkg.crossplane.io/v1
63
+ kind : Configuration
64
+ metadata :
65
+ name : platform-ref-aws
66
+ spec :
67
+ package : xpkg.upbound.io/upbound/platform-ref-aws@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
68
+ ` ` `
69
+ {{< /hint >}}
70
+
57
71
Crossplane installs the Compositions, Composite Resource Definitions and
58
72
Providers listed in the Configuration.
59
73
Original file line number Diff line number Diff line change @@ -130,6 +130,20 @@ volumes.
130
130
Providers support multiple configuration options to change installation related
131
131
settings.
132
132
133
+ {{<hint "tip" >}}
134
+ Crossplane supports installations with image digests instead of tags to get deterministic
135
+ and repeatable installations.
136
+
137
+ ` ` ` yaml {label="digest"}
138
+ apiVersion: pkg.crossplane.io/v1
139
+ kind: Provider
140
+ metadata:
141
+ name: provider-aws
142
+ spec:
143
+ package: xpkg.upbound.io/crossplane-contrib/provider-aws@sha256:ee6bece46dbb54cc3f0233961f5baac317fa4e4a81b41198bdc72fc472d113d0
144
+ ` ` `
145
+ {{< /hint >}}
146
+
133
147
# ### Provider pull policy
134
148
135
149
Use a {{<hover label="pullpolicy" line="6">}}packagePullPolicy{{</hover>}} to
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ at the table below.
259
259
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
260
260
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
261
261
| Alpha | `--enable-usages` | Enable support for Usages. |
262
+ | Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
262
263
{{< /table >}}
263
264
{{< /expand >}}
264
265
Original file line number Diff line number Diff line change 54
54
package : xpkg.upbound.io/upbound/platform-ref-aws:v0.6.0
55
55
` ` `
56
56
57
+ {{<hint "tip" >}}
58
+ Crossplane supports installations with image digests instead of tags to get deterministic
59
+ and repeatable installations.
60
+
61
+ ` ` ` yaml {label="digest"}
62
+ apiVersion : pkg.crossplane.io/v1
63
+ kind : Configuration
64
+ metadata :
65
+ name : platform-ref-aws
66
+ spec :
67
+ package : xpkg.upbound.io/upbound/platform-ref-aws@sha256:a30ad655c7699218d9234285d838d85582f015d02f7f061f8486b28248fd7db7
68
+ ` ` `
69
+ {{< /hint >}}
70
+
57
71
Crossplane installs the Compositions, Composite Resource Definitions and
58
72
Providers listed in the Configuration.
59
73
Original file line number Diff line number Diff line change @@ -130,6 +130,20 @@ volumes.
130
130
Providers support multiple configuration options to change installation related
131
131
settings.
132
132
133
+ {{<hint "tip" >}}
134
+ Crossplane supports installations with image digests instead of tags to get deterministic
135
+ and repeatable installations.
136
+
137
+ ` ` ` yaml {label="digest"}
138
+ apiVersion: pkg.crossplane.io/v1
139
+ kind: Provider
140
+ metadata:
141
+ name: provider-aws
142
+ spec:
143
+ package: xpkg.upbound.io/crossplane-contrib/provider-aws@sha256:ee6bece46dbb54cc3f0233961f5baac317fa4e4a81b41198bdc72fc472d113d0
144
+ ` ` `
145
+ {{< /hint >}}
146
+
133
147
# ### Provider pull policy
134
148
135
149
Use a {{<hover label="pullpolicy" line="6">}}packagePullPolicy{{</hover>}} to
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ at the table below.
259
259
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
260
260
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
261
261
| Alpha | `--enable-usages` | Enable support for Usages. |
262
+ | Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
262
263
{{< /table >}}
263
264
{{< /expand >}}
264
265
You can’t perform that action at this time.
0 commit comments