commit | 7df3df07007850edbb368678c8c0d3ff5e5e9bc6 | [log] [tgz] |
---|---|---|
author | Giovanni Tirloni <giovanni.tirloni@vexxhost.com> | Fri Jul 12 20:09:10 2024 -0300 |
committer | GitHub <noreply@github.com> | Fri Jul 12 23:09:10 2024 +0000 |
tree | b34c898d4846248f084d4e596568189d1f360937 | |
parent | c7fa036f64b30a48424e2e247adc15677c42eb19 [diff] |
ovn: Use chart name in oci_image_registry secret (#1577) The current values.yaml uses the service name to create separate secrets. However, helm-toolkit indexes into oci_image_registry using .Chart.Name and not $serviceName so the secrets are not used. Upstream: https://review.opendev.org/c/openstack/openstack-helm-infra/+/923779 Pushing this as a patch until we have it upstream (applied with tox -e sync-charts).
If you have any questions and discussions about Atmosphere, you can join the community:
#atmosphere
channel on the Kubernetes Slack. If you are new to Kubernetes Slack workspace, Join the Kubernetes Slack workspace first.You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg