perform image updates
This commit is contained in:
parent
5e30ff4c2a
commit
fe75573c34
|
@ -36,6 +36,8 @@ spec:
|
|||
value: repo.wiki
|
||||
- name: GITEA__REPOSITORY__DEFAULT_REPO_UNITS
|
||||
value: repo.code,repo.releases
|
||||
- name: GITEA__WEBHOOK_ALLOWED_HOST_LIST
|
||||
value: ${DRONE_EXTERNAL_HOST}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: grafana-agent-wal-pvc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
|
@ -1,6 +1,5 @@
|
|||
resources:
|
||||
- https://raw.githubusercontent.com/grafana/agent/v0.24.2/production/kubernetes/agent-bare.yaml
|
||||
- grafana-agent-volume.yaml
|
||||
|
||||
secretGenerator:
|
||||
- name: grafana-agent
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
repo: https://charts.longhorn.io
|
||||
chart: longhorn
|
||||
version: 1.2.4
|
||||
version: 1.3.0
|
||||
targetNamespace: longhorn-system
|
||||
set:
|
||||
backupTargetCredentialSecret: s3-backupstore-credentials
|
||||
|
@ -15,7 +15,7 @@ spec:
|
|||
backupTarget: s3://longhorn-backups@home/
|
||||
defaultReplicaCount: 2
|
||||
defaultDataLocality: best-effort
|
||||
replicaAutoBalance: best-effort
|
||||
replicaAutoBalance: least-effort
|
||||
taintToleration: "kubernetes.io/arch:"
|
||||
longhornManager:
|
||||
tolerations:
|
||||
|
|
|
@ -7,6 +7,6 @@ spec:
|
|||
cron: "0 8 * * 2"
|
||||
task: "backup"
|
||||
groups:
|
||||
- default
|
||||
- backup
|
||||
retain: 2
|
||||
concurrency: 1
|
|
@ -30,6 +30,10 @@ spec:
|
|||
operator: In
|
||||
values:
|
||||
- amd64
|
||||
tolerations:
|
||||
- key: kubernetes.io/arch
|
||||
operator: Equal
|
||||
value: amd64
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: nextcloud
|
||||
|
|
|
@ -5,33 +5,31 @@ bases:
|
|||
- ../../namespaces/monitoring
|
||||
- ../../namespaces/nextcloud
|
||||
|
||||
resources:
|
||||
- probes/external-services-bobcat-miner.yaml
|
||||
# resources:
|
||||
# - probes/external-services-bobcat-miner.yaml
|
||||
|
||||
images:
|
||||
- name: gitea/gitea
|
||||
newTag: 1.15.7
|
||||
newTag: 1.16.9
|
||||
- name: grafana/grafana
|
||||
newTag: 8.5.3
|
||||
- name: prom/node-exporter
|
||||
newTag: v0.18.1
|
||||
newTag: 9.0.4
|
||||
# - name: prom/node-exporter
|
||||
# newTag: v0.18.1
|
||||
- name: prom/blackbox-exporter
|
||||
newName: badjware/blackbox-exporter-tweak
|
||||
newTag: 0.19.0-1
|
||||
newTag: 0.21.1
|
||||
- name: drone/drone
|
||||
newTag: 2.7.0
|
||||
- name: drone/drone-runner-kube
|
||||
newTag: 1.0.0-rc.2
|
||||
- name: nextcloud
|
||||
newName: badjware/nextcloud-tweak
|
||||
newTag: 22.2.3-3
|
||||
newTag: 24.0.3
|
||||
- name: postgres
|
||||
newTag: 9.6.23
|
||||
- name: redis
|
||||
newTag: 6.2.5
|
||||
|
||||
configMapGenerator: []
|
||||
|
||||
secretGenerator:
|
||||
- name: drone-secret
|
||||
type: Opaque
|
||||
|
|
Loading…
Reference in New Issue