mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 06:44:52 +00:00
35 lines
978 B
YAML
35 lines
978 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.8-alpha.7
|
|
appVersion: "0.6.8-alpha.7"
|
|
|
|
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.27"
|
|
repository: "https://cloudnative-pg.github.io/charts"
|
|
condition: cnpg.enabled
|
|
- name: redis-operator
|
|
alias: redisOperator
|
|
version: "~0.23.0"
|
|
repository: "https://ot-container-kit.github.io/helm-charts"
|
|
condition: redisOperator.enabled
|