Skip to content

Commit

Permalink
Merge pull request #4161 from nextcloud/enh/noid/create-beta-helm-chart
Browse files Browse the repository at this point in the history
helm chart - create beta release
  • Loading branch information
szaimen authored Feb 1, 2024
2 parents a46f658 + 9fd556c commit 44dd15d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextcloud-aio-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nextcloud-aio-helm-chart
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
version: 7.11.2
version: 7.12.0-beta
apiVersion: v2
keywords:
- latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ spec:
value: nextcloud-aio-talk
- name: TZ
value: "{{ .Values.TIMEZONE }}"
image: nextcloud/aio-apache:20240201_120631-latest
image: nextcloud/aio-apache:beta
imagePullPolicy: Always
name: nextcloud-aio-apache
ports:
- containerPort: {{ .Values.APACHE_PORT }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ spec:
value: "{{ .Values.TIMEZONE }}"
- name: UPDATE_NEXTCLOUD_APPS
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
image: nextcloud/aio-nextcloud:20240201_120631-latest
image: nextcloud/aio-nextcloud:beta
imagePullPolicy: Always
name: nextcloud-aio-nextcloud
ports:
- containerPort: 9000
Expand Down

0 comments on commit 44dd15d

Please sign in to comment.