mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
helm chart
This commit is contained in:
parent
82c3fdcaf2
commit
55e977f7a1
39
deployment/kubernetes/Chart.yaml
Normal file
39
deployment/kubernetes/Chart.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
type: application
|
||||
apiVersion: v2
|
||||
name: ocelot-social
|
||||
version: "1.0.0"
|
||||
# The appVersion defines which docker image is pulled.
|
||||
# Having it set to latest will pull the latest build on dockerhub.
|
||||
# You are free to define a specific version here tho.
|
||||
# e.g. appVersion: "0.6.10"
|
||||
# Be aware that this requires all dockers to have the same version available.
|
||||
appVersion: "latest"
|
||||
description: The Helm chart for ocelot.social
|
||||
home: https://ocelot.social
|
||||
sources:
|
||||
- https://github.com/Ocelot-Social-Community/
|
||||
- https://github.com/Ocelot-Social-Community/Ocelot-Social
|
||||
- https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding
|
||||
maintainers:
|
||||
- name: Ulf Gebhardt
|
||||
email: ulf.gebhardt@webcraft-media.de
|
||||
url: https://www.webcraft-media.de/#!ulf_gebhardt
|
||||
icon: https://github.com/Ocelot-Social-Community/Ocelot-Social/raw/master/webapp/static/img/custom/welcome.svg
|
||||
deprecated: false
|
||||
|
||||
# Unused Fields
|
||||
#dependencies: # A list of the chart requirements (optional)
|
||||
# - name: ingress-nginx
|
||||
# version: v1.10.0
|
||||
# repository: https://kubernetes.github.io/ingress-nginx
|
||||
# condition: (optional) A yaml path that resolves to a boolean, used for enabling/disabling charts (e.g. subchart1.enabled )
|
||||
# tags: # (optional)
|
||||
# - Tags can be used to group charts for enabling/disabling together
|
||||
# import-values: # (optional)
|
||||
# - ImportValues holds the mapping of source values to parent key to be imported. Each item can be a string or pair of child/parent sublist items.
|
||||
# alias: (optional) Alias to be used for the chart. Useful when you have to add the same chart multiple times
|
||||
#kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
|
||||
#keywords:
|
||||
# - A list of keywords about this project (optional)
|
||||
#annotations:
|
||||
# example: A list of annotations keyed by name (optional).
|
||||
Loading…
x
Reference in New Issue
Block a user