From e61dca798569939c2f82236b0aba7eb189361c6f Mon Sep 17 00:00:00 2001 From: Daniil Nedostup Date: Wed, 4 Sep 2024 18:45:00 +0300 Subject: [PATCH] chore: Update Tekton-dashboard version to v0.50.0 (#286) --- charts/pipelines-library/README.md | 2 +- charts/pipelines-library/templates/dashboard/role.yaml | 1 + charts/pipelines-library/values.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/pipelines-library/README.md b/charts/pipelines-library/README.md index 8e4d3438..d8a22035 100644 --- a/charts/pipelines-library/README.md +++ b/charts/pipelines-library/README.md @@ -78,7 +78,7 @@ Follows [Tekton Interceptor](https://tekton.dev/vault/triggers-main/clusterinter | dashboard.affinity | object | `{}` | Affinity settings for pod assignment | | dashboard.enabled | bool | `false` | Deploy KubeRocketCI Dashboard as a part of pipeline library when true. Default: false | | dashboard.image.repository | string | `"gcr.io/tekton-releases/github.com/tektoncd/dashboard/cmd/dashboard"` | Define tekton dashboard docker image name | -| dashboard.image.tag | string | `"v0.46.0"` | Define tekton dashboard docker image tag | +| dashboard.image.tag | string | `"v0.50.0"` | Define tekton dashboard docker image tag | | dashboard.ingress.annotations | object | `{}` | Annotations for Ingress resource | | dashboard.ingress.enabled | bool | `true` | Enable external endpoint access. Default Ingress/Route host pattern: tekton-{{ .Release.Namespace }}.{{ .Values.global.dnsWildCard }} | | dashboard.ingress.host | string | `""` | If not defined the will create by pattern "tekton-[namespace].[global DNS wildcard]" | diff --git a/charts/pipelines-library/templates/dashboard/role.yaml b/charts/pipelines-library/templates/dashboard/role.yaml index 7507a07f..b8456728 100644 --- a/charts/pipelines-library/templates/dashboard/role.yaml +++ b/charts/pipelines-library/templates/dashboard/role.yaml @@ -91,6 +91,7 @@ rules: - pipelineruns - pipelineresources - runs + - customruns verbs: - get - list diff --git a/charts/pipelines-library/values.yaml b/charts/pipelines-library/values.yaml index ec381c4a..b8d8bf3a 100644 --- a/charts/pipelines-library/values.yaml +++ b/charts/pipelines-library/values.yaml @@ -322,7 +322,7 @@ dashboard: # -- Define tekton dashboard docker image name repository: gcr.io/tekton-releases/github.com/tektoncd/dashboard/cmd/dashboard # -- Define tekton dashboard docker image tag - tag: v0.46.0 + tag: v0.50.0 ingress: # -- Enable external endpoint access. Default Ingress/Route host pattern: tekton-{{ .Release.Namespace }}.{{ .Values.global.dnsWildCard }}