* [stable/external-dns]use the latest GH link of externaldns
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
* [stable/external-dns]use the latest GH link of externaldns
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
* adding azure-private-dns in the deployment template (args, env)
Signed-off-by: ibraheemalsaady <ibraheem.al-saady@outlook.com>
* updated chart PATCH version from 2.14.3 to 2.14.4
Signed-off-by: ibraheemalsaady <ibraheem.al-saady@outlook.com>
* [stable/external-dns] add azure cloud in configuration.
Signed-off-by: Eric Yang <ericyang879@gmail.com>
* [stable/external-dns] bump version to 2.10.4.
Signed-off-by: Eric Yang <ericyang879@gmail.com>
* [stable/external-dns] bump the minor version not the patch one.
Signed-off-by: Eric Yang <ericyang879@gmail.com>
* [stable/external-dns] Managed identity mount tweak
Added a conditional which skips mounting resources if
azure.useManagedIdentityExtension=true and bumped chart version.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/external-dns] Corrected version bump
Accidentally bumped the app version instead of the chart version in
previous commit. Fixed now.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/external-dns] Implemented suggestions
Changed conditional to use `if not` as suggested and changed the chart
version to patch level instead of minor.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/external-dns] Adding --aws-prefer-cname argument for the external-dns to replace Alias records with CNAME's.
Signed-off-by: Venkata Lolla <suryasaicharan93@gmail.com>
* [stable/external-dns] Adding --aws-prefer-cname argument for the external-dns to replace Alias records with CNAME's.
Signed-off-by: Venkata Lolla <suryasaicharan93@gmail.com>
* [stable/external-dns] Chart version bump and propogated the preferCNAME value in the values-production.yaml file
Signed-off-by: Venkata Lolla <suryasaicharan93@gmail.com>
* Add Cloudflare API token
Signed-off-by: zackijack <m.zackky@gmail.com>
* Bump chart version
Signed-off-by: zackijack <m.zackky@gmail.com>
* Fix chart version to minor bump
Signed-off-by: zackijack <m.zackky@gmail.com>
* Add apiToken on values for production
Signed-off-by: zackijack <m.zackky@gmail.com>
* Fix conditional for checking apiToken & apiKey
Signed-off-by: zackijack <m.zackky@gmail.com>
* Bumped minor version
Signed-off-by: zackijack <m.zackky@gmail.com>
* [stable/external-dns] Add support for creating Azure secret
This commit allows Azure users to only use chart values when deploying
external-dns with azure provider.
Similar to AWS credentials, it adds helper template for azure.json file,
appropriate new values and logic.
azure.secretName is always preferred over new values to keep backward
compatibility. if azure.secretName is not set and new values are not
satisfied, template will fallback to hosts /etc/kubernetes/azure.json
file.
Also fixed table formatting in README.md
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* [stable/external-dns] Fix typos in README.md
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* [stable/external-dns] Add Azure parameters validation and simplify logic
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
* [stable/external-dns] Update psp apiVersion to 'policy/v1beta1' - Mandatory for K8s 1.16
Signed-off-by: juan131 <juan@bitnami.com>
* Update prerequisites
Signed-off-by: juan131 <juan@bitnami.com>
* Add a macro to decide the ApiVersion to use for PSP based on K8s API
Signed-off-by: juan131 <juan@bitnami.com>
* Fix chart version
Signed-off-by: juan131 <juan@bitnami.com>
As of k8s 1.11, backwards incompatible changes have been made to the
`status` section of a CRD definition:
* conditions can no longer be null
* storedVersions is now required
Since no values are provided for these fields, this commit removes the
whole section, making the CRD compatible with k8s >= 1.11 and backward
compatible with k8s 1.10.
Signed-off-by: Jocelyn De La Rosa <jocelyn.delarosa@instacart.com>
* [stable/external-dns] Add miguelaeh to OWNERS
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* Update Chart.yaml
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* [stable/external-dns] - update RBAC permission when crd.create=true
Signed-off-by: Ohad David <ohad.david@gmail.com>
* bump up version
Signed-off-by: odavid <ohad.david@gmail.com>