Skip to content

Commit

Permalink
test repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 17, 2024
1 parent f0f8d1b commit 08bc621
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest-public-endpoint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: v1.15.0
appVersion: v1.0.0

dependencies:
- name: opentelemetry-collector
- name: opentelemetry
version: 0.108.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts

Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-public-endpoint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
otlpingest:
hostname: *rootDomain

opentelemetry-collector:
opentelemetry:
nameOverride: public-endpoint-otel-collector

mode: deployment
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_helm_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ helm repo add traefik https://traefik.github.io/charts --force-update
helm repo add ory https://k8s.ory.sh/helm/charts --force-update
helm repo add jetstack https://charts.jetstack.io --force-update
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ --force-update
helm repo add opentelemetry https://open-telemetry.github.io/opentelemetry-helm-charts --force-update
helm repo add opentelemetry-collector https://open-telemetry.github.io/opentelemetry-helm-charts --force-update

0 comments on commit 08bc621

Please sign in to comment.