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
./charts/dependencies/gateway-api/scripts/update-crds.sh v1.4.0 experimental # for experimental channel
241
+
```
242
+
243
+
The script downloads CRDs from the [kubernetes-sigs/gateway-api](https://github.com/kubernetes-sigs/gateway-api) repository and updates both `values.yaml` and `Chart.yaml` with the new version.
244
+
245
+
**After updating**, review the generated manifests and verify with:
246
+
247
+
```bash
248
+
helm lint charts/dependencies/gateway-api/
249
+
make chart-snapshots
250
+
```
251
+
252
+
### RHAII Helm Chart
253
+
254
+
The `rhaii-helm-chart` generates its templates from the [opendatahub-operator](https://github.com/opendatahub-io/opendatahub-operator) repository using kustomize and [helmtemplate-generator](https://github.com/davidebianchi/helmtemplate-generator). It also generates cloud-specific (Azure, CoreWeave) cloudmanager templates.
255
+
256
+
**Prerequisites:**`go`, `kustomize`, and SSH access to the opendatahub-operator repo.
Copy file name to clipboardExpand all lines: charts/dependencies/cert-manager-operator/templates/serviceaccount-cert-manager-operator-controller-manager.yaml
0 commit comments