[gitea] update to 1.14.5

This commit is contained in:
Nico Schottelius 2021-07-22 18:41:08 +02:00
parent fcf95dda94
commit f683416755
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.14"
appVersion: "1.14.5"

View File

@ -48,7 +48,7 @@ spec:
mountPath: "/var/lib/postgresql/data"
subPath: postgres
- name: gitea
image: gitea/gitea:1.14
image: gitea/gitea:{{ .Chart.AppVersion }}
ports:
- containerPort: 22
- containerPort: 3000