Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/sighupio/product management#441/update external dns #132

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ The reference architecture used to deploy the Fury Kubernetes Ingress Module is
Kubernetes Fury Ingress provides the following packages:

| Package | Version | Description |
| --------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------- |
| --------------------------------------------- |------------| ----------------------------------------------------------------------------------------------------------------------------- |
| [nginx](katalog/nginx) | `v1.11.2` | The NGINX Ingress Controller for Kubernetes provides delivery services for Kubernetes applications. |
| [dual-nginx](katalog/dual-nginx) | `v1.11.2` | It deploys two identical NGINX ingress controllers but with two different scopes: public/external and private/internal. |
| [cert-manager](katalog/cert-manager) | `v1.14.2` | cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources. |
| [external-dns](katalog/external-dns) | `v0.14.0` | external-dns allows you to manage DNS records natively from Kubernetes. |
| [external-dns](katalog/external-dns) | `v0.15.0` | external-dns allows you to manage DNS records natively from Kubernetes. |
| [forecastle](katalog/forecastle) | `v1.0.136` | Forecastle gives you access to a control panel where you can see your ingresses and access them on Kubernetes. |
| [aws-cert-manager](modules/aws-cert-manager/) | - | Terraform modules for managing IAM permissions on AWS for cert-manager |
| [aws-external-dns](modules/aws-external-dns/) | - | Terraform modules for managing IAM permissions on AWS for external-dns |
Expand Down
2 changes: 1 addition & 1 deletion katalog/external-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS prov

## Image repository and tag

- ExternalDNS image: `k8s.gcr.io/external-dns/external-dns:v0.14.0`
- ExternalDNS image: `k8s.gcr.io/external-dns/external-dns:v0.15.0`
- ExternalDNS repo: [https://github.com/kubernetes-sigs/external-dns](https://github.com/kubernetes-sigs/external-dns)

## Deployment
Expand Down
2 changes: 1 addition & 1 deletion katalog/external-dns/base/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.k8s.io/external-dns/external-dns:v0.14.0
image: registry.k8s.io/external-dns/external-dns
args:
- --source=service
- --source=ingress
Expand Down
1 change: 1 addition & 0 deletions katalog/external-dns/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ resources:
images:
- name: registry.k8s.io/external-dns/external-dns
newName: registry.sighup.io/fury/external-dns/external-dns
newTag: 0.15.0