Skip to content

Commit b92c9a2

Browse files
added CRD upgrade job
1 parent 96fa893 commit b92c9a2

File tree

21 files changed

+355
-16
lines changed

21 files changed

+355
-16
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ test-charts/*/Chart.lock
99
.cr-release-packages/**
1010
!charts/*/charts/crds
1111
!charts/*/charts/crds/**
12-
!charts/*/charts/crd-templates
13-
!charts/*/charts/crd-templates/**
1412
charts/**/charts/crds/_index.md
1513
.helm/
1614
.local/
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
2-
- name: crd-templates
2+
- name: crds
33
repository: ""
44
version: 0.0.*
5-
- name: crd-templates
5+
- name: crds
66
repository: ""
77
version: 0.0.*
8-
- name: crd-templates
8+
- name: crds
99
repository: ""
1010
version: 0.0.*
11-
digest: sha256:8622da43ac238af37b47db75550e6396eaa90242922fb9e708ca71aa9c955fd4
12-
generated: "2025-09-14T23:04:23.680287+03:00"
11+
digest: sha256:f793c6283fee161c4159c9b127328dbede0c96d29ab4c81827c23fd3d274389a
12+
generated: "2025-09-16T07:10:56.598052+03:00"

charts/victoria-metrics-operator-crds/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ annotations:
3434
- name: Changelog
3535
url: https://docs.victoriametrics.com/operator/changelog/
3636
dependencies:
37-
- name: crd-templates
37+
- name: crds
3838
version: "0.0.*"
3939
alias: vm
40-
- name: crd-templates
40+
- name: crds
4141
version: "0.0.*"
4242
alias: vl
43-
- name: crd-templates
43+
- name: crds
4444
version: "0.0.*"
4545
alias: vt

charts/victoria-metrics-operator-crds/charts/crd-templates/Chart.yaml renamed to charts/victoria-metrics-operator-crds/charts/crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: crd-templates
2+
name: crds
33
description: A subchart stores victoriametrics operator CRDs.
44
type: application
55
version: 0.0.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

charts/victoria-metrics-operator/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Next release
22

3+
**Update note 1**: CRD template was replaced by CRD upgrade job. `Values.crds.plain` property is now deprecated and temporary it enables upgrade job for compatibility. Consider replacing it with `.Values.crds.upgrade.enabled: true`.
4+
**Update note 2**: Replaced `.Values.admissionWebhooks.enabledCRDValidation` map with `.Values.admissionWebhooks.disabledFor` list of CRD names to disable validation for.
5+
36
- Added `securityContext` to the `cleanup` job.
4-
- Removed `.Values.crds.plain` property, CRDs as templates are not supported by chart anymore.
7+
- Removed `.Values.crds.plain` property, CRDs as templates are not supported by chart anymore. Added upgrade job instead, which is enabled by `.Values.crds.upgrade.enabled` property.
58
- Replaced `.Values.admissionWebhooks.enabledCRDValidation` with `.Values.admissionWebhooks.disabledFor` list of CRD names to disable validation for.
69

710
## 0.53.0
94.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)