Skip to content

Commit

Permalink
chore: bump knative version to 0.18 in update-deps.sh
Browse files Browse the repository at this point in the history
The newest knative/pkg release has released some change to how metrics
are generated. In particular, the new code stops generating a metrics
for every resource that is reconciled. This dramatically reduces the
metrics cardinality for the webhook. This ultimately
reduces amount of memory required by the webhook daemons and
greatly improves the usability of the /metrics endpoint as it will not
longer return a metrics for every resource that is reconciled.

fixes: tektoncd#2872
  • Loading branch information
eddie4941 committed Oct 6, 2020
1 parent 2c76fc1 commit 84333e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source $(git rev-parse --show-toplevel)/vendor/github.com/tektoncd/plumbing/scri

cd ${REPO_ROOT_DIR}

VERSION="release-0.17"
VERSION="release-0.18"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
Expand Down

0 comments on commit 84333e5

Please sign in to comment.