Skip to content

Commit ff640cd

Browse files
keptn-botodubajDT
andauthored
Update keptn-metrics-operator Helm chart (#185)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: odubajDT <[email protected]> Co-authored-by: odubajDT <[email protected]>
1 parent e009066 commit ff640cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/keptn-metrics-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ annotations:
2020
url: https://slack.keptn.sh/
2121
artifacthub.io/license: Apache-2.0
2222
artifacthub.io/operator: 'true'
23-
kubeVersion: '>= 1.24.0-0'
23+
kubeVersion: '>= 1.27.0-0'
2424
type: application
25-
version: 0.3.1
26-
appVersion: v1.1.1 # x-release-please-version
25+
version: 0.4.0 # Helm Chart version
26+
appVersion: v2.0.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 | `v1.1.1` |
82+
| `image.tag` | select tag for manager image | `v2.0.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/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: v1.1.1 # x-release-please-version
143+
tag: v2.0.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)