Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Update to Airlock Microgateway 3.4.0 #188

Merged
merged 6 commits into from
Nov 9, 2023
Merged
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
12 changes: 6 additions & 6 deletions charts/microgateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ maintainers:
- email: [email protected]
name: Airlock
name: microgateway
version: 3.0.34
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mal einen Minor hochziehen

appVersion: "3.3.13"
version: 3.1.0
appVersion: "3.4.0"
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade to Airlock Microgateway 3.3.13
description: Upgrade to Airlock Microgateway 3.4.0
links:
- name: Airlock Microgateway Release Notes
url: https://docs.airlock.com/microgateway/3.3/#data/1674151134907.html
url: https://docs.airlock.com/microgateway/3.4/#data/1697129073210.html
- name: Airlock Microgateway Change Log
url: https://docs.airlock.com/microgateway/3.3/#data/1674151134909.html
url: https://docs.airlock.com/microgateway/3.4/#data/1697129073212.html
artifacthub.io/links: |
- name: Airlock Microgateway Manual
url: https://docs.airlock.com/microgateway/latest/
url: https://docs.airlock.com/microgateway/3.4/
- name: Airlock Community Forum
url: https://forum.airlock.com
- name: Airlock Minikube Example
Expand Down
12 changes: 6 additions & 6 deletions charts/microgateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Airlock Microgateway helps you to protect your services and APIs from unauthorized or malicious access with little effort. It is a lightweight Web Application Firewall (WAF) and API security gateway designed specifically for use in container environments.

The current chart version is: 3.0.34
The current chart version is: 3.1.0

