From 5a68ff5d7a2cfbfb6750d2b0f7f65415471bf862 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Thu, 18 Jul 2024 12:30:04 +0200 Subject: [PATCH] feat(helm): Migrate to OCI Artifacts Signed-off-by: Nicolas Lamirault --- gitops/argocd/charts/logging/loki/Chart.yaml | 2 +- .../argocd/charts/monitoring/freebox-exporter/Chart.yaml | 2 +- gitops/argocd/charts/monitoring/mimir/Chart.yaml | 2 +- .../charts/monitoring/speedtest-exporter/Chart.yaml | 2 +- gitops/argocd/charts/opentelemetry/alloy/Chart.yaml | 1 - .../charts/policy/kubewarden/kubewarden/Chart.yaml | 2 +- gitops/argocd/charts/profiling/pyroscope/Chart.yaml | 2 +- gitops/argocd/charts/security/falco/Chart.yaml | 2 +- gitops/argocd/charts/tracing/tempo/Chart.yaml | 9 +++------ 9 files changed, 10 insertions(+), 14 deletions(-) diff --git a/gitops/argocd/charts/logging/loki/Chart.yaml b/gitops/argocd/charts/logging/loki/Chart.yaml index c3481772bf..2e563b10b2 100644 --- a/gitops/argocd/charts/logging/loki/Chart.yaml +++ b/gitops/argocd/charts/logging/loki/Chart.yaml @@ -25,5 +25,5 @@ dependencies: repository: https://grafana.github.io/helm-charts version: 6.6.2 # - name: loki-mixin -# repository: https://charts.portefaix.xyz/ +# repository: oci://ghcr.io/portefaix/charts # version: 1.4.0 diff --git a/gitops/argocd/charts/monitoring/freebox-exporter/Chart.yaml b/gitops/argocd/charts/monitoring/freebox-exporter/Chart.yaml index bb4be125b1..d7fa842a5b 100644 --- a/gitops/argocd/charts/monitoring/freebox-exporter/Chart.yaml +++ b/gitops/argocd/charts/monitoring/freebox-exporter/Chart.yaml @@ -22,5 +22,5 @@ version: 1.0.0 appVersion: 1.0.0 dependencies: - name: prometheus-freebox-exporter - repository: https://charts.portefaix.xyz/ + repository: oci://ghcr.io/portefaix/charts version: 0.1.1 diff --git a/gitops/argocd/charts/monitoring/mimir/Chart.yaml b/gitops/argocd/charts/monitoring/mimir/Chart.yaml index 9918875bac..11e3597736 100644 --- a/gitops/argocd/charts/monitoring/mimir/Chart.yaml +++ b/gitops/argocd/charts/monitoring/mimir/Chart.yaml @@ -25,5 +25,5 @@ dependencies: repository: https://grafana.github.io/helm-charts version: 5.0.0 # - name: mimir-mixin -# repository: https://charts.portefaix.xyz/ +# repository: oci://ghcr.io/portefaix/charts # version: 1.4.0 diff --git a/gitops/argocd/charts/monitoring/speedtest-exporter/Chart.yaml b/gitops/argocd/charts/monitoring/speedtest-exporter/Chart.yaml index 62fee78a36..0f8eb39d56 100644 --- a/gitops/argocd/charts/monitoring/speedtest-exporter/Chart.yaml +++ b/gitops/argocd/charts/monitoring/speedtest-exporter/Chart.yaml @@ -22,7 +22,7 @@ version: 1.0.0 appVersion: 1.0.0 dependencies: # - name: speedtest-exporter -# repository: https://charts.portefaix.xyz/ +# repository: oci://ghcr.io/portefaix/charts # version: 0.5.0 - name: speedtest-exporter repository: https://k8s-at-home.com/charts/ diff --git a/gitops/argocd/charts/opentelemetry/alloy/Chart.yaml b/gitops/argocd/charts/opentelemetry/alloy/Chart.yaml index 22b0f92580..39b97a647d 100644 --- a/gitops/argocd/charts/opentelemetry/alloy/Chart.yaml +++ b/gitops/argocd/charts/opentelemetry/alloy/Chart.yaml @@ -46,6 +46,5 @@ dependencies: version: 0.5.0 alias: alloy-frontend - name: alloy-mixin - # repository: https://charts.portefaix.xyz/ repository: oci://ghcr.io/portefaix/charts version: 0.2.0 diff --git a/gitops/argocd/charts/policy/kubewarden/kubewarden/Chart.yaml b/gitops/argocd/charts/policy/kubewarden/kubewarden/Chart.yaml index bd3f51e8c5..9b69bec578 100644 --- a/gitops/argocd/charts/policy/kubewarden/kubewarden/Chart.yaml +++ b/gitops/argocd/charts/policy/kubewarden/kubewarden/Chart.yaml @@ -31,5 +31,5 @@ dependencies: repository: https://charts.kubewarden.io version: 2.0.0 - name: portefaix-kubewarden - repository: https://charts.portefaix.xyz + repository: oci://ghcr.io/portefaix/charts version: 0.1.2 diff --git a/gitops/argocd/charts/profiling/pyroscope/Chart.yaml b/gitops/argocd/charts/profiling/pyroscope/Chart.yaml index 71c1a99604..5b33762902 100644 --- a/gitops/argocd/charts/profiling/pyroscope/Chart.yaml +++ b/gitops/argocd/charts/profiling/pyroscope/Chart.yaml @@ -25,5 +25,5 @@ dependencies: repository: https://grafana.github.io/helm-charts version: 1.5.1 - name: pyroscope-mixin - repository: https://charts.portefaix.xyz/ + repository: oci://ghcr.io/portefaix/charts version: 1.4.1 diff --git a/gitops/argocd/charts/security/falco/Chart.yaml b/gitops/argocd/charts/security/falco/Chart.yaml index 52e281e61a..99ae4b7a63 100644 --- a/gitops/argocd/charts/security/falco/Chart.yaml +++ b/gitops/argocd/charts/security/falco/Chart.yaml @@ -22,5 +22,5 @@ version: 1.0.0 appVersion: 1.0.0 dependencies: - name: falco - repository: https://falcosecurity.github.io/charts + repository: oci://ghcr.io/falcosecurity/charts version: 4.6.0 diff --git a/gitops/argocd/charts/tracing/tempo/Chart.yaml b/gitops/argocd/charts/tracing/tempo/Chart.yaml index b5f89d3028..6a7ba2a1b1 100644 --- a/gitops/argocd/charts/tracing/tempo/Chart.yaml +++ b/gitops/argocd/charts/tracing/tempo/Chart.yaml @@ -22,11 +22,8 @@ version: 1.0.0 appVersion: 1.0.0 dependencies: - name: tempo-distributed - repository: https://grafana.github.io/helm-charts - version: 1.9.0 -# - name: tempo -# repository: https://grafana.github.io/helm-charts -# version: 1.6.1 + repository: oci://ghcr.io/grafana/helm-charts + version: 1.15.1 - name: tempo-mixin - repository: https://charts.portefaix.xyz/ + repository: oci://ghcr.io/portefaix/charts version: 1.7.1