2022-05-15 01:39:23 -06:00
|
|
|
apiVersion: v2
|
2023-08-21 08:14:53 -06:00
|
|
|
name: iceshrimp
|
|
|
|
description: A fun, new, open way to experience social media https://iceshrimp.dev
|
2023-05-10 17:07:45 -06:00
|
|
|
|
|
|
|
# A chart can be either an 'application' or a 'library' chart.
|
|
|
|
#
|
|
|
|
# Application charts are a collection of templates that can be packaged into versioned archives
|
|
|
|
# to be deployed.
|
|
|
|
#
|
|
|
|
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
|
|
|
# a dependency of application charts to inject those utilities and functions into the rendering
|
|
|
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
|
|
|
type: application
|
|
|
|
|
|
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
|
|
# to the chart and its templates, including the app version.
|
|
|
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
2024-06-25 07:34:46 -06:00
|
|
|
version: 0.1.4
|
2023-05-10 17:07:45 -06:00
|
|
|
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
|
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
|
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
|
|
# It is recommended to use it with quotes.
|
|
|
|
appVersion: "rc"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- name: elasticsearch
|
2024-01-14 12:35:52 -07:00
|
|
|
version: 19.14.1
|
2023-05-10 17:07:45 -06:00
|
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
|
|
condition: elasticsearch.enabled
|
|
|
|
- name: postgresql
|
2024-01-14 12:35:52 -07:00
|
|
|
version: 13.2.29
|
2023-05-10 17:07:45 -06:00
|
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
|
|
condition: postgresql.enabled
|
|
|
|
- name: redis
|
2024-01-14 12:35:52 -07:00
|
|
|
version: 18.6.3
|
2023-05-10 17:07:45 -06:00
|
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
|
|
condition: redis.enabled
|