Skip to content

Commit

Permalink
chore: Update Tekton-dashboard version to v0.50.0 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-nedostup authored and SergK committed Sep 5, 2024
1 parent 9dfc66d commit e61dca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pipelines-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]" |
Expand Down
1 change: 1 addition & 0 deletions charts/pipelines-library/templates/dashboard/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ rules:
- pipelineruns
- pipelineresources
- runs
- customruns
verbs:
- get
- list
Expand Down
2 changes: 1 addition & 1 deletion charts/pipelines-library/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e61dca7

Please sign in to comment.