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

Commit 69dae3b

Browse files
Update to Airlock Microgateway 3.4.12 (#200)
* Update to Airlock Microgateway 3.4.12 * Automated README generation --------- Co-authored-by: airlockgithubci <airlockgithubci@users.noreply.github.com>
1 parent a8d8791 commit 69dae3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/microgateway/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ maintainers:
2121
- email: support@airlock.com
2222
name: Airlock
2323
name: microgateway
24-
version: 3.1.11
25-
appVersion: "3.4.11"
24+
version: 3.1.12
25+
appVersion: "3.4.12"
2626
annotations:
2727
artifacthub.io/changes: |
2828
- kind: changed
29-
description: Upgrade to Airlock Microgateway 3.4.11
29+
description: Upgrade to Airlock Microgateway 3.4.12
3030
links:
3131
- name: Airlock Microgateway Release Notes
3232
url: https://docs.airlock.com/microgateway/3.4/#data/1697129073210.html

charts/microgateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
The current chart version is: 3.1.11
5+
The current chart version is: 3.1.12
66

77
## Table of contents
88
* [Introduction](#introduction)
@@ -137,7 +137,7 @@ The following table lists configuration parameters of the Airlock Microgateway c
137137
| image.repository | object | "See `image.repository.*`" | Image repositories for the Airlock Microgateway. |
138138
| image.repository.configbuilder | string | `"docker.io/ergon/airlock-microgateway-configbuilder"` | Image repository for the Airlock Microgateway configbuilder image |
139139
| image.repository.runtime | string | `"docker.io/ergon/airlock-microgateway"` | Image repository for the Airlock Microgateway runtime image |
140-
| image.tag | string | `"3.4.11"` | Image tag for microgateway and configbuilder image |
140+
| image.tag | string | `"3.4.12"` | Image tag for microgateway and configbuilder image |
141141
| imageCredentials | object | See `imageCredentials.*`: | Creates a imagePullSecret with the provided values. |
142142
| imageCredentials.enabled | bool | `false` | Enable the imagePullSecret creation. |
143143
| imageCredentials.password | string | `""` | imagePullSecret password/Token |

charts/microgateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
# image.repository.configbuilder -- Image repository for the Airlock Microgateway configbuilder image
1111
configbuilder: docker.io/ergon/airlock-microgateway-configbuilder
1212
# image.tag -- Image tag for microgateway and configbuilder image
13-
tag: "3.4.11"
13+
tag: "3.4.12"
1414
# image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`)
1515
pullPolicy: IfNotPresent
1616

0 commit comments

Comments
 (0)