Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions testplanit/helm/testplanit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ description: |
Valkey, Elasticsearch, and MinIO that can each be swapped for managed services
(RDS / ElastiCache / OpenSearch / S3).
type: application
# Chart version — bump on chart changes (independent of the app image version).
version: 0.1.1
# appVersion is intentionally unset: the application image is bring-your-own
# (its domain is baked at build time), so the running app version is whatever
# image tag the operator supplies via `image.tag`.
# Chart version — tracks the app release line it ships against.
version: 1.0.0
# The application release this chart ships against. Surfaces on every object as
# the standard app.kubernetes.io/version label. Operators who pin `image.tag`
# to a different release should expect that label to reflect this value, not
# their override.
appVersion: "1.0.0"
kubeVersion: ">=1.25.0-0"
home: https://testplanit.com
sources:
Expand Down
Loading