Files
manifests/charts/proteus/values.yaml
T
2026-08-10 10:49:10 +02:00

13 lines
746 B
YAML

# Default values for proteus.
# This chart is installed three times, like atlantis: "proteus" (environment: prod, this
# file's defaults), "proteus-staging" (environment: staging, values-staging.yaml), and
# "proteus-beta" (environment: beta, values-beta.yaml). Each release has its own Values scope,
# so all three can use the plain `image` key without colliding — the publish-container CI action
# bumps .image.tag here directly on a tagged release (same convention as charts/atlantis/values.yaml)
# and bumps values-staging.yaml's .image.tag on every merge to main. Beta's tag is manually pinned,
# same as atlantis's values-beta.yaml.gotmpl.
image:
repository: git.oceanbox.io/oceanbox/poseidon/proteus
tag: "v2.21.0"
environment: prod