Skip to content

Commit da48e31

Browse files
keptn-botodubajDT
andauthored
Update keptn-metrics-operator Helm chart (#166)
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]> Co-authored-by: odubajDT <[email protected]>
1 parent c7fe98c commit da48e31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/keptn-metrics-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ annotations:
2222
artifacthub.io/operator: 'true'
2323
kubeVersion: '>= 1.24.0-0'
2424
type: application
25-
version: 0.2.1
26-
appVersion: v1.0.1 # x-release-please-version
25+
version: 0.2.2
26+
appVersion: v1.0.2 # x-release-please-version
2727
dependencies:
2828
- name: common
2929
repository: https://charts.lifecycle.keptn.sh

charts/keptn-metrics-operator/README.md

+1-1
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.0.1` |
82+
| `image.tag` | select tag for manager image | `v1.0.2` |
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ podAnnotations: {}
104104
## @param kubernetesClusterDomain overrides cluster.local
105105
kubernetesClusterDomain: cluster.local
106106
customMetricsAPIService:
107-
## @param customMetricsAPIService.enabled enable/disable the K8s APIService installation
107+
## @param customMetricsAPIService.enabled enable/disable the installation of custom metrics API Service
108108
enabled: "true"
109109

110110
## @section Keptn Metrics Operator controller
@@ -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.0.1 # x-release-please-version
143+
tag: v1.0.2 # 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)