Skip to content

Commit

Permalink
feat(amazon-eks-pod-identity-webhook): update appVersion and bum char…
Browse files Browse the repository at this point in the history
…t version
  • Loading branch information
rasta-rocket committed Sep 5, 2024
1 parent f47409f commit 2d7622b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-eks-pod-identity-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions charts/amazon-eks-pod-identity-webhook/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand All @@ -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. |
Expand All @@ -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 |
Expand Down

0 comments on commit 2d7622b

Please sign in to comment.