update nextcloud
This commit is contained in:
parent
cb8f16b077
commit
95e29071a9
|
@ -3,5 +3,5 @@ datasources:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
|
url: http://prometheus-operated.monitoring.svc:9090
|
||||||
isDefault: true
|
isDefault: true
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
mountPath: /server-config
|
mountPath: /server-config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
containers:
|
containers:
|
||||||
- image: homeassistant/home-assistant:2023.5.4
|
- image: homeassistant/home-assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
serviceAccountName: server-cron
|
serviceAccountName: server-cron
|
||||||
containers:
|
containers:
|
||||||
- name: kubectl
|
- name: run-nextcloud-cron
|
||||||
image: bitnami/kubectl
|
image: bitnami/kubectl
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/bin/bash"]
|
command: ["/bin/bash"]
|
||||||
|
|
|
@ -54,14 +54,14 @@ spec:
|
||||||
- name: TRUSTED_PROXIES
|
- name: TRUSTED_PROXIES
|
||||||
value: 10.0.0.0/8
|
value: 10.0.0.0/8
|
||||||
- name: REDIS_HOST
|
- name: REDIS_HOST
|
||||||
value: nextcloud-redis.$(NAMESPACE).svc.cluster.local
|
value: nextcloud-redis.$(NAMESPACE).svc
|
||||||
- name: REDIS_HOST_PASSWORD
|
- name: REDIS_HOST_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: redis-credentials
|
name: redis-credentials
|
||||||
key: password
|
key: password
|
||||||
- name: POSTGRES_HOST
|
- name: POSTGRES_HOST
|
||||||
value: nextcloud-postgres.$(NAMESPACE).svc.cluster.local
|
value: nextcloud-postgres.$(NAMESPACE).svc
|
||||||
- name: POSTGRES_DB
|
- name: POSTGRES_DB
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
@ -30,7 +30,9 @@ images:
|
||||||
- name: drone/drone-runner-kube
|
- name: drone/drone-runner-kube
|
||||||
newTag: 1.0.0-rc.3
|
newTag: 1.0.0-rc.3
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
newTag: 25.0.3
|
newTag: 26.0.2
|
||||||
|
- name: homeassistant/home-assistant
|
||||||
|
newTag: 2023.5.4
|
||||||
- name: postgres
|
- name: postgres
|
||||||
newTag: 9.6.23
|
newTag: 9.6.23
|
||||||
- name: redis
|
- name: redis
|
||||||
|
|
Loading…
Reference in New Issue