From 2d7622b4c2c510aa5f4efd9119dc6e25882cc5b2 Mon Sep 17 00:00:00 2001 From: rasta-rocket Date: Thu, 5 Sep 2024 13:58:04 +0200 Subject: [PATCH] feat(amazon-eks-pod-identity-webhook): update appVersion and bum chart version --- charts/amazon-eks-pod-identity-webhook/Chart.yaml | 4 ++-- charts/amazon-eks-pod-identity-webhook/README.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/amazon-eks-pod-identity-webhook/Chart.yaml b/charts/amazon-eks-pod-identity-webhook/Chart.yaml index ae8a6db..9b96102 100644 --- a/charts/amazon-eks-pod-identity-webhook/Chart.yaml +++ b/charts/amazon-eks-pod-identity-webhook/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 name: amazon-eks-pod-identity-webhook description: A Kubernetes webhook for pods that need AWS IAM access -version: 2.1.3 +version: 2.2.0 type: application # renovate: image=amazon/amazon-eks-pod-identity-webhook -appVersion: "v0.5.2" +appVersion: "v0.5.7" home: https://github.com/aws/amazon-eks-pod-identity-webhook/ sources: - https://github.com/jkroepke/helm-charts/tree/main/charts/amazon-eks-pod-identity-webhook diff --git a/charts/amazon-eks-pod-identity-webhook/README.md b/charts/amazon-eks-pod-identity-webhook/README.md index de663a4..ae0d138 100644 --- a/charts/amazon-eks-pod-identity-webhook/README.md +++ b/charts/amazon-eks-pod-identity-webhook/README.md @@ -1,6 +1,6 @@ # amazon-eks-pod-identity-webhook -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.1](https://img.shields.io/badge/AppVersion-v0.5.1-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.7](https://img.shields.io/badge/AppVersion-v0.5.7-informational?style=flat-square) A Kubernetes webhook for pods that need AWS IAM access @@ -50,7 +50,7 @@ helm install amazon-eks-pod-identity-webhook jkroepke/amazon-eks-pod-identity-we | image.tag | string | `.Chart.AppVersion` | amazon-eks-pod-identity-webhook image tag (immutable tags are recommended). | | imagePullSecrets | list | `[]` | registry secret names as an array | | livenessProbe.httpGet.path | string | `"/healthz"` | This is the liveness check endpoint | -| livenessProbe.httpGet.port | string | `"metrics"` | | +| livenessProbe.httpGet.port | string | `"https"` | | | metrics.serviceMonitor.additionalLabels | object | `{}` | Used to pass Labels that are required by the installed Prometheus Operator | | metrics.serviceMonitor.enabled | bool | `false` | Create serviceMonitor Resource for scraping metrics using PrometheusOperator | | metrics.serviceMonitor.honorLabels | bool | `false` | honorLabels chooses the metric's labels on collisions with target labels | @@ -61,6 +61,8 @@ helm install amazon-eks-pod-identity-webhook jkroepke/amazon-eks-pod-identity-we | mutatingWebhook.annotations | object | `{}` | Annotations for amazon-eks-pod-identity-webhook mutating webhook | | mutatingWebhook.failurePolicy | string | `"Ignore"` | FailurePolicy of the amazon-eks-pod-identity-webhook mutating webhook. Fail or Ignore are allowed. # ref: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#failure-policy | | mutatingWebhook.namespaceSelector | object | `{}` | namespaceSelector for the mutating webhook to include or exclude namespace. | +| mutatingWebhook.objectSelector.matchExpressions | object | `{}` | Allows selecting objects (pods) based on flexible matching rules for specific labels and fields. | +| mutatingWebhook.objectSelector.matchLabels | list | `[]` | In the MutatingWebhook, matchLabels selects objects (pods) based on specific labels matching exactly. | | nameOverride | string | `""` | String to partially override amazon-eks-pod-identity-webhook.fullname template (will maintain the release name) | | namespaceOverride | string | `""` | String to partially override amazon-eks-pod-identity-webhook.fullname template (will maintain the release name) | | nodeSelector | object | `{}` | Node labels for pod assignment. Evaluated as a template. | @@ -80,7 +82,7 @@ helm install amazon-eks-pod-identity-webhook jkroepke/amazon-eks-pod-identity-we | podSecurityContext | object | `{}` | amazon-eks-pod-identity-webhook pods' Security Context. | | priorityClassName | string | `""` | PriorityClass applied to deployment | | readinessProbe.httpGet.path | string | `"/healthz"` | This is the readiness check endpoint | -| readinessProbe.httpGet.port | string | `"metrics"` | | +| readinessProbe.httpGet.port | string | `"https"` | | | replicaCount | int | `1` | Number of amazon-eks-pod-identity-webhook replicas to deploy | | resources.limits | object | `{}` | The resources limits for the amazon-eks-pod-identity-webhook container # Example: # limits: # cpu: 100m # memory: 128Mi | | resources.requests | object | `{}` | The requested resources for the amazon-eks-pod-identity-webhook container # Examples: # requests: # cpu: 100m # memory: 128Mi |