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

Commit abea65c

Browse files
authored
Microgateway updated to version 3.0.0 (#2)
* Microgateway updated to version 3.0.0 * README.md revised
1 parent 2a5a60e commit abea65c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.templates/microgateway/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: dockerregcred
2323
initContainers:
2424
- name: configbuilder
25-
image: docker.io/ergon/airlock-microgateway-configbuilder:2.1.2
25+
image: docker.io/ergon/airlock-microgateway-configbuilder:3.0.0
2626
imagePullPolicy: IfNotPresent
2727
volumeMounts:
2828
- name: config
@@ -44,7 +44,7 @@ spec:
4444
value: "Europe/Zurich"
4545
containers:
4646
- name: microgateway
47-
image: docker.io/ergon/airlock-microgateway:2.1.2
47+
image: docker.io/ergon/airlock-microgateway:3.0.0
4848
imagePullPolicy: IfNotPresent
4949
volumeMounts:
5050
- name: config-files

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ In this tutorial, you will learn how to protect your web applications and servic
33

44
We will add additional tutorials over time, so make sure to come back from time to time.
55

6-
This tutorial works with Airlock Microgateway 2.1.0. Check out released versions of the tutorial if you want to use it with another Airlock Microgateway version.
6+
This tutorial works with Airlock Microgateway 3.0.0. Check out released versions of the tutorial if you want to use it with another Airlock Microgateway version.
77

88
## Airlock Microgateway
99
The *Airlock Microgateway* is a component of the [Airlock Secure Access Hub].
1010
It is the lightweight, container-based deployment form of the *Airlock Gateway*, a software appliance with reverse-proxy, Web Application Firewall (WAF) and API security functionality.
1111

1212

13-
## About Ergon
14-
*Airlock* is a registered trademark of [Ergon]. 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.
15-
1613
# The Tutorials
1714
The tutorials are intended to show different aspects of running and configuring the Airlock Microgateway. The tutorials are independent of each other and can be done in any order.
1815

@@ -32,11 +29,14 @@ The [kubectl][Kubectl] command-line tool has to be configured for the cluster yo
3229
You can find additional information in our [guide][Microgateway Tutorials].
3330

3431
# Additional Information
35-
[Airlock Microgateway Tutorials][Microgateway Tutorials]
32+
- Guide for the Tutorials: [Airlock Microgateway Tutorials][Microgateway Tutorials]
33+
- Introduction: [Airlock Microgateway](https://www.airlock.com/microgateway)
34+
- Documentation: [Airlock Microgateway Manual][Microgateway Documentation]
35+
- Community Support: [Airlock Community Forum][Airlock Forum]
36+
- Integration Example: [Airlock Minikube Example](https://github.com/ergon/airlock-minikube-example)
3637

37-
[Airlock Microgateway Documentation][Microgateway Documentation]
38-
39-
[Airlock Forum][Airlock Forum]
38+
## About Ergon
39+
*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.
4040

4141

4242

0 commit comments

Comments
 (0)