Skip to content

Commit

Permalink
Merge pull request #160 from akash4sh/main
Browse files Browse the repository at this point in the history
upated triggers
  • Loading branch information
akash4sh authored Dec 30, 2023
2 parents fb63f66 + 7bb16a5 commit 37e83e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tekton/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/tekton/templates/dashboard/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ spec:
- args:
- --port=9097
- --logout-url=
- --pipelines-namespace=tekton-pipelines
- --triggers-namespace=tekton-pipelines
- --pipelines-namespace={{ .Release.Namespace }}
- --triggers-namespace={{ .Release.Namespace }}
- --read-only=true
- --log-level=info
- --log-format=json
Expand Down

0 comments on commit 37e83e1

Please sign in to comment.