Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
a837f2e758 Updates: container-hooks to v0.5.1 2024-02-06 09:05:12 +00:00
Nick McClorey
c03fac8fdd Remove Typo in Grafana docs (#3235) 2024-02-02 10:01:22 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ We do not intend to provide a supported ARC dashboard. This is simply a referenc
1. Make sure to have [Grafana](https://grafana.com/docs/grafana/latest/installation/) and [Prometheus](https://prometheus.io/docs/prometheus/latest/installation/) running in your cluster.
2. Make sure that Prometheus is properly scraping the metrics endpoints of the controller-manager and listeners.
3. Import the [dashboard](ARC-Autoscaling-Runner-Set-Monitoring_1692627561838.json.json) into Grafana.
3. Import the [dashboard](ARC-Autoscaling-Runner-Set-Monitoring_1692627561838.json) into Grafana.

View File

@@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04
TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.312.0
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.0
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.1
DOCKER_VERSION ?= 24.0.7
# default list of platforms for which multiarch image is built

View File

@@ -1,2 +1,2 @@
RUNNER_VERSION=2.312.0
RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
RUNNER_CONTAINER_HOOKS_VERSION=0.5.1

View File

@@ -37,7 +37,7 @@ var (
testResultCMNamePrefix = "test-result-"
RunnerVersion = "2.312.0"
RunnerContainerHooksVersion = "0.5.0"
RunnerContainerHooksVersion = "0.5.1"
)
// If you're willing to run this test via VS Code "run test" or "debug test",