Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Helm Charts Repository

License

NotificationsYou must be signed in to change notification settings

redhat-cop/helm-charts

Repository files navigation

Install TestLint TestRelease ChartsScorecard supply-chain security

A collection of Helm Charts to that are not available in any upstream location or customised to the point it does not make sense to support up stream chart development.

For charts we know work on OpenShift but do not belong here, check out the list of Charts we've used for some ideas

This library is used to supportOpen Innovation Labs Ubiquitous Journey Project

Additional charts for managing an OpenShift cluster can be found inredhat-cop/openshift-management

🧰 Add this Helm Repo to your local 🧰

helm repo add redhat-cop https://redhat-cop.github.io/helm-charts

🏃‍♀️💨 How do I run a chart?

Login to your cluster and into your destination project. To install any given Chart using the default values just run:

helm install$NAME redhat-cop/$CHART_NAMEeg:helm install my-jenkins redhat-cop/jenkins

Where:

  • $NAME - is the name you want to give the installed Helm App
  • $CHART_NAME - name of the chart found incharts directory

🏃‍♂️💨Customisation to a chart prior to install

For each chart, navigate to the root of it for the readme and default values. To over ride them, you could create your ownmy-values.yaml and make your changes there before installing

helm install$NAME -f my-values.yaml redhat-cop/$CHART_NAMEeg:helm install my-jenkins -f my-values.yaml redhat-cop/jenkins

🏃‍♂️💨 Chart linting

Before adding a chart to this repo, make sure there is no linting issues, otherwise the PR actions will fail.We use both the integratedhelm lint command and thechart testing tool.

helm lint charts/jenkinsct lint charts/jenkins

👩‍🏫 Chart README Files

For more info on each chart checkout these!


[8]ページ先頭

©2009-2025 Movatter.jp