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