Skip to content

Commit

Permalink
chart.yaml needs quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Roos committed Jan 17, 2025
1 parent 4e3a9a4 commit b317133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/zac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
- name: opentelemetry-collector
repository: "@opentelemetry"
condition: opentelemetry-collector.enabled
version: "0.104.0"
version: 0.104.0
- name: solr
version: "9.5.1"
version: 9.5.1
repository: "@bitnami"
condition: solr.enabled
maintainers:
Expand Down

0 comments on commit b317133

Please sign in to comment.