Skip to content
forked from AdWerx/charts

helm charts maintained by Adwerx Engineering

License

Notifications You must be signed in to change notification settings

joosterman/charts

This branch is 13 commits behind AdWerx/charts:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7713928 · Mar 16, 2022
Nov 30, 2021
Mar 16, 2022
Jun 21, 2021
Mar 16, 2022
Nov 29, 2021
Nov 11, 2021
Nov 18, 2020
Aug 29, 2019
Nov 18, 2020
Jul 26, 2019
May 12, 2020
Jul 26, 2019
Jun 21, 2021
Aug 23, 2019

Repository files navigation

charts

Helm charts created by Adwerx Engineering

Installing charts from this repo

You can find our public charts in Helm Hub

Or

You'll first need to add the adwerx repository with the command below:

helm repo add adwerx https://adwerx.github.io/charts/

You can now install charts like so:

helm install adwerx/awx --version 1.0.0

Contributing

Please review the CODE_OF_CONDUCT and REVIEW_GUIDELINES before contributing.

Code of Conduct

Please review our Code of Conduct before contributing.

When opening or reviewing a pull request, please keep in mind the chart review guidlelines.

Versioning charts

Charts are versioned using the SEMVER pattern. Please bump the chart version and re-package the chart when changes are made. If you're unsure how to do this please open an issue.

Publishing a chart

Our chart files are served from GitHub Pages. The docs/ folder is served, so the index.yaml and all chart files (.tgz) must reside in docs/.

To package a chart and update the index.yaml, you can use the bin/package script:

First, ensure you've commited your changes to the chart and the chart is ready to publish. Then, bump the version in the Chart.yaml to the version you'd like to publish. Then use the bin/package script to run tests, package the chart, commit the package and version bump, and tag that commit with the chart and version.

bin/package {name}

The last thing to do is to git push origin master --tags and after the github pages build, the chart will be available from our repository at https://adwerx.github.io/charts/index.yaml

About

helm charts maintained by Adwerx Engineering

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 76.8%
  • Mustache 18.9%
  • Dockerfile 3.1%
  • Other 1.2%