Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 727 Bytes

Contributing.md

File metadata and controls

25 lines (19 loc) · 727 Bytes

Contributing to Kubernetes Event Grid Bridge

Thanks for helping making Kubernetes Event Grid Bridge better!

Shipping a new version

You can easily release a new Helm chart version:

  1. Update the version of the Helm chart in Chart.yaml
  2. Package the Helm chart
$ helm package .\charts\k8s-event-grid-bridge\
Successfully packaged chart and saved it to: C:\Code\GitHub\k8s-event-grid-bridge\k8s-event-grid-bridge-0.1.0.tgz
  1. Move the new chart to the docs folder
$ mv k8s-event-grid-bridge-*.tgz .\docs\chart-registry\
  1. Re-index the Helm repo to add our new version
$ helm repo index .\docs\chart-registry\ --url https://k8s-event-grid-bridge.tomkerkhove.be/chart-registry