[stable/external-dns] Implement again "Standardize 'fullname' and 'name' macros" (#15657)

* [stable/external-dns] Implement again "Standardize 'fullname' and 'name'macros"

This reverts commit 4f03f7aadd.
Implement #15448 bumping a major version after #15595
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump patch

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-07-18 04:38:35 -07:00
committed by Kubernetes Prow Robot
parent 498f0972fc
commit b5ab64b136
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.3.2
version: 2.3.3
appVersion: 0.5.15
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:
+9 -7
View File
@@ -54,11 +54,13 @@ The following table lists the configurable parameters of the external-dns chart
| `image.tag` | ExternalDNS Image tag | `{TAG_NAME}` |
| `image.pullPolicy` | ExternalDNS image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `nameOverride` | String to partially override external-dns.fullname template with a string (will prepend the release name)| `nil` |
| `fullnameOverride` | String to fully override external-dns.fullname template with a string | `nil` |
| `sources` | K8s resources type to be observed for new DNS entries by ExternalDNS | `[service, ingress]` |
| `provider` | DNS provider where the DNS records will be created (mandatory) (options: aws, azure, google, ...) | `aws` |
| `publishInternalServices` | Whether to publish DNS records for ClusterIP services or not | `false` |
| `aws.credentials.accessKey` | When using the AWS provider, set `aws_access_key_id` in the AWS credentials (optional) | `""` |
| `aws.credentials.secretKey` | When using the AWS provider, set `aws_secret_access_key` in the AWS credentials (optional) | `""` |
| `aws.credentials.accessKey` | When using the AWS provider, set `aws_access_key_id` in the AWS credentials (optional) | `""` |
| `aws.credentials.secretKey` | When using the AWS provider, set `aws_secret_access_key` in the AWS credentials (optional) | `""` |
| `aws.credentials.mountPath` | When using the AWS provider, determine `mountPath` for `credentials` secret | `"/.aws"` |
| `aws.region` | When using the AWS provider, `AWS_DEFAULT_REGION` to set in the environment (optional) | `us-east-1` |
| `aws.zoneType` | When using the AWS provider, filter for zones of this type (optional, options: public, private) | `""` |
@@ -78,7 +80,7 @@ The following table lists the configurable parameters of the external-dns chart
| `google.serviceAccountSecret` | When using the Google provider, specify the existing secret which contains credentials.json (optional) | `""` |
| `google.serviceAccountKey` | When using the Google provider, specify the service account key JSON file. (required when `google.serviceAccountSecret` is not provided. In this case a new secret will be created holding this service account | `""` |
| `infoblox.gridHost` | When using the Infoblox provider, specify the Infoblox Grid host (required when provider=infoblox) | `""` |
| `infoblox.wapiUsername` | When using the Infoblox provider, specify the Infoblox WAPI username | `"admin"` |
| `infoblox.wapiUsername` | When using the Infoblox provider, specify the Infoblox WAPI username | `"admin"` |
| `infoblox.wapiPassword` | When using the Infoblox provider, specify the Infoblox WAPI password (required when provider=infoblox) | `""` |
| `infoblox.domainFilter` | When using the Infoblox provider, specify the domain (optional) | `""` |
| `infoblox.noSslVerify` | When using the Infoblox provider, disable SSL verification (optional) | `false` |
@@ -113,9 +115,9 @@ The following table lists the configurable parameters of the external-dns chart
| `extraArgs` | Extra arguments to be passed to external-dns | `{}` |
| `extraEnv` | Extra environment variables to be passed to external-dns | `[]` |
| `replicas` | Desired number of ExternalDNS replicas | `1` |
| `affinity` | Affinity for pod assignment (this value is evaluated as a template) | `{}` |
| `nodeSelector` | Node labels for pod assignment (this value is evaluated as a template) | `{}` |
| `tolerations` | Tolerations for pod assignment (this value is evaluated as a template) | `[]` |
| `affinity` | Affinity for pod assignment (this value is evaluated as a template) | `{}` |
| `nodeSelector` | Node labels for pod assignment (this value is evaluated as a template) | `{}` |
| `tolerations` | Tolerations for pod assignment (this value is evaluated as a template) | `[]` |
| `podAnnotations` | Additional annotations to apply to the pod. | `{}` |
| `podLabels` | Additional labels to be added to pods | {} |
| `podSecurityContext.fsGroup` | Group ID for the container | `1001` |
@@ -133,7 +135,7 @@ The following table lists the configurable parameters of the external-dns chart
| `rbac.create` | Wether to create & use RBAC resources or not | `false` |
| `rbac.serviceAccountName` | ServiceAccount (ignored if rbac.create == true) | `default` |
| `rbac.apiVersion` | Version of the RBAC API | `v1beta1` |
| `rbac.pspEnabled` | PodSecurityPolicy | `false` |
| `rbac.pspEnabled` | PodSecurityPolicy | `false` |
| `resources` | CPU/Memory resource requests/limits. | `{}` |
| `livenessProbe` | Deployment Liveness Probe | See `values.yaml` |
| `readinessProbe` | Deployment Readiness Probe | See `values.yaml` |