Skip to content

Commit

Permalink
distributed: major refactoring, use common templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 20, 2024
1 parent f0e007f commit fcc615e
Show file tree
Hide file tree
Showing 15 changed files with 511 additions and 592 deletions.
11 changes: 10 additions & 1 deletion charts/victoria-metrics-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Next release

- TODO
- `vmauthIngestGlobal` was changed to `write.global.vmauth`
- `vmauthQueryGlobal` was changed to `read.global.vmauth`
- `availabilityZones[*].allowIngest` was changed to `availabilityZones[*].write.allow`
- `availabilityZones[*].allowRead` was changed to `availabilityZones[*].read.allow`
- `availabilityZones[*].nodeSelector` was moved to `availabilityZones[*].common.spec.nodeSelector`
- `availabilityZones[*].extraAffinity` was moved to `availabilityZones[*].common.spec.affinity`
- `availabilityZones[*].topologySpreadConstraints` was moved to `availabilityZones[*].common.spec.topologySpreadConstraints`
- `availabilityZones[*].vmauthIngest` was moved to `availabilityZones[*].write.vmauth`
- `availabilityZones[*].vmauthQueryPerZone` was moved to `availabilityZones[*].read.perZone.vmauth`
- `availabilityZones[*].vmauthCrossAZQuery` was moved to `availabilityZones[*].read.crossZone.vmauth`

## 0.3.1

Expand Down
6 changes: 3 additions & 3 deletions charts/victoria-metrics-distributed/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.0.13
- name: victoria-metrics-k8s-stack
repository: https://victoriametrics.github.io/helm-charts
version: 0.25.16
digest: sha256:70b3cd33db0ca6256a8abc353dbaa0deae4264d8b9664a3ceab5ab7225ab8a99
generated: "2024-09-19T12:53:54.22191+08:00"
version: 0.25.17
digest: sha256:68ca6c3beee62c629340801c0f3036baeb58632eb3cd2ae6bb3949ced18433eb
generated: "2024-09-20T09:09:51.833064+03:00"
2 changes: 1 addition & 1 deletion charts/victoria-metrics-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: victoria-metrics-distributed
description: A Helm chart for Running VMCluster on Multiple Availability Zones
type: application
version: 0.3.1
version: 0.4.0
appVersion: "v1.103.0"
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
Loading

0 comments on commit fcc615e

Please sign in to comment.