Skip to content

Commit f1fce0a

Browse files
5.5.1 (#97)
* Bugfix * USAGE updated * Added Helm Chart * Added Helm Chart * README updated
1 parent d4462ef commit f1fce0a

23 files changed

+2180
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Thumbs.db
1919
###################
2020
=======
2121
/.idea/
22+
/venv/
2223
/src/__pycache__/
2324
/src/v5_4/__pycache__/
2425
/src/v5_5/__pycache__/
2526
/contrib/devportal/redocly/src/__pycache__/
26-
/venv/

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,11 @@ A sample Postman collection and usage instructions can be found [here](/contrib/
221221

222222
## 🏃 How to run
223223

224-
NGINX Declarative API can be deployed on a Linux virtual machine using [docker-compose](/contrib/docker-compose) or on [Kubernetes](/contrib/kubernetes)
224+
NGINX Declarative API can be deployed on:
225+
226+
- Linux virtual machine using [docker-compose](/contrib/docker-compose)
227+
- Kubernetes using [manifests](/contrib/kubernetes)
228+
- Kubernetes through [Helm chart](/contrib/helm/nginx-declarative-api)
225229

226230
## 🐳 Building Docker images
227231

USAGE-v5.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Version 5.5 supports:
44

5-
- [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/ 2.20+
5+
- [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/) 2.20+
66
- [NGINX One Console](https://docs.nginx.com/nginx-one-console/)
77
- [NGINX Plus](https://docs.nginx.com/nginx/) R33+
88
- [F5 WAF for NGINX](https://docs.nginx.com/waf/) with precompiled [policy bundles](https://docs.nginx.com/nginx-app-protect-waf/v5/admin-guide/compiler/)

contrib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
- [Devportal](devportal) - Redocly CLI wrapper
44
- [Docker compose](docker-compose) - to run NGINX Declarative API using docker compose
55
- [GitOps examples](gitops-examples) - sample source of truth objects
6+
- [Helm Chart](helm) - Helm chart for Kubernetes
67
- [Kubernetes](kubernetes) - to run NGINX Declarative API on Kubernetes
78
- [Postman](postman) - Sample Postman collection to test and run NGINX Declarative API
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v2
2+
name: nginx-declarative-api
3+
description: >
4+
A Helm chart for the F5 NGINX Declarative API — a declarative REST API
5+
and GitOps automation layer for NGINX Plus, NGINX Instance Manager, and
6+
NGINX One Console.
7+
type: application
8+
version: 1.0.0
9+
appVersion: "5.5.1"
10+
home: https://github.com/f5devcentral/NGINX-Declarative-API
11+
sources:
12+
- https://github.com/f5devcentral/NGINX-Declarative-API
13+
keywords:
14+
- nginx
15+
- declarative-api
16+
- api-gateway
17+
- gitops
18+
- f5
19+
maintainers:
20+
- name: f5devcentral
21+
url: https://github.com/f5devcentral

0 commit comments

Comments
 (0)