Skip to content

Commit

Permalink
fix global variables setting for assertoor (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 authored Aug 12, 2024
1 parent e5c0942 commit 5b71c59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/assertoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/ethpandaops/assertoor
sources:
- https://github.com/ethpandaops/assertoor
type: application
version: 0.0.3
version: 0.0.4
appVersion: "1.0.0"
maintainers:
- name: pk910
Expand Down
2 changes: 1 addition & 1 deletion charts/assertoor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# assertoor

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Testing tool that is capable of doing actions and checking conditions on ethereum pos networks.

Expand Down
2 changes: 1 addition & 1 deletion charts/assertoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ config: |
inventoryUrl: "{{ .Values.validatorNamesInventory }}"
globalVars:
{{- toYaml .globalVariables | nindent 2 }}
{{- toYaml .Values.globalVariables | nindent 2 }}
# Test definitions
externalTests:
Expand Down

0 comments on commit 5b71c59

Please sign in to comment.