From 5147bb6d7ada77848227c385c752ba8ceca8d77c Mon Sep 17 00:00:00 2001 From: Jijin Puthuvakkattil Date: Thu, 16 Nov 2023 11:01:30 +0100 Subject: [PATCH 1/2] new field exporter version --- stable/field-exporter/Chart.yaml | 2 +- stable/field-exporter/README.md | 4 ++-- stable/field-exporter/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/field-exporter/Chart.yaml b/stable/field-exporter/Chart.yaml index 4eb03b55..550d01ce 100644 --- a/stable/field-exporter/Chart.yaml +++ b/stable/field-exporter/Chart.yaml @@ -4,7 +4,7 @@ description: | A chart to install [field-exporter](https://github.com/deliveryhero/field-exporter). This controller is used to fill the gap in [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) for exporting value from Config Connector managed resources into Secrets and ConfigMaps. type: application -version: 1.0.4 +version: 1.0.5 appVersion: "v1.0.2" home: https://github.com/deliveryhero/field-exporter sources: diff --git a/stable/field-exporter/README.md b/stable/field-exporter/README.md index 1d665870..72242a09 100644 --- a/stable/field-exporter/README.md +++ b/stable/field-exporter/README.md @@ -1,6 +1,6 @@ # field-exporter -![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square) +![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square) A chart to install [field-exporter](https://github.com/deliveryhero/field-exporter). This controller is used to fill the gap in [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) for exporting value from Config Connector managed resources into Secrets and ConfigMaps. @@ -52,7 +52,7 @@ helm install my-release deliveryhero/field-exporter -f values.yaml | controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | | controllerManager.manager.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | | controllerManager.manager.image.repository | string | `"europe-docker.pkg.dev/dp-common-infra-5780/developer-platform-public/deliveryhero/field-exporter"` | | -| controllerManager.manager.image.tag | string | `"v1.0.2"` | | +| controllerManager.manager.image.tag | string | `"v1.0.5"` | | | controllerManager.manager.resources.limits.cpu | string | `"500m"` | | | controllerManager.manager.resources.limits.memory | string | `"128Mi"` | | | controllerManager.manager.resources.requests.cpu | string | `"10m"` | | diff --git a/stable/field-exporter/values.yaml b/stable/field-exporter/values.yaml index afd62af5..0833e5bf 100644 --- a/stable/field-exporter/values.yaml +++ b/stable/field-exporter/values.yaml @@ -11,7 +11,7 @@ controllerManager: - ALL image: repository: europe-docker.pkg.dev/dp-common-infra-5780/developer-platform-public/deliveryhero/field-exporter - tag: v1.0.2 + tag: v1.0.5 resources: limits: cpu: 500m From 6bd6cd05b003219f0731e6da67dbdc8236d6b94d Mon Sep 17 00:00:00 2001 From: Jijin Puthuvakkattil Date: Thu, 16 Nov 2023 11:18:58 +0100 Subject: [PATCH 2/2] Update app version --- stable/field-exporter/Chart.yaml | 2 +- stable/field-exporter/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/field-exporter/Chart.yaml b/stable/field-exporter/Chart.yaml index 550d01ce..8f9d908c 100644 --- a/stable/field-exporter/Chart.yaml +++ b/stable/field-exporter/Chart.yaml @@ -5,7 +5,7 @@ description: | type: application version: 1.0.5 -appVersion: "v1.0.2" +appVersion: "v1.0.5" home: https://github.com/deliveryhero/field-exporter sources: - https://github.com/deliveryhero/field-exporter diff --git a/stable/field-exporter/README.md b/stable/field-exporter/README.md index 72242a09..d6b37f01 100644 --- a/stable/field-exporter/README.md +++ b/stable/field-exporter/README.md @@ -1,6 +1,6 @@ # field-exporter -![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square) +![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.5](https://img.shields.io/badge/AppVersion-v1.0.5-informational?style=flat-square) A chart to install [field-exporter](https://github.com/deliveryhero/field-exporter). This controller is used to fill the gap in [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) for exporting value from Config Connector managed resources into Secrets and ConfigMaps.