mirror of
https://github.com/holos-run/holos.git
synced 2026-04-05 09:04:58 +00:00
* Convert all files with.period.separators to hyphen-separators. * Rename and markdown_test.go to be specific to Helm Values. * Move helm-values_test.go to be in the same directory as the Helm Values doc. * Move Blackbox common configuration CUE file to `config/prometheus` so it can be imported as necessary. * Use explicit import statements for Blackbox common config in `blackbox` and `prometheus` components. Closes: #399
16 lines
264 B
CUE
16 lines
264 B
CUE
package holos
|
|
|
|
// Produce a helm chart build plan.
|
|
holos: Helm.BuildPlan
|
|
|
|
Helm: #Helm & {
|
|
Chart: {
|
|
name: "prometheus"
|
|
version: "25.27.0"
|
|
repository: {
|
|
name: "prometheus-community"
|
|
url: "https://prometheus-community.github.io/helm-charts"
|
|
}
|
|
}
|
|
}
|