diff --git a/charts/microgateway/Chart.yaml b/charts/microgateway/Chart.yaml
index a4d9a33c..d3bb0117 100644
--- a/charts/microgateway/Chart.yaml
+++ b/charts/microgateway/Chart.yaml
@@ -14,5 +14,5 @@ maintainers:
- email: support@airlock.com
name: Airlock
name: microgateway
-version: 0.6.7
+version: 0.6.8
appVersion: "1.0"
diff --git a/charts/microgateway/README.md b/charts/microgateway/README.md
index f4bf1a61..a7160b17 100644
--- a/charts/microgateway/README.md
+++ b/charts/microgateway/README.md
@@ -5,7 +5,7 @@ It is the lightweight, container-based deployment form of the *Airlock Gateway*,
The Airlock helm charts are used internally for testing the *Airlock Microgateway*. We make them available publicly under the [MIT license](https://github.com/ergon/airlock-helm-charts/blob/master/LICENSE).
-The current chart version is: 0.6.7
+The current chart version is: 0.6.8
## 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.
@@ -140,7 +140,7 @@ The following table lists configuration parameters of the Airlock Microgateway c
| hpa.resource.memory | string | `"2Gi"` | Average Microgateway Memory consumption to scale up/down.
:exclamation: Update this setting accordingly to `resources.limits.memory`. |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy (`Always`, `IfNotPresent`, `Never`) |
| image.repository | string | `"ergon/airlock-microgateway"` | Image repository |
-| image.tag | string | `"1.0"` | Image tag |
+| image.tag | string | `"1.0.1"` | Image tag |
| imageCredentials | object | `{"enabled":false,"password":"","registry":"https://index.docker.io/v1/","username":""}` | 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 0adb2ca7..e18ad65b 100644
--- a/charts/microgateway/values.yaml
+++ b/charts/microgateway/values.yaml
@@ -5,7 +5,7 @@ image:
# image.repository -- Image repository
repository: ergon/airlock-microgateway
# image.tag -- Image tag
- tag: "1.0"
+ tag: "1.0.1"
# image.pullPolicy -- Pull policy (`Always`, `IfNotPresent`, `Never`)
pullPolicy: IfNotPresent