Skip to content

Commit

Permalink
Link to helm upgrade docs fixed (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
haron authored Oct 26, 2023
1 parent 463ed1e commit 223ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ To upgrade the the operator, e.g., to use a newer version container image with a
$ helm upgrade <YOUR-HELM-RELEASE-NAME> --set image.repository=org/image --set image.tag=newTag
```

Refer to the Helm [documentation](https://docs.helm.sh/helm/#helm-upgrade) for more details on `helm upgrade`.
Refer to the Helm [documentation](https://helm.sh/docs/helm/helm_upgrade/) for more details on `helm upgrade`.

## About the Spark Job Namespace

Expand Down

0 comments on commit 223ec8d

Please sign in to comment.