Skip to content

Commit

Permalink
[stable/field-exporter]: new image version (#549)
Browse files Browse the repository at this point in the history
* new field exporter version

* Update app version
  • Loading branch information
jijinp authored Nov 16, 2023
1 parent 3e6a9b6 commit d2b4272
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/field-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
appVersion: "v1.0.2"
version: 1.0.5
appVersion: "v1.0.5"
home: https://github.com/deliveryhero/field-exporter
sources:
- https://github.com/deliveryhero/field-exporter
Expand Down
4 changes: 2 additions & 2 deletions stable/field-exporter/README.md
Original file line number Diff line number Diff line change
@@ -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.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.

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/field-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2b4272

Please sign in to comment.