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
Copy file name to clipboardExpand all lines: tekton/README.md
+1-50Lines changed: 1 addition & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,56 +146,7 @@ Command to create a kubeconfig in your local could be obtained from console navi
146
146
147
147
1.[Setup a context to connect to the dogfooding cluster](./release-cheat-sheet.md#setup-dogfooding-context)
148
148
149
-
1. When executing release pipelines, some tasks require `oci cli` commands. The CLI requires credentials which should be created as a Kubernetes secret and mounted to the respective task's workspace. For example refer the precheck definition.
namespace: "your-namespace-here" # Will be auto-detected if not provided
198
-
```
149
+
1. NOTE: When executing release pipelines, some tasks require OCI CLI commands which need credentials. The OCI credentials secret is already deployed to the dogfooding cluster via terraform and is mounted as a workspace to tasks that require it (such as the precheck task). Release managers do not need to create this secret manually. This is stated here for troubleshooting purposes.
@@ -220,7 +222,7 @@ the pipelines repo, a terminal window and a text editor.
220
222
Optional: Add a photo of this release's "purr programmer" (someone's cat).
221
223
222
224
1. Update [the catalog repo](https://github.com/tektoncd/catalog) test infrastructure
223
-
to use the new release by updating the `RELEASE_YAML` link in [e2e-tests.sh](https://github.com/tektoncd/catalog/blob/main/test/e2e-tests.sh).
225
+
to use the new release by updating the test matrix in the `[ci.yaml](https://github.com/tektoncd/catalog/blob/main/.github/workflows/ci.yaml)`.
224
226
225
227
1. Update [the plumbing repo](https://github.com/tektoncd/plumbing/blob/d244554a42d7b6a5f1180c58c513eeecc9febcde/tekton/cd/pipeline/overlays/oci-ci-cd/kustomization.yaml#L4) to deploy the latest version to the dogfooging cluster on OCI.
0 commit comments