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

Commit

Permalink
Update to Airlock Microgateway 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lenggi committed Jun 14, 2024
1 parent f0568bc commit dc32cd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/microgateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ maintainers:
- email: [email protected]
name: Airlock
name: microgateway
version: 3.1.7
appVersion: "3.4.7"
version: 3.1.8
appVersion: "3.4.8"
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade to Airlock Microgateway 3.4.7
description: Upgrade to Airlock Microgateway 3.4.8
links:
- name: Airlock Microgateway Release Notes
url: https://docs.airlock.com/microgateway/3.4/#data/1697129073210.html
Expand Down
6 changes: 3 additions & 3 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.1.7
The current chart version is: 3.1.8

## Table of contents
* [Introduction](#introduction)
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.4.7"` | Image tag for microgateway and configbuilder image |
| image.tag | string | `"3.4.8"` | 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 @@ -780,4 +780,4 @@ config:
- Integration Example: [Airlock Minikube Example](https://github.com/ergon/airlock-minikube-example)

## About Ergon
*Airlock* is a registered trademark of [Ergon](https://www.ergon.ch). Ergon is a Swiss leader in leveraging digitalisation to create unique and effective client benefits, from conception to market, the result of which is the international distribution of globally revered products.
*Airlock* is a registered trademark of [Ergon](https://www.ergon.ch). Ergon is a Swiss leader in leveraging digitalisation to create unique and effective client benefits, from conception to market, the result of which is the international distribution of globally revered products.
2 changes: 1 addition & 1 deletion 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.4.7"
tag: "3.4.8"
# image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`)
pullPolicy: IfNotPresent

Expand Down

0 comments on commit dc32cd7

Please sign in to comment.