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

Commit

Permalink
Update Microgateway Version (#97)
Browse files Browse the repository at this point in the history
* Update Microgateway Version

* Automated README generation

* Update Helm Chart version

* Automated README generation

Co-authored-by: airlockgithubci <[email protected]>
  • Loading branch information
orltom and airlockgithubci authored Mar 31, 2021
1 parent 4dd261e commit b09ee91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/microgateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
- email: [email protected]
name: Airlock
name: microgateway
version: 0.6.7
version: 0.6.8
appVersion: "1.0"
4 changes: 2 additions & 2 deletions charts/microgateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.<br><br> :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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/microgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b09ee91

Please sign in to comment.