mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release v2.2.0 (#223)
This commit is contained in:
parent
8b21e9f6c7
commit
8bfc33eb8a
11 changed files with 244 additions and 47 deletions
|
@ -2,7 +2,6 @@ controllers:
|
|||
main:
|
||||
containers:
|
||||
main:
|
||||
order: 1
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 30
|
||||
|
@ -21,6 +20,9 @@ controllers:
|
|||
enabled: true
|
||||
|
||||
a-container:
|
||||
dependsOn:
|
||||
- main
|
||||
- third-container
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 30
|
||||
|
@ -29,6 +31,7 @@ controllers:
|
|||
HTTPS_PORT: 9998
|
||||
|
||||
third-container:
|
||||
dependsOn: main
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue