Commit af664f51 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent c06c1203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ It uses the following variables:

| Input / Variable | Description                                                                                               | Default value          |
| ------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image` / `K6_IMAGE` | The Docker image used to run k6                                                                           | `registry.hub.docker.com/grafana/k6:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-K6_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-K6_IMAGE) |
| `image` / `K6_IMAGE` | The Docker image used to run k6                                                                           | `docker.io/grafana/k6:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-K6_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-K6_IMAGE) |
| `tests-dir` / `K6_TESTS_DIR` | The k6 tests directory                                                                             | `k6`                    |
| `extra-args` / `K6_EXTRA_ARGS` | k6 extra  [command-line](https://grafana.com/docs/k6/latest/get-started/running-k6/)                                   | _none_                 |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled)      |
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    {
      "name": "K6_IMAGE",
      "description": "The Docker image used to run k6 CLI.",
      "default": "registry.hub.docker.com/grafana/k6:latest"
      "default": "docker.io/grafana/k6:latest"
    },
    {
      "name": "K6_TESTS_DIR",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to run k6 CLI.
      default: registry.hub.docker.com/grafana/k6:latest
      default: docker.io/grafana/k6:latest
    tests-dir:
      description: The k6 tests directory
      default: k6