mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-08 22:47:10 +08:00
Merge pull request #3804 from nextcloud/enh/noid/publish-helm-dev
This commit is contained in:
commit
75784dc736
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
name: nextcloud-aio-helm-chart
|
||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||
version: 7.7.0
|
||||
version: 7.7.1-dev
|
||||
apiVersion: v2
|
||||
keywords:
|
||||
- latest
|
||||
|
|
|
@ -143,7 +143,8 @@ spec:
|
|||
value: "{{ .Values.TIMEZONE }}"
|
||||
- name: UPDATE_NEXTCLOUD_APPS
|
||||
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
|
||||
image: nextcloud/aio-nextcloud:20231123_084113-latest
|
||||
image: nextcloud/aio-nextcloud:develop
|
||||
imagePullPolicy: Always
|
||||
name: nextcloud-aio-nextcloud
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
|
|
Loading…
Add table
Reference in a new issue