Skip to content

Commit

Permalink
Fixing prometheus community repo name
Browse files Browse the repository at this point in the history
The prometheus community repo name generated a cronjob with a
name that is too long by 2 characters. This shortens up the name
so the cronjob can be created.

Note, this issue has been improved in upstream monocular. It will
not be fixed in the Helm Hub as we are deprecating the Helm Hub.

Signed-off-by: Matt Farina <matt@mattfarina.com>
  • Loading branch information
mattfarina authored and chankh committed Sep 10, 2020
1 parent 9615c88 commit d5c5f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/repo-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ sync:
url: https://lightstep.github.io/lightstep-satellite-helm-chart/
- name: fasterbytes
url: https://fasterbytes.github.io/charts
- name: prometheus-community
- name: prometheus-com
url: https://prometheus-community.github.io/helm-charts
- name: k8s-cloudwatch-adapter
url: https://awslabs.github.io/k8s-cloudwatch-adapter/charts/k8s-cloudwatch-adapter
2 changes: 1 addition & 1 deletion repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ repositories:
maintainers:
- name: John Teague
email: john@fasterbytes.com
- name: prometheus-community
- name: prometheus-com
url: https://prometheus-community.github.io/helm-charts
maintainers:
- email: scott@r6by.com
Expand Down

0 comments on commit d5c5f44

Please sign in to comment.