From 0777bb954d707d449a13529c39fd3ad1d656e5db Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:37:32 +0000 Subject: [PATCH] Update chart (triggered by operator helm release 0.1.0) Repository: SAP/pod-reloader-helm Release: 0.1.0 Commit: f288690853886e34cc98bc813be4c3b514b47d96 --- .../data/charts/pod-reloader/README.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pkg/operator/data/charts/pod-reloader/README.md diff --git a/pkg/operator/data/charts/pod-reloader/README.md b/pkg/operator/data/charts/pod-reloader/README.md new file mode 100644 index 0000000..88ea24e --- /dev/null +++ b/pkg/operator/data/charts/pod-reloader/README.md @@ -0,0 +1,43 @@ +# pod-reloader + +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) + +A Helm chart for https://github.com/sap/pod-reloader + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| fullnameOverride | string | `""` | Override full name | +| nameOverride | string | `""` | Override name | +| replicaCount | int | `1` | Replica count | +| image.repository | string | `"ghcr.io/sap/pod-reloader"` | Image repository | +| image.tag | string | `""` | Image tag (defauls to .Chart.AppVersion) | +| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | +| imagePullSecrets | list | `[]` | Image pull secrets | +| nodeSelector | object | `{}` | Node selector | +| affinity | object | `{}` | Affinity settings | +| topologySpreadConstraints | list | `[]` | Topology spread constraints (if unspecified, default constraints for hostname and zone will be generated) | +| defaultHostNameSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for hostname | +| defaultZoneSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for zone | +| tolerations | list | `[]` | Tolerations | +| priorityClassName | string | `""` | Priority class | +| podSecurityContext | object | `{}` | Pod security context | +| podAnnotations | object | `{}` | Additional pod annotations | +| podLabels | object | `{}` | Additional pod labels | +| securityContext | object | `{}` | Container security context | +| resources.limits.memory | string | `"128Mi"` | Memory limit | +| resources.limits.cpu | string | `"100m"` | CPU limit | +| resources.requests.memory | string | `"128Mi"` | Memory request | +| resources.requests.cpu | string | `"100m"` | CPU request | +| webhook.certManager.enabled | bool | `false` | Whether to use cert-manager to manage webhook tls | +| webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) | +| webhook.certManager.issuerKind | string | `""` | Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used) | +| webhook.certManager.issuerName | string | `""` | Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used) | +| webhook.objectSelector.matchLabels | object | `{}` | Object selector matchLabels, used by webhook | +| webhook.objectSelector.matchExpressions | list | `[]` | Object selector matchExpressions, used by webhook | +| webhook.namespaceSelector.matchLabels | object | `{}` | Namespace selector matchLabels, used by webhook | +| webhook.namespaceSelector.matchExpressions | list | `[]` | Namespace selector matchExpressions, used by webhook | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)