Files
sure/charts/sure/Chart.yaml
2025-12-31 19:38:23 +01:00

35 lines
975 B
YAML

apiVersion: v2
name: sure
description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis.
type: application
version: 0.6.7-alpha
appVersion: "0.6.7-alpha"
kubeVersion: ">=1.25.0-0"
home: https://github.com/we-promise/sure
sources:
- https://github.com/we-promise/sure
keywords:
- rails
- sidekiq
- personal-finance
- cloudnativepg
- redis
maintainers:
- name: Sure maintainers
url: https://github.com/we-promise/sure
# Optional subcharts for turnkey self-hosting
# Users must `helm repo add` the below repositories before installing this chart.
dependencies:
- name: cloudnative-pg
version: "0.22.0"
repository: "https://cloudnative-pg.github.io/charts"
condition: cnpg.enabled
- name: redis-operator
alias: redisOperator
version: "~0.21.0"
repository: "https://ot-container-kit.github.io/helm-charts"
condition: redisOperator.enabled