Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a712f51afb
commit
790f666623
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="vikunja-0.0.10"></a>
|
||||
### [vikunja-0.0.10](https://github.com/truecharts/apps/compare/vikunja-0.0.9...vikunja-0.0.10) (2022-04-21)
|
||||
|
||||
#### Fix
|
||||
|
||||
* try to fix port again ([#2527](https://github.com/truecharts/apps/issues/2527))
|
||||
|
||||
|
||||
|
||||
<a name="vikunja-0.0.9"></a>
|
||||
### [vikunja-0.0.9](https://github.com/truecharts/apps/compare/vikunja-0.0.8...vikunja-0.0.9) (2022-04-20)
|
||||
|
||||
|
@ -88,6 +97,3 @@
|
|||
<a name="vikunja-0.0.1"></a>
|
||||
### vikunja-0.0.1 (2022-04-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add apps ([#2493](https://github.com/truecharts/apps/issues/2493))
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 2.0.40
|
||||
digest: sha256:79a7d6bb46936b025fe5cab73b2bad420cc75e3837c2b856908b9b0d4633825d
|
||||
generated: "2022-04-20T20:40:44.753437627Z"
|
||||
generated: "2022-04-21T05:39:35.532272254Z"
|
|
@ -25,7 +25,7 @@ maintainers:
|
|||
name: vikunja
|
||||
sources:
|
||||
- https://vikunja.io/docs
|
||||
version: 0.0.9
|
||||
version: 0.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -80,9 +80,6 @@ additionalContainers:
|
|||
frontend:
|
||||
name: frontend
|
||||
image: "{{ .Values.frontendImage.repository }}:{{ .Values.frontendImage.tag }}"
|
||||
env:
|
||||
- name: VIKUNJA_HTTP_PORT
|
||||
value: "8081"
|
||||
proxy:
|
||||
name: proxy
|
||||
image: "{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"
|
|
@ -123,7 +123,7 @@ hide:
|
|||
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
|
||||
tccr.io/truecharts/postgresql:v14.2.0@sha256:a5c260910866d65cef95aa623141abf4eb4241bb239d19b7d1cb769c6f2915c6
|
||||
tccr.io/truecharts/vikunja-api:v0.18.1@sha256:c79ee38ad40783d6098f302735ca0388b938230aa8f1c6cddfa7a903e2191389
|
||||
'tccr.io/truecharts/vikunja-frontend:v0.18.2@sha256:a5b2600ad6854e34d4ded50504b89dc37189ac80140edfbfbcbb25c1124b88ab'
|
||||
- 'tccr.io/truecharts/vikunja-frontend:v0.18.2@sha256:a5b2600ad6854e34d4ded50504b89dc37189ac80140edfbfbcbb25c1124b88ab'
|
||||
- 'tccr.io/truecharts/nginx:v1.21.6@sha256:e530cd55de35803870c5c54ff5140f79807137937f7cfd9841fba73bee83d554'
|
||||
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
|
||||
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
|
||||
|
@ -456,6 +456,8 @@ hide:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2)
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ data:
|
|||
listen 8080;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8081;
|
||||
proxy_pass http://localhost:80;
|
||||
}
|
||||
|
||||
location ~* ^/(api|dav|\.well-known)/ {
|
Loading…
Reference in New Issue