Skip to content

Commit

Permalink
feat(helm): Migrate to OCI Artifacts (#5506)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Jul 18, 2024
1 parent 0a73e2d commit 46e758d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gitops/argocd/charts/logging/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gitops/argocd/charts/monitoring/mimir/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 0 additions & 1 deletion gitops/argocd/charts/opentelemetry/alloy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gitops/argocd/charts/profiling/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gitops/argocd/charts/security/falco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 3 additions & 6 deletions gitops/argocd/charts/tracing/tempo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46e758d

Please sign in to comment.