You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm charts are a popular way to install Kubernetes applications.
131
+
Publishing a helm chart in the Kubernetes organization follows a similar process
132
+
as publishing an image.
133
+
134
+
1. The subproject should build, document, and support the helm chart development.
135
+
2. The subproject should push the chart to the staging docker repo.
136
+
3. On release tags, one can promote the chart and images to registry.k8s.io by obtaining the sha
137
+
for the tagged helm chart and the tagged image.
138
+
4. Open a PR into your images directory (registry.k8s.io/images/k8s-staging-SUBPROJECT/images.yaml)
139
+
5. Add chart and image sha to the respective sections.
140
+
6. Once PR is merged, confirm both images and helm charts exist by `helm install subproject oci://registry.k8s.io/charts/subproject --version=$VERSION`
0 commit comments