From c23a734cb5d401b94d850980788c95b53aea6933 Mon Sep 17 00:00:00 2001 From: Paulo Pigatto Date: Tue, 14 Jul 2026 23:13:09 -0300 Subject: [PATCH] chore(validator): update --- docs/validators/existing-k8s.md | 2 +- docs/validators/upgrading.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validators/existing-k8s.md b/docs/validators/existing-k8s.md index ff6af612..1cf2c8bf 100644 --- a/docs/validators/existing-k8s.md +++ b/docs/validators/existing-k8s.md @@ -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 diff --git a/docs/validators/upgrading.md b/docs/validators/upgrading.md index bab7230f..7eceec32 100644 --- a/docs/validators/upgrading.md +++ b/docs/validators/upgrading.md @@ -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 ```