[gitea] update to 1.14.5
This commit is contained in:
parent
fcf95dda94
commit
f683416755
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue