Skip to content

Commit

Permalink
DO NOT MERGE. COMMIT TO RUN TESTS
Browse files Browse the repository at this point in the history
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <jvaladas@mirantis.com>
  • Loading branch information
juanluisvaladas committed Jan 16, 2025
1 parent 20f21fc commit a7ed7cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
workflow_dispatch:
inputs:
prNumber:
# Trigger the workflow
description: PR against which to this workflow
required: false
schedule:
Expand Down
8 changes: 4 additions & 4 deletions pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ const (
CoreDNSImageVersion = "1.12.0"
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
EnvoyProxyImageVersion = "v1.31.3"
CalicoImage = "quay.io/k0sproject/calico-cni"
CalicoComponentImagesVersion = "v3.29.1-0"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
CalicoImage = "ttl.sh/k0sproject-calico-cni-12766481304-1"
CalicoComponentImagesVersion = "1d"
CalicoNodeImage = "ttl.sh/k0sproject-calico-node-12766481304-1"
KubeControllerImage = "ttl.sh/k0sproject-calico-kube-controllers-12766481304-1"
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"
KubeRouterCNIImageVersion = "v2.4.1-iptables1.8.9-0"
KubeRouterCNIInstallerImage = "quay.io/k0sproject/cni-node"
Expand Down

0 comments on commit a7ed7cc

Please sign in to comment.