From 22477718aded1bcc6afaa6a4dfe22c63361ac070 Mon Sep 17 00:00:00 2001 From: Jinsoo Heo Date: Tue, 30 Jun 2026 16:01:11 +0900 Subject: [PATCH 1/3] fix(validator): pin buildtools test image to index digest --- charts/validator/templates/tests/test-logs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/validator/templates/tests/test-logs.yaml b/charts/validator/templates/tests/test-logs.yaml index f5a59f7..8af848f 100644 --- a/charts/validator/templates/tests/test-logs.yaml +++ b/charts/validator/templates/tests/test-logs.yaml @@ -11,7 +11,7 @@ spec: serviceAccountName: {{ include "validator.serviceAccountName" . }}-test containers: - name: test-ghost-logs - image: ghcr.io/chronicleprotocol/buildtools:sha-c670bbf + image: ghcr.io/chronicleprotocol/buildtools:sha-c670bbf@sha256:ea8bf30723df3e8c0724aa081a6b3f31df072d0da7645f024db3627c7decb1ed command: - /bin/sh - -c @@ -32,7 +32,7 @@ spec: fi echo "TEST PASSED: Found runtime logs in ghost logs." - name: test-vao-logs - image: ghcr.io/chronicleprotocol/buildtools:sha-c670bbf + image: ghcr.io/chronicleprotocol/buildtools:sha-c670bbf@sha256:ea8bf30723df3e8c0724aa081a6b3f31df072d0da7645f024db3627c7decb1ed command: - /bin/sh - -c From d209f25b1313d180d8cc08d42c4482effc5f741e Mon Sep 17 00:00:00 2001 From: Jinsoo Heo Date: Tue, 30 Jun 2026 16:01:13 +0900 Subject: [PATCH 2/3] fix(validator): bump chart 0.6.7 -> 0.6.8 --- charts/validator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/validator/Chart.yaml b/charts/validator/Chart.yaml index 0bed518..832058b 100644 --- a/charts/validator/Chart.yaml +++ b/charts/validator/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.6.7" +version: "0.6.8" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 89d59df87bbe2a49d5447aa997c362c1f4b24efd Mon Sep 17 00:00:00 2001 From: Jinsoo Heo Date: Tue, 30 Jun 2026 16:01:16 +0900 Subject: [PATCH 3/3] docs(validator): bump README version badge to 0.6.8 --- charts/validator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/validator/README.md b/charts/validator/README.md index ba0687b..2d95d7a 100644 --- a/charts/validator/README.md +++ b/charts/validator/README.md @@ -1,6 +1,6 @@ # validator -![Version: 0.6.7](https://img.shields.io/badge/Version-0.6.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.76.1](https://img.shields.io/badge/AppVersion-0.76.1-informational?style=flat-square) +![Version: 0.6.8](https://img.shields.io/badge/Version-0.6.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.76.1](https://img.shields.io/badge/AppVersion-0.76.1-informational?style=flat-square) A Helm chart for deploying Chronicle Validator on Kubernetes