Skip to content
Draft
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
10 changes: 5 additions & 5 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Below are all the FOSS (Free and open-source software) used and their respective

- Cert manager :
- Helm chart
- Version: v1.13.3
- License: [Apache License 2.0](https://github.com/cert-manager/cert-manager/blob/v1.13.3/LICENSE)
- Source: <https://github.com/cert-manager/cert-manager/tree/v1.13.3/deploy/charts/cert-manager>
- Version: v1.19.1
- License: [Apache License 2.0](https://github.com/cert-manager/cert-manager/blob/v1.19.1/LICENSE)
- Source: <https://github.com/cert-manager/cert-manager/tree/v1.19.1/deploy/charts/cert-manager>
- Copyright: Copyright The cert-manager Authors. [Authors and Contributors](https://github.com/cert-manager/cert-manager/blob/v1.6.1/deploy/charts/cert-manager/OWNERS)
- Container image(s)
- quay.io/jetstack/cert-manager-cainjector:v1.13.3
- License: [Apache License 2.0](https://github.com/cert-manager/cert-manager/blob/v1.13.3/LICENSE)
- quay.io/jetstack/cert-manager-cainjector:v1.19.1
- License: [Apache License 2.0](https://github.com/cert-manager/cert-manager/blob/v1.19.1/LICENSE)

- NGINX Ingress Controller :
- Helm chart
Expand Down
2 changes: 1 addition & 1 deletion apps/00-crds-cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


resources:
- https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.crds.yaml
- https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.crds.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
labels:
Expand Down
2 changes: 1 addition & 1 deletion apps/01-cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helmCharts:
releaseName: '{{ app_name }}'
repo: https://charts.jetstack.io
valuesFile: values.yaml
version: v1.13.3
version: v1.19.1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
labels:
Expand Down