diff --git a/charts/microgateway/Chart.yaml b/charts/microgateway/Chart.yaml index f0a5327..813f77c 100644 --- a/charts/microgateway/Chart.yaml +++ b/charts/microgateway/Chart.yaml @@ -21,19 +21,17 @@ maintainers: - email: support@airlock.com name: Airlock name: microgateway -version: 3.0.14 -appVersion: "3.1.9" +version: 3.0.15 +appVersion: "3.2.0" annotations: artifacthub.io/changes: | - kind: changed - description: Helm 3 Migration - - kind: changed - description: Upgrade bitnami/redis subchart to version 15.7.6 (Redis 6.2.6). Consult the Bitnami Redis upgrade instructions in case of customized Redis configuration. + description: Upgrade to Airlock Microgateway 3.2.0 links: - - name: Bitnami Redis Upgrade Instructions - url: https://github.com/bitnami/charts/tree/master/bitnami/redis - - kind: fixed - description: Run Redis in standalone mode. + - name: Airlock Microgateway Release Notes + url: https://docs.airlock.com/microgateway/3.2/#data/releasenotes_1.html + - name: Airlock Microgateway Change Log + url: https://docs.airlock.com/microgateway/3.2/#data/airlockmicro.html artifacthub.io/links: | - name: Airlock Microgateway Manual url: https://docs.airlock.com/microgateway/latest/ diff --git a/charts/microgateway/README.md b/charts/microgateway/README.md index 0a34017..6cedaf2 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.0.14 +The current chart version is: 3.0.15 ## 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.1.9"` | Image tag for microgateway and configbuilder image | +| image.tag | string | `"3.2.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 | diff --git a/charts/microgateway/values.yaml b/charts/microgateway/values.yaml index 17f1df8..3fb924d 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.1.9" + tag: "3.2.0" # image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`) pullPolicy: IfNotPresent