Skip to content

Commit

Permalink
Merge pull request #56 from sighupio/update_images
Browse files Browse the repository at this point in the history
Updating the CRDs and images of nginx module
  • Loading branch information
nandajavarma authored Jan 10, 2022
2 parents 0dfc37f + bc3d429 commit b70b01b
Show file tree
Hide file tree
Showing 16 changed files with 4,921 additions and 29,001 deletions.
4 changes: 0 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- refs/tags/**

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

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

steps:
Expand Down Expand Up @@ -433,7 +430,6 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/1.23_upgrade
- 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).

## Development

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

0 comments on commit b70b01b

Please sign in to comment.