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

Updating the CRDs and images of nginx module #56

Merged
merged 4 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- refs/heads/update_images
- refs/tags/**

steps:
Expand Down Expand Up @@ -226,7 +226,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- refs/heads/update_images
- refs/tags/**

steps:
Expand Down Expand Up @@ -325,7 +325,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- refs/heads/update_images
- refs/tags/**

steps:
Expand Down Expand Up @@ -424,7 +424,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- refs/heads/update_images
- refs/tags/**

steps:
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ The following packages are included in Fury Kubernetes Ingress katalog:

- [cert-manager](katalog/cert-manager): cert-manager is a Kubernetes
add-on to automate the management and issuance of TLS certificates
from various issuing sources. Version: **v1.5.3**
from various issuing sources. Version: **v1.6.1**
- [forecastle](katalog/forecastle): Forecastle gives you access to a control
panel where you can see your running applications and access them
on Kubernetes. Version: **1.0.66**.
on Kubernetes. Version: **1.0.70**.
- [nginx](katalog/nginx): The NGINX Ingress Controller for Kubernetes
provides delivery services for Kubernetes applications. Version: **1.0.0**
provides delivery services for Kubernetes applications. Version: **1.1.0**
- [dual-nginx](katalog/dual-nginx): It deploys two identical NGINX ingress controllers
but with two different scopes: public/external and private/internal. Version: **1.0.0**
but with two different scopes: public/external and private/internal. Version: **1.1.0**
- [nginx-ldap-auth](katalog/nginx-ldap-auth): Use this to provide an ingress authentication over LDAP for
Kubernetes. Version: **1.0.6**
- [pomerium](katalog/pomerium): Use this to provide ingress authentication over dex oidc auth. Version **0.15.0**
- [pomerium](katalog/pomerium): Use this to provide ingress authentication over dex oidc auth. Version **0.15.8**


## Compatibility
Expand All @@ -42,6 +42,7 @@ Kubernetes. Version: **1.0.6**
| v1.10.0 | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: | |
| v1.11.0 | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: |


- :white_check_mark: Compatible
- :warning: Has issues
- :x: Incompatible
Expand All @@ -56,6 +57,8 @@ Move to v1.9.1 instead. [Follow the migration path.](docs/releases/v1.9.1.md)
because it is not officially supported by [SIGHUP](https://sighup.io).
- :warning: : module version: `v1.11.0` and Kubernetes Version: `1.22.x`. It works as expected. Marked as a warning
because it is not officially supported by [SIGHUP](https://sighup.io).
- :warning: : module version: `v1.12.0` and Kubernetes Version: `1.23.x`. It works as expected. Marked as a warning
because it is not officially supported by [SIGHUP](https://sighup.io).

## LICENSE

Expand Down
4 changes: 2 additions & 2 deletions katalog/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Encrypt](https://letsencrypt.org/) Certificate Authority.

## Requirements

- Kubernetes >= `1.18.0`
- Kubernetes >= `1.20.0`
- Kustomize >= `v3`

## Image repository and tag

- Cert Manager image: `quay.io/jetstack/cert-manager-controller:v1.5.3`
- Cert Manager image: `quay.io/jetstack/cert-manager-controller:v1.6.1`
- Cert Manager repo: [https://github.com/jetstack/cert-manager](https://github.com/jetstack/cert-manager)
- Cert Manager documentation: [https://cert-manager.io/docs/](https://cert-manager.io/docs/)

Expand Down
2 changes: 1 addition & 1 deletion katalog/cert-manager/cainjector/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace: cert-manager
images:
- name: quay.io/jetstack/cert-manager-cainjector
newName: registry.sighup.io/fury/jetstack/cert-manager-cainjector
newTag: v1.5.3
newTag: v1.6.1

resources:
- deploy.yml
Expand Down
Loading