""" Name: Emissary Description: Emissary-Ingress Repo: https://github.com/emissary-ingress/emissary Release Cadence: Each minor version (usually every 3 months) and security patches. Upgrade Steps: 1. Set the `VERSION` variable to the new version. 2. Run `just third_party/k8s/emissary/update` 3. Update digest(s) """ VERSION = "v3.9.1" REGISTRY = "index.docker.io" DIGEST = "sha256:17374fc250f8194a156dd16db9b58359cd170b5e18de6dc213b4830f47f58ce8" REPO = "emissaryingress/emissary" EMISSARY_IMAGES = { "emissary": { "TAG": VERSION, "REGISTRY": REGISTRY, "DIGEST": DIGEST, "REPO": REPO, "DESTINATION_REPO": REGISTRY + "/" + REPO, }, }