mirror of https://github.com/crossplane/docs.git
docs: suggest using image digests for security reasons (#465)
Co-authored-by: Philippe Scorsolini <p.scorsolini@gmail.com> Co-authored-by: AdamKorcz <adam@adalogics.com> Co-authored-by: Jean du Plessis <jean@upbound.io>
This commit is contained in:
parent
149635b7f9
commit
3028dbc892
|
@ -332,6 +332,10 @@ to avoid having to manually activate new versions. However, each user should
|
|||
consider their specific environment and choose a combination that makes sense
|
||||
for them.
|
||||
|
||||
For security reasons, it's suggested using image digests instead or alongside
|
||||
tags (`vx.y.z@sha256:...`), to ensure that the package content wasn't tampered
|
||||
with.
|
||||
|
||||
### spec.revisionHistoryLimit
|
||||
|
||||
Valid values: any integer, disabled by explicitly setting to `0` (default `1`)
|
||||
|
|
|
@ -332,6 +332,10 @@ to avoid having to manually activate new versions. However, each user should
|
|||
consider their specific environment and choose a combination that makes sense
|
||||
for them.
|
||||
|
||||
For security reasons, it's suggested using image digests instead or alongside
|
||||
tags (`vx.y.z@sha256:...`), to ensure that the package content wasn't tampered
|
||||
with.
|
||||
|
||||
### spec.revisionHistoryLimit
|
||||
|
||||
Valid values: any integer, disabled by explicitly setting to `0` (default `1`)
|
||||
|
|
|
@ -332,6 +332,10 @@ to avoid having to manually activate new versions. However, each user should
|
|||
consider their specific environment and choose a combination that makes sense
|
||||
for them.
|
||||
|
||||
For security reasons, it's suggested using image digests instead or alongside
|
||||
tags (`vx.y.z@sha256:...`), to ensure that the package content wasn't tampered
|
||||
with.
|
||||
|
||||
### spec.revisionHistoryLimit
|
||||
|
||||
Valid values: any integer, disabled by explicitly setting to `0` (default `1`)
|
||||
|
|
|
@ -332,6 +332,10 @@ to avoid having to manually activate new versions. However, each user should
|
|||
consider their specific environment and choose a combination that makes sense
|
||||
for them.
|
||||
|
||||
For security reasons, it's suggested using image digests instead or alongside
|
||||
tags (`vx.y.z@sha256:...`), to ensure that the package content wasn't tampered
|
||||
with.
|
||||
|
||||
### spec.revisionHistoryLimit
|
||||
|
||||
Valid values: any integer, disabled by explicitly setting to `0` (default `1`)
|
||||
|
|
Loading…
Reference in New Issue