Skip to content

Commit

Permalink
temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 12, 2024
1 parent 8cd3fd9 commit 116fedc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions charts/victoria-metrics-k8s-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ dependencies:
- name: victoria-metrics-common
repository: https://victoriametrics.github.io/helm-charts
version: 0.0.11
- name: crds
repository: ""
version: 0.0.*
- name: victoria-metrics-operator
repository: https://victoriametrics.github.io/helm-charts
version: 0.34.8
Expand All @@ -17,5 +20,5 @@ dependencies:
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 11.0.0
digest: sha256:a779df35fb89349f569d8cee18e40fd2e4cd5c1440b06f857b66dde950bf3de9
generated: "2024-09-12T09:57:51.962449+03:00"
digest: sha256:6269a3ccc046a21f9c3d7faf60295efe38d9c171809eb6fa6ae0abb0eab72174
generated: "2024-09-12T10:09:35.461164+03:00"
2 changes: 2 additions & 0 deletions charts/victoria-metrics-k8s-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies:
- name: victoria-metrics-common
version: "0.0.*"
repository: https://victoriametrics.github.io/helm-charts
- name: crds
version: "0.0.*"
- name: victoria-metrics-operator
version: "0.34.*"
repository: https://victoriametrics.github.io/helm-charts
Expand Down
1 change: 1 addition & 0 deletions charts/victoria-metrics-k8s-stack/charts/crds
3 changes: 3 additions & 0 deletions charts/victoria-metrics-k8s-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ argocdReleaseOverride: ""
# -- also checkout here possible ENV variables to configure operator behaviour https://docs.victoriametrics.com/operator/vars
victoria-metrics-operator:
enabled: true
crd:
# -- added temporary, till new operator version released
create: false
serviceMonitor:
enabled: true
operator:
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ home: https://github.com/VictoriaMetrics/operator
sources:
- https://github.com/VictoriaMetrics/helm-charts
- https://github.com/VictoriaMetrics/operator
version: 0.34.8
version: 0.34.9
icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4
kubeVersion: ">=1.25.0-0"
keywords:
Expand Down

0 comments on commit 116fedc

Please sign in to comment.