## Table of contents
* [Introduction](#introduction)
Expand Down Expand Up @@ -30,7 +30,7 @@ This Helm chart bootstraps [Airlock Microgateway](https://www.airlock.com) on a
* The Airlock Microgateway image
* Airlock Microgateway is available as premium and community edition. <br>
Without a valid license, Airlock Microgateway works as community edition with limited functionality. <br>
For further information refer to [Microgateway Documentation](https://docs.airlock.com/microgateway/latest/). <br>
For further information refer to [Microgateway Documentation](https://docs.airlock.com/microgateway/3.4/). <br>
If you want to try the premium features, [request a license key](https://airlock.com/microgateway-premium) and [configure it](#configuring-a-license).
* Redis service for session handling (see chapter [Dependencies](#dependencies))

Expand Down Expand Up @@ -137,7 +137,7 @@ The following table lists configuration parameters of the Airlock Microgateway c
| image.repository | object | "See `image.repository.*`" | Image repositories for the Airlock Microgateway. |
| image.repository.configbuilder | string | `"docker.io/ergon/airlock-microgateway-configbuilder"` | Image repository for the Airlock Microgateway configbuilder image |
| image.repository.runtime | string | `"docker.io/ergon/airlock-microgateway"` | Image repository for the Airlock Microgateway runtime image |
| image.tag | string | `"3.3.13"` | Image tag for microgateway and configbuilder image |
| image.tag | string | `"3.4.0"` | Image tag for microgateway and configbuilder image |
| imageCredentials | object | See `imageCredentials.*`: | Creates a imagePullSecret with the provided values. |
| imageCredentials.enabled | bool | `false` | Enable the imagePullSecret creation. |
| imageCredentials.password | string | `""` | imagePullSecret password/Token |
Expand Down Expand Up @@ -179,7 +179,7 @@ The following table lists configuration parameters of the Airlock Microgateway c
| resources | object | See `resources.*` | Resource requests/limits for the runtime container. <br> [Resource limits](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) <br> [Configure Quality of Service for Pods](https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/) |
| resources.limits | object | See `resources.limits.*` | Resource limits for the runtime container. |
| resources.limits.memory | string | `"4048Mi"` | Memory limit for the runtime container. |
| resources.requests | object | See `resources.requests.*` | Resource requests for the Microgateway runtime container. These values most like have to be adjusted depending on specific load and usage profiles. <br> Please consult [Microgateway resrouce requirements](https://docs.airlock.com/microgateway/latest/#data/resourcerequ.html) for some ideas about actual Microgateway resource requirements. |
| resources.requests | object | See `resources.requests.*` | Resource requests for the Microgateway runtime container. These values most like have to be adjusted depending on specific load and usage profiles. <br> Please consult [Microgateway resource requirements](https://docs.airlock.com/microgateway/3.4/#data/1581621320714.html) for some ideas about actual Microgateway resource requirements. |
| resources.requests.cpu | string | `"30m"` | CPU request for the runtime container. |
| resources.requests.memory | string | `"256Mi"` | Memory request for the runtime container. |
| route | object | See `route.*`: | [Openshift Route](#openshift-route) |
Expand Down Expand Up @@ -257,7 +257,7 @@ The Microgateway DSL configuration can be provided in 2 different ways:
The microgateway does not detect DSL changes at runtime. If the DSL configuration is managed by the Helm Chart, a deployment rollout is triggered automatically after a DSL change.
If the DSL is mounted from a volume not managed by the Helm Chart, a manual restart is required.

For a full list of available Microgateway configuration parameters refer to the [Microgateway Documentation](https://docs.airlock.com/microgateway/latest/)
For a full list of available Microgateway configuration parameters refer to the [Microgateway Documentation](https://docs.airlock.com/microgateway/3.4/)

**Example DSL Parameter:**

Expand Down Expand Up @@ -775,7 +775,7 @@ config:

## Additional Information
- Introduction: [Airlock Microgateway](https://www.airlock.com/microgateway)
- Documentation: [Airlock Microgateway Manual](https://docs.airlock.com/microgateway/latest/)
- Documentation: [Airlock Microgateway Manual](https://docs.airlock.com/microgateway/3.4/)
- Community Support: [Airlock Community Forum](https://forum.airlock.com)
- Integration Example: [Airlock Minikube Example](https://github.com/ergon/airlock-minikube-example)

Expand Down
6 changes: 3 additions & 3 deletions charts/microgateway/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This Helm chart bootstraps [Airlock Microgateway](https://www.airlock.com) on a
* The Airlock Microgateway image
* Airlock Microgateway is available as premium and community edition. <br>
Without a valid license, Airlock Microgateway works as community edition with limited functionality. <br>
For further information refer to [Microgateway Documentation](https://docs.airlock.com/microgateway/latest/). <br>
For further information refer to [Microgateway Documentation](https://docs.airlock.com/microgateway/3.4/). <br>
If you want to try the premium features, [request a license key](https://airlock.com/microgateway-premium) and [configure it](#configuring-a-license).
* Redis service for session handling (see chapter [Dependencies](#dependencies))

Expand Down Expand Up @@ -144,7 +144,7 @@ The Microgateway DSL configuration can be provided in 2 different ways:
The microgateway does not detect DSL changes at runtime. If the DSL configuration is managed by the Helm Chart, a deployment rollout is triggered automatically after a DSL change.
If the DSL is mounted from a volume not managed by the Helm Chart, a manual restart is required.

For a full list of available Microgateway configuration parameters refer to the [Microgateway Documentation](https://docs.airlock.com/microgateway/latest/)
For a full list of available Microgateway configuration parameters refer to the [Microgateway Documentation](https://docs.airlock.com/microgateway/3.4/)

**Example DSL Parameter:**

Expand Down Expand Up @@ -665,7 +665,7 @@ config:

## Additional Information
- Introduction: [Airlock Microgateway](https://www.airlock.com/microgateway)
- Documentation: [Airlock Microgateway Manual](https://docs.airlock.com/microgateway/latest/)
- Documentation: [Airlock Microgateway Manual](https://docs.airlock.com/microgateway/3.4/)
- Community Support: [Airlock Community Forum](https://forum.airlock.com)
- Integration Example: [Airlock Minikube Example](https://github.com/ergon/airlock-minikube-example)

Expand Down
4 changes: 2 additions & 2 deletions charts/microgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# image.repository.configbuilder -- Image repository for the Airlock Microgateway configbuilder image
configbuilder: docker.io/ergon/airlock-microgateway-configbuilder
# image.tag -- Image tag for microgateway and configbuilder image
tag: "3.3.13"
tag: "3.4.0"
# image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`)
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -290,7 +290,7 @@ route:
# @default -- See `resources.*`
resources:
# resources.requests -- Resource requests for the Microgateway runtime container. These values most like have to be adjusted depending on specific load and usage profiles. <br>
# Please consult [Microgateway resrouce requirements](https://docs.airlock.com/microgateway/latest/#data/resourcerequ.html)
# Please consult [Microgateway resource requirements](https://docs.airlock.com/microgateway/3.4/#data/1581621320714.html)
# for some ideas about actual Microgateway resource requirements.
# @default -- See `resources.requests.*`
requests:
Expand Down