chore: Auto-update chart README [skip ci]
This commit is contained in:
parent
a2d68eb74e
commit
3b3821bcd5
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="meshcentral-0.0.4"></a>
|
||||
### [meshcentral-0.0.4](https://github.com/truecharts/apps/compare/meshcentral-0.0.3...meshcentral-0.0.4) (2022-04-01)
|
||||
|
||||
#### Fix
|
||||
|
||||
* HTTPS for main service ([#2377](https://github.com/truecharts/apps/issues/2377))
|
||||
|
||||
|
||||
|
||||
<a name="meshcentral-0.0.3"></a>
|
||||
### [meshcentral-0.0.3](https://github.com/truecharts/apps/compare/meshcentral-0.0.2...meshcentral-0.0.3) (2022-04-01)
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `10205` | |
|
||||
| service.main.ports.main.protocol | string | `"HTTPS"` | |
|
||||
| service.main.ports.main.targetPort | int | `443` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
|
||||
<a name="typecho-0.0.1"></a>
|
||||
### typecho-0.0.1 (2022-04-01)
|
||||
|
||||
|
|
|
@ -854,6 +854,3 @@ hide:
|
|||
|
||||
| No Vulnerabilities found |
|
||||
|:---------------------------------|
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue