From c897a10dce3502e96c3091dd7ef914377c8515e9 Mon Sep 17 00:00:00 2001 From: "ogugu (Riku Ogura)" Date: Mon, 6 Jun 2022 20:50:41 +0900 Subject: [PATCH] Fix deprecated chart in Getting Started Signed-off-by: ogugu (Riku Ogura) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e5a4a4..d168b62b 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,7 @@ Suppose the `helmfile.yaml` representing the desired state of your helm releases releases: - name: prom-norbac-ubuntu namespace: prometheus - chart: stable/prometheus + chart: prometheus-community/prometheus set: - name: rbac.create value: false