Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
chore: document how to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir authored Aug 14, 2019
1 parent 966b491 commit 0b34eac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This repository contains the consistent set of versions of packages and helm ch
* [docker](docker) contains the versions of container images
* [packages](packages) contains the versions of CLI tools like `jx`, `helm` etc

## Update to latest versions of all depdendencies

To update all the dependencies in the repo to their latest version run

jx step create pr versions -f '*' --images

If there is an existing PR to bump versions it will be updated. This command is run using Kubernetes `CronJob` every 12 hours so you normally only need to run it manually if you want to update dependencies faster.

If a PR created using this step is showing conflicts the easiest way to resolve it is to close the PR and rerun the command.

## Layout

Expand Down

0 comments on commit 0b34eac

Please sign in to comment.