Documentation
¶
Overview ¶
Package testimages pins the container images the tests run. Renovate updates the versions in this file, so every image a test pulls belongs here.
Index ¶
Constants ¶
View Source
const ( // K3s runs the Kubernetes cluster of the end-to-end suite. // https://hub.docker.com/r/rancher/k3s/tags K3s = "docker.io/rancher/k3s:v1.35.8-k3s1" // Redis backs the kas instances of the tests. // https://hub.docker.com/_/redis // https://docs.gitlab.com/install/requirements/#redis Redis = "docker.io/redis:7-alpine" // Postgres backs the AutoFlow databases of the tests. // https://hub.docker.com/_/postgres Postgres = "docker.io/postgres:17-alpine" // Kubectl1_34 is one minor version below the K3s server, the skew kubectl supports. // https://hub.docker.com/r/alpine/kubectl/tags Kubectl1_34 = "docker.io/alpine/kubectl:1.34.2" // Kubectl1_36 is one minor version above the K3s server. Kubectl1_36 = "docker.io/alpine/kubectl:1.36.4" // Helm3 is the latest Helm 3. // https://hub.docker.com/r/alpine/helm/tags Helm3 = "docker.io/alpine/helm:3.21.4" // Helm4 is the latest Helm 4. Helm4 = "docker.io/alpine/helm:4.2.4" // Busybox has a shell and an httpd, so a pod running it has a port and log output. Busybox = "registry.k8s.io/e2e-test-images/busybox:1.36.1-1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.