diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index a366c7bfa9c7..ee1e79e85eb8 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -1,15 +1,15 @@ apiVersion: v1 name: external-dns -version: 2.19.1 +version: 2.19.2 appVersion: 0.6.0 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: - external-dns - network - dns -home: https://github.com/kubernetes-incubator/external-dns +home: https://github.com/kubernetes-sigs/external-dns sources: -- https://github.com/kubernetes-incubator/external-dns +- https://github.com/kubernetes-sigs/external-dns - https://github.com/bitnami/bitnami-docker-external-dns maintainers: - name: Bitnami diff --git a/stable/external-dns/README.md b/stable/external-dns/README.md index 68aca883cbfd..2bc812b3e059 100755 --- a/stable/external-dns/README.md +++ b/stable/external-dns/README.md @@ -1,6 +1,6 @@ # external-dns -[ExternalDNS](https://github.com/kubernetes-incubator/external-dns) is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. +[ExternalDNS](https://github.com/kubernetes-sigs/external-dns) is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. ## TL;DR; @@ -226,12 +226,12 @@ This chart includes a `values-production.yaml` file where you can find some para Find information about the requirements for each DNS provider on the link below: -- [ExternalDNS Tutorials](https://github.com/kubernetes-incubator/external-dns/tree/master/docs/tutorials) +- [ExternalDNS Tutorials](https://github.com/kubernetes-sigs/external-dns/tree/master/docs/tutorials) For instance, to install ExternalDNS on AWS, you need to: -- Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [IAM permissions docs](https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions) for more information). -- Setup a hosted zone on Route53 and annotate the Hosted Zone ID and its associated "nameservers" as described on [these docs](https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/aws.md#set-up-a-hosted-zone). +- Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [IAM permissions docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions) for more information). +- Setup a hosted zone on Route53 and annotate the Hosted Zone ID and its associated "nameservers" as described on [these docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#set-up-a-hosted-zone). - Install ExternalDNS chart using the command below: > Note: replace the placeholder HOSTED_ZONE_IDENTIFIER and HOSTED_ZONE_NAME, with your hosted zoned identifier and name, respectively. diff --git a/stable/external-dns/values-production.yaml b/stable/external-dns/values-production.yaml index 62abdbfed055..4f9828e83acc 100644 --- a/stable/external-dns/values-production.yaml +++ b/stable/external-dns/values-production.yaml @@ -45,7 +45,7 @@ sources: provider: aws ## Flags related to processing sources -## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/pkg/apis/externaldns/types.go#L272 +## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/types.go#L272 ## ## Limit sources of endpoints to a specific namespace (default: all namespaces) ## @@ -309,7 +309,7 @@ logFormat: text ## policy: upsert-only ## Registry Type. Available types are: txt, noop -## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/docs/proposal/registry.md +## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/proposal/registry.md ## registry: "txt" ## TXT Registry Identifier diff --git a/stable/external-dns/values.yaml b/stable/external-dns/values.yaml index f304bfb714d4..8c84c562e9bc 100644 --- a/stable/external-dns/values.yaml +++ b/stable/external-dns/values.yaml @@ -45,7 +45,7 @@ sources: provider: aws ## Flags related to processing sources -## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/pkg/apis/externaldns/types.go#L272 +## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/types.go#L272 ## ## Limit sources of endpoints to a specific namespace (default: all namespaces) ## @@ -320,7 +320,7 @@ logFormat: text ## policy: upsert-only ## Registry Type. Available types are: txt, noop -## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/docs/proposal/registry.md +## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/proposal/registry.md ## registry: "txt" ## TXT Registry Identifier diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 01749c19d8c3..32c5125bcdcf 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx-ingress -version: 1.33.3 +version: 1.33.4 appVersion: 0.30.0 home: https://github.com/kubernetes/ingress-nginx description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. diff --git a/stable/nginx-ingress/README.md b/stable/nginx-ingress/README.md index 2b1bbb1f3308..342b3a6831d8 100644 --- a/stable/nginx-ingress/README.md +++ b/stable/nginx-ingress/README.md @@ -269,7 +269,7 @@ Previous versions of this chart had a `controller.stats.*` configuration block, ## ExternalDNS Service configuration -Add an [ExternalDNS](https://github.com/kubernetes-incubator/external-dns) annotation to the LoadBalancer service: +Add an [ExternalDNS](https://github.com/kubernetes-sigs/external-dns) annotation to the LoadBalancer service: ```yaml controller: