diff --git a/charts/ecr-exporter/Chart.yaml b/charts/ecr-exporter/Chart.yaml index a11599c..d5f0280 100644 --- a/charts/ecr-exporter/Chart.yaml +++ b/charts/ecr-exporter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -39,5 +39,4 @@ maintainers: annotations: artifacthub.io/changes: | - - Improve default securityContext - - Add Polaris Audit step to chart release \ No newline at end of file + - Update README \ No newline at end of file diff --git a/charts/ecr-exporter/README.md b/charts/ecr-exporter/README.md index 4733b7d..8876333 100644 --- a/charts/ecr-exporter/README.md +++ b/charts/ecr-exporter/README.md @@ -1,6 +1,6 @@ # ecr-exporter -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) A Helm chart for the AWS ECR Prometheus exporter @@ -30,7 +30,7 @@ helm install ecr-exporter aws-exporters/ecr-exporter | affinity | object | `{}` | | | env | list | `[]` | | | fullnameOverride | string | `""` | | -| image.pullPolicy | string | `"IfNotPresent"` | | +| image.pullPolicy | string | `"Always"` | | | image.repository | string | `"ghcr.io/aws-exporters/prometheus-ecr-exporter"` | | | image.tag | string | `""` | | | imagePullSecrets | list | `[]` | | @@ -40,7 +40,11 @@ helm install ecr-exporter aws-exporters/ecr-exporter | podSecurityContext | object | `{}` | | | replicaCount | int | `1` | | | resources | object | `{}` | | -| securityContext | object | `{}` | | +| securityContext.allowPrivilegeEscalation | bool | `false` | | +| securityContext.capabilities.drop[0] | string | `"ALL"` | | +| securityContext.readOnlyRootFilesystem | bool | `true` | | +| securityContext.runAsNonRoot | bool | `true` | | +| securityContext.runAsUser | int | `1000` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | |