Skip to content

Commit

Permalink
moved crds to a chart
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 19, 2024
1 parent 4223eee commit db88c85
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 18 deletions.
10 changes: 10 additions & 0 deletions charts/victoria-logs-single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,16 @@ OrderedReady
</pre>
</td>
<td><p>Deploy order policy for StatefulSet pods</p>
</td>
</tr>
<tr>
<td>server.statefulSet.replicaCount</td>
<td>int</td>
<td><pre lang="">
1
</pre>
</td>
<td><p>Replica count for StatefulSet pods</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 2 additions & 0 deletions charts/victoria-logs-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ server:
enabled: true
# -- Deploy order policy for StatefulSet pods
podManagementPolicy: OrderedReady
# -- Replica count for StatefulSet pods
replicaCount: 1
# -- Pod's termination grace period in seconds
terminationGracePeriodSeconds: 60
serviceMonitor:
Expand Down
1 change: 1 addition & 0 deletions charts/victoria-metrics-k8s-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Moved crds to a shared chart and import them as a dependency
- Added VMAuth to k8s stack. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/829)
- Fixed ETCD dashboard
- Moved crds to a shared chart and import them as a dependency

## 0.25.16

Expand Down
16 changes: 0 additions & 16 deletions charts/victoria-metrics-k8s-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2122,22 +2122,6 @@ false
</td>
<td></td>
</tr>
<tr>
<td>vmauth.ingress</td>
<td>object</td>
<td><pre lang="plaintext">
annotations: {}
enabled: false
hosts:
- vmauth.domain.com
labels: {}
path: /
pathType: Prefix
</pre>
</td>
<td><p>vmagent ingress configuration</p>
</td>
</tr>
<tr>
<td>vmauth.spec</td>
<td>object</td>
Expand Down
2 changes: 2 additions & 0 deletions charts/victoria-metrics-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- replaced `crd.enabled` property to `crds.plain`. Instead of disabling CRDs it selects if CRDs should be rendered from template or as plain CRDs
- Made webhook port configurable. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1506)
- Changed crd cleanup hook delete policy to prevent `resource already exists` error.
- Moved crds to a shared chart and import them as a dependency
- replaced `crd.*` properties to `crds.*` as they now belong to a subchart

## 0.34.8

Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: crds
repository: ""
version: 0.0.*
digest: sha256:6d82d9a15a778259efa73e4798f46d461877cea5a8f382b7bf7eb4164fccfc1b
generated: "2024-09-17T00:20:51.436479+03:00"
digest: sha256:098bd3de1f66fbe44675ddcf9a175b91510eaf6610de33113c984af1a6601016
generated: "2024-09-19T15:20:27.113653+03:00"
10 changes: 10 additions & 0 deletions charts/victoria-metrics-single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,16 @@ OrderedReady
</pre>
</td>
<td><p>Deploy order policy for StatefulSet pods</p>
</td>
</tr>
<tr>
<td>server.statefulSet.replicaCount</td>
<td>int</td>
<td><pre lang="">
1
</pre>
</td>
<td><p>Replica count for StatefulSet pods</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 2 additions & 0 deletions charts/victoria-metrics-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ server:
enabled: true
# -- Deploy order policy for StatefulSet pods
podManagementPolicy: OrderedReady
# -- Replica count for StatefulSet pods
replicaCount: 1
# -- Pod's termination grace period in seconds
terminationGracePeriodSeconds: 60
serviceMonitor:
Expand Down

0 comments on commit db88c85

Please sign in to comment.