Skip to content

Commit a51a01d

Browse files
removed CRD template from operator chart
1 parent 8c70fde commit a51a01d

File tree

19 files changed

+43400
-43226
lines changed

19 files changed

+43400
-43226
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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/**
1214
charts/**/charts/crds/_index.md
1315
.helm/
1416
.local/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dependencies:
2+
- name: crd-templates
3+
repository: ""
4+
version: 0.0.*
5+
- name: crd-templates
6+
repository: ""
7+
version: 0.0.*
8+
- name: crd-templates
9+
repository: ""
10+
version: 0.0.*
11+
digest: sha256:8622da43ac238af37b47db75550e6396eaa90242922fb9e708ca71aa9c955fd4
12+
generated: "2025-09-14T23:04:23.680287+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: crds
37+
- name: crd-templates
3838
version: "0.0.*"
3939
alias: vm
40-
- name: crds
40+
- name: crd-templates
4141
version: "0.0.*"
4242
alias: vl
43-
- name: crds
43+
- name: crd-templates
4444
version: "0.0.*"
4545
alias: vt

charts/victoria-metrics-operator-crds/charts/crds/Chart.yaml renamed to charts/victoria-metrics-operator-crds/charts/crd-templates/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: crds
2+
name: crd-templates
33
description: A subchart stores victoriametrics operator CRDs.
44
type: application
55
version: 0.0.0
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../victoria-metrics-operator/charts/crds/crds/crd.yaml
File renamed without changes.
File renamed without changes.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# -- VM operator CRD annotations
1+
# -- operator common CRD annotations
2+
annotations: &annotations {}
23
vm:
3-
annotations: {}
4+
# -- Annotations for VM-prefixed CRDs
5+
annotations: *annotations
46
vl:
5-
annotations: {}
7+
# -- Annotations for VL-prefixed CRDs
8+
annotations: *annotations
69
vt:
7-
annotations: {}
10+
# -- Annotations for VT-prefixed CRDs
11+
annotations: *annotations

0 commit comments

Comments
 (0)