From e98115c14bb9269bf892c1a87702a20e750b3b1d Mon Sep 17 00:00:00 2001 From: RishabhKodes Date: Fri, 24 Apr 2026 13:18:45 +0200 Subject: [PATCH] ocp-4.19 restricted cluster Signed-off-by: RishabhKodes --- .../hcp-ossm3-validation-pipelinerun.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {.tekton-examples => .tekton}/hcp-ossm3-validation-pipelinerun.yaml (96%) diff --git a/.tekton-examples/hcp-ossm3-validation-pipelinerun.yaml b/.tekton/hcp-ossm3-validation-pipelinerun.yaml similarity index 96% rename from .tekton-examples/hcp-ossm3-validation-pipelinerun.yaml rename to .tekton/hcp-ossm3-validation-pipelinerun.yaml index 2b0fa55..544ec2a 100644 --- a/.tekton-examples/hcp-ossm3-validation-pipelinerun.yaml +++ b/.tekton/hcp-ossm3-validation-pipelinerun.yaml @@ -44,7 +44,7 @@ spec: - name: hostedClusterNamespace value: "clusters" - name: releaseImage - value: "quay.io/openshift-release-dev/ocp-release:4.21.7-x86_64" + value: "quay.io/openshift-release-dev/ocp-release:4.19.0-x86_64" - name: nodePoolReplicas value: "3" - name: nodePoolCpuCores @@ -86,9 +86,9 @@ spec: # --- Jira parameters --- - name: jiraSecretName - value: "jira-secret-mj" + value: "jira-secret-rb" - name: jiraIssueKey - value: "" + value: "SAPOCP-1959" # --- Pipeline control --- - name: skipTeardown