diff --git a/stable/field-exporter/Chart.yaml b/stable/field-exporter/Chart.yaml index 8f9d908c..7db3f914 100644 --- a/stable/field-exporter/Chart.yaml +++ b/stable/field-exporter/Chart.yaml @@ -4,8 +4,8 @@ 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.5 -appVersion: "v1.0.5" +version: 1.1.0 +appVersion: "v1.1.0" 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 d6b37f01..b8dc004a 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.5](https://img.shields.io/badge/AppVersion-v1.0.5-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-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.5"` | | +| controllerManager.manager.image.tag | string | `"v1.1.0"` | | | 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 0833e5bf..05c06ea7 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.5 + tag: v1.1.0 resources: limits: cpu: 500m