From 2457cb3efd0591a9f2da9bc7489bee99d1b5e39b Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:29:18 +0200 Subject: [PATCH] Update keptn-metrics-operator Helm chart (#172) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com> Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com> --- charts/keptn-metrics-operator/Chart.yaml | 4 ++-- charts/keptn-metrics-operator/README.md | 2 +- .../templates/keptnmetricsprovider-crd.yaml | 5 +++++ charts/keptn-metrics-operator/values.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/charts/keptn-metrics-operator/Chart.yaml b/charts/keptn-metrics-operator/Chart.yaml index 0e82d43..e11e6e4 100644 --- a/charts/keptn-metrics-operator/Chart.yaml +++ b/charts/keptn-metrics-operator/Chart.yaml @@ -22,8 +22,8 @@ annotations: artifacthub.io/operator: 'true' kubeVersion: '>= 1.24.0-0' type: application -version: 0.2.3 -appVersion: v1.0.2 # x-release-please-version +version: 0.3.0 +appVersion: v1.1.0 # x-release-please-version dependencies: - name: common repository: https://charts.lifecycle.keptn.sh diff --git a/charts/keptn-metrics-operator/README.md b/charts/keptn-metrics-operator/README.md index 37c985b..94b8961 100644 --- a/charts/keptn-metrics-operator/README.md +++ b/charts/keptn-metrics-operator/README.md @@ -79,7 +79,7 @@ Prometheus, Dynatrace, DataDog and K8s metric server... | `env.analysisControllerLogLevel` | sets the log level of Analysis Controller | `0` | | `image.registry` | specify the container registry for the metrics-operator image | `""` | | `image.repository` | specify registry for manager image | `keptn/metrics-operator` | -| `image.tag` | select tag for manager image | `v1.0.2` | +| `image.tag` | select tag for manager image | `v1.1.0` | | `image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` | | `livenessProbe` | custom livenessprobe for manager container | | | `readinessProbe` | custom readinessprobe for manager container | | diff --git a/charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml b/charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml index 4ce5b9d..9be49d5 100644 --- a/charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml +++ b/charts/keptn-metrics-operator/templates/keptnmetricsprovider-crd.yaml @@ -50,6 +50,11 @@ spec: spec: description: KeptnMetricsProviderSpec defines the desired state of KeptnMetricsProvider properties: + insecureSkipTlsVerify: + default: false + description: InsecureSkipTlsVerify skips verification of the tls certificate + when fetching metrics + type: boolean secretKeyRef: description: SecretKeyRef defines an optional secret for access credentials to the metrics provider. diff --git a/charts/keptn-metrics-operator/values.yaml b/charts/keptn-metrics-operator/values.yaml index 798d919..006ad29 100644 --- a/charts/keptn-metrics-operator/values.yaml +++ b/charts/keptn-metrics-operator/values.yaml @@ -140,7 +140,7 @@ image: ## @param image.repository specify registry for manager image repository: keptn/metrics-operator ## @param image.tag select tag for manager image - tag: v1.0.2 # x-release-please-version + tag: v1.1.0 # x-release-please-version ## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values imagePullPolicy: "" ## @extra livenessProbe custom livenessprobe for manager container