Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Helm] Migrate some charts to OCI Artifacts #5506

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading