From 049727d3a883518317368d9effe9943f0a0e0bc6 Mon Sep 17 00:00:00 2001 From: Christoph Lenggenhager Date: Fri, 11 Oct 2024 17:00:04 +0200 Subject: [PATCH] Update to Airlock Microgateway 3.4.13 (#201) * Update to Airlock Microgateway 3.4.13 * Automated README generation --------- Co-authored-by: airlockgithubci --- charts/microgateway/Chart.yaml | 6 +++--- charts/microgateway/README.md | 4 ++-- charts/microgateway/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/microgateway/Chart.yaml b/charts/microgateway/Chart.yaml index d8e0739..6ed1374 100644 --- a/charts/microgateway/Chart.yaml +++ b/charts/microgateway/Chart.yaml @@ -21,12 +21,12 @@ maintainers: - email: support@airlock.com name: Airlock name: microgateway -version: 3.1.12 -appVersion: "3.4.12" +version: 3.1.13 +appVersion: "3.4.13" annotations: artifacthub.io/changes: | - kind: changed - description: Upgrade to Airlock Microgateway 3.4.12 + description: Upgrade to Airlock Microgateway 3.4.13 links: - name: Airlock Microgateway Release Notes url: https://docs.airlock.com/microgateway/3.4/#data/1697129073210.html diff --git a/charts/microgateway/README.md b/charts/microgateway/README.md index 22c1943..315252c 100644 --- a/charts/microgateway/README.md +++ b/charts/microgateway/README.md @@ -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.12 +The current chart version is: 3.1.13 ## Table of contents * [Introduction](#introduction) @@ -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.12"` | Image tag for microgateway and configbuilder image | +| image.tag | string | `"3.4.13"` | 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 | diff --git a/charts/microgateway/values.yaml b/charts/microgateway/values.yaml index dcf5393..a85fc3d 100644 --- a/charts/microgateway/values.yaml +++ b/charts/microgateway/values.yaml @@ -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.12" + tag: "3.4.13" # image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`) pullPolicy: IfNotPresent