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 Oct 10, 2024
1 parent c4a0442 commit 3c05054
Show file tree
Hide file tree
Showing 15 changed files with 623 additions and 760 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.4.0

Expand Down
8 changes: 4 additions & 4 deletions charts/victoria-metrics-distributed/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: victoria-metrics-common
repository: https://victoriametrics.github.io/helm-charts
version: 0.0.13
version: 0.0.14
- 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.27.2
digest: sha256:c88f06e313705066a617c7aaebcfcad821c6e47fea7f78e48a06986b12f92540
generated: "2024-10-10T14:07:28.373905+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 @@ -33,6 +33,6 @@ dependencies:
version: "0.0.*"
repository: https://victoriametrics.github.io/helm-charts
- name: victoria-metrics-k8s-stack
version: "0.25.*"
version: "0.27.*"
repository: https://victoriametrics.github.io/helm-charts
condition: victoria-metrics-k8s-stack.enabled
Loading

0 comments on commit 3c05054

Please sign in to comment.