Skip to content

Commit

Permalink
Merge pull request #294 from timescale/renovate/major-helm-charts
Browse files Browse the repository at this point in the history
chore(deps): update helm release kube-prometheus-stack to v34
  • Loading branch information
paulfantom committed Mar 22, 2022
2 parents 91467dd + 76a54b8 commit b708d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
repository: https://charts.timescale.com
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
version: 33.2.0
version: 34.1.1
repository: https://prometheus-community.github.io/helm-charts
- name: opentelemetry-operator
condition: opentelemetryOperator.enabled
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ func parsePgBackRestConf(data string) map[string]string {
}

var (
KubePrometheusCRDVersion = "v0.54.1"
KubePrometheusCRDVersion = "v0.55.0"
kubePrometheusCRDsPathPrefix = fmt.Sprintf("https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/%s/example/prometheus-operator-crd/monitoring.coreos.com", KubePrometheusCRDVersion)
kubePrometheusCRDs = map[string]string{
"alertmanagerconfigs.monitoring.coreos.com": fmt.Sprintf("%s_%s.yaml", kubePrometheusCRDsPathPrefix, "alertmanagerconfigs"),
Expand Down

0 comments on commit b708d65

Please sign in to comment.