Skip to content

Commit

Permalink
Prepare docs for 1.2.1 release (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 committed Jul 28, 2021
1 parent af908ee commit 9a87bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/helm3/octopod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/en/Octopod_deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ cd /tmp/octopod/charts
#################################################

registry="typeable"
tag="1.2"
tag="1.2.1"
image="octopod"
octo_image="octo"

Expand Down Expand Up @@ -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.

2 changes: 1 addition & 1 deletion docs/ru/Octopod_deployment_with_K8S.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
registry="typeable"
# tag Octopod Server
tag="1.2"
tag="1.2.1"
# название docker образа Octopod Server
image="octopod"
Expand Down

0 comments on commit 9a87bbd

Please sign in to comment.