...

Text file src/edge-infra.dev/third_party/k8s/k8s-gateway/version.bzl

Documentation: edge-infra.dev/third_party/k8s/k8s-gateway

     1"""List of all k8s_gateway images"""
     2
     3VERSION = "v0.4.0"
     4REGISTRY = "quay.io"
     5DIGEST = "sha256:41c29e795cb3283532ad4f6803e964965b8d77ac2c2394a1f56f980ee582ae5c"
     6REPO = "oriedge/k8s_gateway"
     7
     8K8SGATEWAY_IMAGES = {
     9    "k8s-gateway": {
    10        "TAG": VERSION,
    11        "REGISTRY": REGISTRY,
    12        "DIGEST": DIGEST,
    13        "REPO": REPO,
    14    },
    15}

View as plain text