set nextcloud version
This commit is contained in:
parent
b8165da4db
commit
070786702d
|
@ -5,6 +5,7 @@ metadata:
|
|||
labels:
|
||||
app.kubernetes.io/component: collabora
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/component: collabora
|
||||
|
|
|
@ -28,7 +28,6 @@ spec:
|
|||
containers:
|
||||
- name: run-nextcloud-cron
|
||||
image: bitnami/kubectl
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/bin/bash"]
|
||||
args:
|
||||
- -xc
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,6 @@ spec:
|
|||
containers:
|
||||
- name: run-previewgenerator-cron
|
||||
image: bitnami/kubectl
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/bin/bash"]
|
||||
args:
|
||||
- -xc
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue