From 7dcc768fa3ef00d685b72b98891c387e741e578f Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Tue, 14 Jan 2025 11:59:02 -0800 Subject: [PATCH] Update helm repo url in blog post to cadence-workflow.github.io --- blog/2024-10-01-announcing-cadence-helm-charts-v0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-10-01-announcing-cadence-helm-charts-v0.md b/blog/2024-10-01-announcing-cadence-helm-charts-v0.md index ce78122d1..0f89c3dbf 100644 --- a/blog/2024-10-01-announcing-cadence-helm-charts-v0.md +++ b/blog/2024-10-01-announcing-cadence-helm-charts-v0.md @@ -23,7 +23,7 @@ Today, we are happy to announce the release of [Cadence Kubernetes Helm Chart v0 Once Helm has been set up correctly, add the repo as follows: ```bash -helm repo add cadence https://uber.github.io/cadence-charts +helm repo add cadence https://cadence-workflow.github.io/cadence-charts ``` If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo cadence` to see the charts.