Skip to content

Commit

Permalink
charts/operator: update to the v0.42.3 version
Browse files Browse the repository at this point in the history
updates operator version
  • Loading branch information
f41gh7 committed Mar 12, 2024
1 parent 619b872 commit 165faa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: 0.42.2
appVersion: 0.42.3
description: Victoria Metrics Operator
name: victoria-metrics-operator
home: https://github.com/VictoriaMetrics/operator
sources:
- https://github.com/VictoriaMetrics/helm-charts
- https://github.com/VictoriaMetrics/operator
version: 0.29.2
version: 0.29.3
icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4
kubeVersion: ">=1.23.0-0"
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/victoria-metrics-operator/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6492,11 +6492,11 @@ spec:
versions:
- additionalPrinterColumns:
- description: The version of VMAlertmanager
jsonPath: .spec.version
jsonPath: .spec.image.tag
name: Version
type: string
- description: The desired replicas number of Alertmanagers
jsonPath: .spec.ReplicaCount
jsonPath: .spec.replicaCount
name: ReplicaCount
type: integer
- jsonPath: .metadata.creationTimestamp
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# -- Image repository
repository: victoriametrics/operator
# -- Image tag
tag: v0.42.2
tag: v0.42.3
# -- Image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 165faa6

Please sign in to comment.