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 charts/validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/validator/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/validator/templates/tests/test-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading