diff --git a/charts/helm3/octopod/Chart.yaml b/charts/helm3/octopod/Chart.yaml index 24f4151..96cdb2f 100644 --- a/charts/helm3/octopod/Chart.yaml +++ b/charts/helm3/octopod/Chart.yaml @@ -3,7 +3,7 @@ name: octopod description: An opensource self-hosted solution for managing multiple deployments in a Kubernetes cluster. type: application version: 0.3.1 -appVersion: 1.2 +appVersion: 1.2.1 keywords: - kubernetes - octopod diff --git a/docs/en/Octopod_deployment_guide.md b/docs/en/Octopod_deployment_guide.md index 1f3937d..c45b3c3 100644 --- a/docs/en/Octopod_deployment_guide.md +++ b/docs/en/Octopod_deployment_guide.md @@ -264,7 +264,7 @@ cd /tmp/octopod/charts ################################################# registry="typeable" -tag="1.2" +tag="1.2.1" image="octopod" octo_image="octo" @@ -425,4 +425,3 @@ helm upgrade --install octopod ./octopod \ ## Helm 3 chart You can use a [Helm 3](../../charts/helm3/octopod) chart (beta!) to install octopod. - diff --git a/docs/ru/Octopod_deployment_with_K8S.md b/docs/ru/Octopod_deployment_with_K8S.md index 70facdc..5783658 100644 --- a/docs/ru/Octopod_deployment_with_K8S.md +++ b/docs/ru/Octopod_deployment_with_K8S.md @@ -178,7 +178,7 @@ registry="typeable" # tag Octopod Server - tag="1.2" + tag="1.2.1" # название docker образа Octopod Server image="octopod"