PinZhang / jenkins-x-versions

contains the consistent set of versions of packages and helm charts for use with Jenkins X and its associated Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins X Versions

This repository contains the consistent set of versions of packages and helm charts for use with Jenkins X and its associated Apps to provide a stable version stream.

  • charts contains the versions of helm charts
  • packages contains the versions of CLI tools like jx, helm etc

Layout

Each folder contains a list of YAML files for each package or chart name which contains its version and its gitUrl, url to the GitHub project storing its source code.

Managing versions

By default this git repository is used by the jx binary whenever it needs to install a helm a chart so that rather than using the latest released chart, we can keep the versions locked down to known good versions.

Then as charts get released we can generate Pull Requests against this repository which will then trigger our BDD tests via jx step bdd and verify the new chart version works.

About

contains the consistent set of versions of packages and helm charts for use with Jenkins X and its associated Apps

License:Apache License 2.0


Languages

Language:Shell 100.0%