[nextcloud] upgrade to 21.0.3
This commit is contained in:
parent
9c56ac7063
commit
3fece5e447
2 changed files with 2 additions and 2 deletions
|
@ -21,4 +21,4 @@ version: 0.1.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: "20.0.11"
|
||||
appVersion: "21.0.3"
|
||||
|
|
|
@ -82,7 +82,7 @@ spec:
|
|||
- name: nextcloud-data
|
||||
mountPath: "/var/www/html"
|
||||
- name: nextcloud
|
||||
image: nextcloud:20.0.11-fpm
|
||||
image: nextcloud:{{ .Chart.AppVersion }}-fpm
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue