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: labels:
app.kubernetes.io/component: collabora app.kubernetes.io/component: collabora
spec: spec:
replicas: 1
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/component: collabora app.kubernetes.io/component: collabora

View File

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

View File

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

View File

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

View File

@ -31,6 +31,10 @@ images:
newTag: 1.0.0-rc.3 newTag: 1.0.0-rc.3
- name: nextcloud - name: nextcloud
newTag: 26.0.2 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 - name: homeassistant/home-assistant
newTag: 2023.5.4 newTag: 2023.5.4
- name: postgres - name: postgres