diff --git a/deploy/install.sh b/deploy/install.sh index 55b76547..3c5510d3 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -308,8 +308,8 @@ oc new-project tekton-pipelines || true openshift_master_default_subdomain=$(oc get ingresses.config.openshift.io cluster --output=jsonpath={.spec.domain}) -curl -s -L https://github.com/tektoncd/dashboard/releases/download/v0.5.1/openshift-tekton-webhooks-extension-release.yaml | sed "s/{openshift_master_default_subdomain}/${openshift_master_default_subdomain}/" | oc apply -f - -oc apply -f https://github.com/tektoncd/dashboard/releases/download/v0.5.1/openshift-tekton-dashboard-release.yaml +curl -s -L https://github.com/tektoncd/dashboard/releases/download/v0.5.2/openshift-tekton-webhooks-extension-release.yaml | sed "s/{openshift_master_default_subdomain}/${openshift_master_default_subdomain}/" | oc apply -f - +oc apply -f https://github.com/tektoncd/dashboard/releases/download/v0.5.2/openshift-tekton-dashboard-release.yaml # Network policy for kabanero and tekton pipelines namespaces oc apply -f $KABANERO_CUSTOMRESOURCES_YAML --selector kabanero.io/install=23-cr-network-policy diff --git a/deploy/uninstall.sh b/deploy/uninstall.sh index a0cff5c2..7b6b0c9f 100755 --- a/deploy/uninstall.sh +++ b/deploy/uninstall.sh @@ -103,8 +103,8 @@ oc delete namespaces --selector=kabanero.io/component=kappnav --ignore-not-found oc delete --ignore-not-found -f $KABANERO_CUSTOMRESOURCES_YAML --selector kabanero.io/install=25-triggers-role # Tekton Dashboard -oc delete --ignore-not-found -f https://github.com/tektoncd/dashboard/releases/download/v0.5.1/openshift-tekton-webhooks-extension-release.yaml -oc delete --ignore-not-found -f https://github.com/tektoncd/dashboard/releases/download/v0.5.1/openshift-tekton-dashboard-release.yaml +oc delete --ignore-not-found -f https://github.com/tektoncd/dashboard/releases/download/v0.5.2/openshift-tekton-webhooks-extension-release.yaml +oc delete --ignore-not-found -f https://github.com/tektoncd/dashboard/releases/download/v0.5.2/openshift-tekton-dashboard-release.yaml # Delete CustomResources, do not delete namespaces , which can lead to finalizer problems.