Grafana OCI artifact not being collected through oci tests
General MR
Summary
tests/oci-values.yaml contains overrides to use helmRepo
instead of git
. This was not updated recently after Grafana was moved out of the Monitoring chart to its own, leading to it still populating a GitRepository while the other packages correctly download HelmChart images from Registry1's OCI Repository
Relevant logs/screenshots
Installing bigbang using tests/oci-values.yaml
will cause Grafana entries under kubectl get gitrepositories -n flux-system
rather than kubectl get helmrepositories -n flux-system
. This can further be validated by exec'ing in to the source controller and looking under the data
folder.
Merge request reports
Activity
added priority7 statusreview test-cioci labels
assigned to @cwilliams68067
requested review from @ryan.thompson.44, @ryan.j.garcia, and @chris.oconnell
- Resolved by Cody Williams
@cwilliams68067 thank you so much for this, can you also add an entry for
addons.harbor
as well? Whoever is adding all of these new packages is not doing a very good job
mentioned in commit 91e3b72c
changed milestone to %2.10.0