Skip to content

chore(deps): update helm release kube-prometheus-stack to v51.1.1 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2022/2022-11-27-cheapest-amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ and modify the

```bash
# renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.0.3"
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.1.1"

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
tee "${TMP_DIR}/${CLUSTER_FQDN}/helm_values-kube-prometheus-stack.yml" << EOF
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023/2023-03-08-trivy-operator-grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ Add Trivy Grafana Dashboards:

```bash
# renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.0.3"
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.1.1"

cat > "${TMP_DIR}/${CLUSTER_FQDN}/helm_values-kube-prometheus-stack-trivy-operator-grafana.yml" << EOF
grafana:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023/2023-03-20-velero-and-cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Add Velero Grafana Dashboard:

```bash
# renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.0.3"
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.1.1"

cat > "${TMP_DIR}/${CLUSTER_FQDN}/helm_values-kube-prometheus-stack-velero-cert-manager.yml" << EOF
grafana:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023/2023-08-03-cilium-amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ and modify the

```bash
# renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.0.3"
KUBE_PROMETHEUS_STACK_HELM_CHART_VERSION="51.1.1"

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
tee "${TMP_DIR}/${CLUSTER_FQDN}/helm_values-kube-prometheus-stack.yml" << EOF
Expand Down