Skip to content

Commit 9de2fc4

Browse files
committed
update dgraph version
1 parent 3d19090 commit 9de2fc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dgraph/self-managed/managed-kubernetes.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ When using a managed Kubernetes service (such as GKE, EKS, or AKS), Helm charts
526526

527527
<Step title="Add Helm Repository">
528528
```bash
529-
helm repo add dgraph https://charts.dgraph.io helm repo update
529+
helm repo add dgraph https://charts.dgraph.io
530+
helm repo update
530531
```
531532
</Step>
532533

@@ -540,7 +541,7 @@ When using a managed Kubernetes service (such as GKE, EKS, or AKS), Helm charts
540541
```bash
541542
helm install dgraph dgraph/dgraph \
542543
--namespace dgraph \
543-
--set image.tag="v23.1.0" \
544+
--set image.tag="v24.1.4" \
544545
--set alpha.persistence.storageClass="dgraph-storage" \
545546
--set alpha.persistence.size="500Gi" \
546547
--set zero.persistence.storageClass="dgraph-storage" \

0 commit comments

Comments
 (0)