Refine Helm charts

This commit is contained in:
Wolfgang Huß 2021-05-11 17:27:31 +02:00
parent 1afe893fb6
commit b57e1f23e2
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ 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"
# e.g. appVersion: "1.0.2-79"
# Be aware that this requires all your apps to have the same docker image version available.
appVersion: "1.0.2-79"
description: The Helm chart for ocelot.social
home: https://ocelot.social
sources:

View File

@ -1,6 +1,6 @@
# Helm installation of Ocelot.social
Deploying Ocelot.social with Helm is very straight forward. All you have to do is to change certain parameters, like domain names and API keys, then you just install our provided Helm chart to your cluster.
Deploying *ocelot.social* with Helm is very straight forward. All you have to do is to change certain parameters, like domain names and API keys, then you just install our provided Helm chart to your cluster.
## Configuration