Skip to content

Commit

Permalink
feat(chart): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Dec 7, 2023
1 parent 92fafef commit b22545e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/teamcity-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: teamcity-server
description: A Helm chart for deploy HA teamcity server
type: application
version: 2.4.0
appVersion: "2023.05"
version: 3.0.0
appVersion: "2023.11"
8 changes: 8 additions & 0 deletions charts/teamcity-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ helm repo add teamcity-charts https://nefelim4ag.github.io/teamcity-charts/
helm install teamcity teamcity-charts/teamcity-server
```

# Upgrade 2.x.x -> 3.x.x

* Nginx replaced by HAProxy, drop proxy.main_node_id key
* Set node ID to pod name by default
* Set per node ROOT_URL to internal service name, as they are supposed to inter-node communication according to official docs
* Allow configuring responsibilities by the helm
* Rollout pods on config change

# Upgrade 1.2.x -> 2.x.x

* Migrated to statefulset
Expand Down

0 comments on commit b22545e

Please sign in to comment.