Skip to content
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 docs/validators/existing-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ vao:
Then install the helm release using this values file:

```bash
helm install my-feed-name -f path/to/values.yaml chronicle/validator --namespace my-feed-namespace --version 0.6.5
helm install my-feed-name -f path/to/values.yaml chronicle/validator --namespace my-feed-namespace --version 0.6.9
```

You can do a [dry-run](https://helm.sh/docs/chart\_template\_guide/debugging/) by passing `--debug` and `--dry-run` to the helm command. This is useful if you want to inspect the resources before deploying them to the cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Please ensure your values yaml file is updated to reflect the latest requirement

```
helm repo update
helm upgrade $FEED_NAME -n $FEED_NAME -f $HOME/$FEED_NAME/generated-values.yaml chronicle/validator --version 0.6.5
helm upgrade $FEED_NAME -n $FEED_NAME -f $HOME/$FEED_NAME/generated-values.yaml chronicle/validator --version 0.6.9
```
</details>

Expand Down