diff --git a/docs/docs/guides/evaluations.md b/docs/docs/guides/evaluations.md index d7de5f604e..66c4f35cdc 100644 --- a/docs/docs/guides/evaluations.md +++ b/docs/docs/guides/evaluations.md @@ -63,7 +63,7 @@ resource contains a list of `objectives`, each of which checks whether a defined `KeptnMetric` resource meets a defined target value. The example -[app-pre-deploy-eval.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-3/app-pre-deploy-eval.yaml) +[app-pre-deploy-eval.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-2/app-pre-deploy-eval.yaml) file specifies the `app-pre-deploy-eval-2` evaluation as follows: ```yaml diff --git a/docs/docs/reference/crd-reference/taskdefinition.md b/docs/docs/reference/crd-reference/taskdefinition.md index ae4400e108..31cc16b314 100644 --- a/docs/docs/reference/crd-reference/taskdefinition.md +++ b/docs/docs/reference/crd-reference/taskdefinition.md @@ -364,7 +364,7 @@ Note that the annotation identifies the task by `name`. This means that you can modify the `function` code in the resource definition and the revised code is picked up without additional changes. -All `KeptnTaskDefinition` resources specified to the `KeptnApp` resource +All `KeptnTaskDefinition` resources specified to the `KeptnAppContext` resource at the same stage (either pre- or post-deployment) run in parallel. You can run multiple executables sequentially either by using the `inline` syntax for a predefined container image @@ -387,7 +387,7 @@ then spawns a shell and runs the `sleep 30` command: ``` This task is then referenced in the -[app.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-3/app.yaml) +[appcontext.yaml](https://github.com/keptn/lifecycle-toolkit/blob/main/examples/sample-app/version-2/appcontext.yaml) file. ## Examples for deno-runtime runner