Skip to content

Commit

Permalink
Switch to the newer query test
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Dec 9, 2024
1 parent d27b4ad commit e9d4724
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-monitoring-test/templates/tests/test-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- |
for i in $(seq 1 {{ $.Values.attempts | int }}); do
echo "Running test... ($i/{{ $.Values.attempts | int }})"
if /etc/bin/query-test.sh /etc/test/queries.json; then
if /usr/bin/query-test.sh /etc/test/queries.json; then
exit 0
fi
sleep {{ $.Values.delay | int }}
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ image:
registry: ghcr.io
# -- Test pod image repository.
# @section -- Image settings
repository: grafana/k8s-monitoring-test
repository: grafana/query-test
# -- Test pod image tag. Default is the chart version.
# @section -- Image settings
tag: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
image:
repository: grafana/query-test
tag: 1.0.0
tests:
- envFrom:
- secretRef:
Expand Down

0 comments on commit e9d4724

Please sign in to comment.