Skip to content

Commit

Permalink
chore: update helm chart versions to use string format
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Jun 20, 2024
1 parent 7497b5e commit ebcd281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafana/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
- name: grafana-agent-operator
namespace: grafana-agent
repo: https://grafana.github.io/helm-charts
version: 0.4.0
version: '0.4.0'
releaseName: grafana-agent-operator
includeCRDs: true
valuesFile: operator-values.yaml
2 changes: 1 addition & 1 deletion ksm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helmCharts:
- name: kube-state-metrics
namespace: kube-system
repo: https://prometheus-community.github.io/helm-charts
version: 5.20.0
version: '5.20.0'
releaseName: ksm
includeCRDs: true
valuesFile: ksm-values.yaml

0 comments on commit ebcd281

Please sign in to comment.