1
0
Fork 0

set nextcloud version

This commit is contained in:
Massaki Archambault 2023-06-17 00:47:01 -04:00
parent b8165da4db
commit 070786702d
5 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,7 @@ metadata:
labels:
app.kubernetes.io/component: collabora
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/component: collabora

View File

@ -28,7 +28,6 @@ spec:
containers:
- name: run-nextcloud-cron
image: bitnami/kubectl
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args:
- -xc

View File

@ -82,10 +82,10 @@ spec:
containerPort: 80
resources:
requests:
cpu: 2000m
cpu: 1000m
memory: 2Gi
limits:
cpu: 4000m
cpu: 2000m
memory: 2Gi
volumeMounts:
- name: nextcloud-pv

View File

@ -28,7 +28,6 @@ spec:
containers:
- name: run-previewgenerator-cron
image: bitnami/kubectl
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args:
- -xc

View File

@ -31,6 +31,10 @@ images:
newTag: 1.0.0-rc.3
- name: nextcloud
newTag: 26.0.2
- name: collabora/code
newTag: 23.05.0.5.1
- name: nextcloud/aio-imaginary
newTag: 20230613_120442-latest-arm64
- name: homeassistant/home-assistant
newTag: 2023.5.4
- name: postgres