13 lines
739 B
YAML
13 lines
739 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: ""
|
|
environment: prod
|