Skip to content

Commit 5a8c7b5

Browse files
keptn-botmowies
andauthored
Update keptn-metrics-operator Helm chart (#189)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Moritz Wiesinger <[email protected]> Co-authored-by: mowies <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent 54cc2b6 commit 5a8c7b5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/keptn-metrics-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ annotations:
2222
artifacthub.io/operator: 'true'
2323
kubeVersion: '>= 1.27.0-0'
2424
type: application
25-
version: 0.4.0 # Helm Chart version
26-
appVersion: v2.0.0 # x-release-please-version
25+
version: 0.5.0 # Helm Chart version
26+
appVersion: v2.1.0 # x-release-please-version
2727
dependencies:
2828
- name: common
2929
repository: https://charts.lifecycle.keptn.sh

charts/keptn-metrics-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Prometheus, Dynatrace, DataDog and K8s metric server...
7979
| `env.analysisControllerLogLevel` | sets the log level of Analysis Controller | `0` |
8080
| `image.registry` | specify the container registry for the metrics-operator image | `""` |
8181
| `image.repository` | specify registry for manager image | `keptn/metrics-operator` |
82-
| `image.tag` | select tag for manager image | `v2.0.0` |
82+
| `image.tag` | select tag for manager image | `v2.1.0` |
8383
| `image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
8484
| `livenessProbe` | custom livenessprobe for manager container | |
8585
| `readinessProbe` | custom readinessprobe for manager container | |

charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ spec:
8181
type: string
8282
type:
8383
description: Type represents the provider type. This can be one of
84-
cortex, datadog, dql, dynatrace, prometheus or thanos.
85-
pattern: cortex|datadog|dql|dynatrace|prometheus|thanos
84+
cortex, datadog, dql, dynatrace, prometheus, elastic or thanos.
85+
pattern: cortex|datadog|dql|dynatrace|prometheus|elastic|thanos
8686
type: string
8787
required:
8888
- targetServer

charts/keptn-metrics-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ image:
140140
## @param image.repository specify registry for manager image
141141
repository: keptn/metrics-operator
142142
## @param image.tag select tag for manager image
143-
tag: v2.0.0 # x-release-please-version
143+
tag: v2.1.0 # x-release-please-version
144144
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
145145
imagePullPolicy: ""
146146
## @extra livenessProbe custom livenessprobe for manager container

0 commit comments

Comments
 (0)