diff --git a/deployment/kubernetes/Chart.yaml b/deployment/kubernetes/Chart.yaml index e7f36a7..14a8032 100644 --- a/deployment/kubernetes/Chart.yaml +++ b/deployment/kubernetes/Chart.yaml @@ -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: diff --git a/deployment/kubernetes/README.md b/deployment/kubernetes/README.md index e71eced..c48da6d 100644 --- a/deployment/kubernetes/README.md +++ b/deployment/kubernetes/README.md @@ -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