Skip to content

Commit

Permalink
docs: replace reference to version with revision in App CRDRef (keptn…
Browse files Browse the repository at this point in the history
…#3312)

Signed-off-by: RealAnna <[email protected]>
Signed-off-by: RealAnna <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
2 people authored and Vickysomtee committed Apr 22, 2024
1 parent 0427d23 commit a5ed475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/crd-reference/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ The synopsis of the `KeptnApp` resource is changed in the `v1beta1` API version:
- If you want to use a `KeptnAppContext` resource with your application, the `name` and `namespace` fields
are taken from the annotations of the deployed Kubernetes workloads.
The corresponding `KeptnAppContext` resource (if any), must have identical values for these fields.
- The `metadata.version` field is now completely managed by Keptn.
- The `metadata.version` field is now completely managed by Keptn and is computed as the hash of all workloads versions.
You do not increment this value to cause a new execution of tasks and evaluations;
the only way to trigger a new execution is to increment the `spec.version` field for the `KeptnApp` resource.
the only way to trigger a new execution is to increment the `spec.revision` field for the `KeptnApp` resource.
- The pre/post-deployment tasks and evaluations are now defined in the [KeptnAppContext](appcontext.md)
resource rather than in the `KeptnApp` resource.

Expand Down

0 comments on commit a5ed475

Please sign in to comment.