Skip to content

Commit d8c3a09

Browse files
fix old versions ref an update trouble shooting
1 parent 3783082 commit d8c3a09

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/validators/existing-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Deploying the validator into an existing kubernetes cluster.
2424
## Notable changes include:
2525

2626
:::warning
27-
The validator `ChartVersion: 0.4.4` introduces a new pod and service, named `vao`. This Service will expose its service via `LoadBalancer` on port __8001__. Please make sure this port is open!
27+
The validator `ChartVersion: > 0.4.4` introduces a new pod and service, named `vao`. This Service will expose its service via `LoadBalancer` on port __8001__. Please make sure this port is open!
2828
Please make sure you update your `values.yaml` or `generated_values.yaml` to include `.Values.vao`.
2929

3030
Sample config:

docs/validators/troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ To fix this, run the following commands:
5151
# as your validator user (eg demo-user)
5252
5353
rm $KUBECONFIG
54+
sudo systemctl restart k3s
5455
sudo cp /etc/rancher/k3s/k3s.yaml $KUBECONFIG
5556
sudo chown $USER $KUBECONFIG
5657
```

docs/validators/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Make sure the [TOR crds](#install-crds) are installed.
108108

109109
```
110110
helm repo update
111-
helm upgrade $FEED_NAME -n $FEED_NAME -f $HOME/$FEED_NAME/generated-values.yaml chronicle/validator --version 0.4.4
111+
helm upgrade $FEED_NAME -n $FEED_NAME -f $HOME/$FEED_NAME/generated-values.yaml chronicle/validator --version 0.4.6
112112
```
113113
</details>
114114

0 commit comments

Comments
 (0)