Compare commits
1 commit
88aefd87f5
...
e726a7ba72
Author | SHA1 | Date | |
---|---|---|---|
e726a7ba72 |
8 changed files with 9 additions and 10 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 7.8.12
|
targetRevision: 7.8.11
|
||||||
helm:
|
helm:
|
||||||
releaseName: argo
|
releaseName: argo
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
@ -280,7 +280,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- chart: loki
|
- chart: loki
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
targetRevision: 6.28.0
|
targetRevision: 6.27.0
|
||||||
helm:
|
helm:
|
||||||
releaseName: loki
|
releaseName: loki
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
@ -9,5 +9,5 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/go-apt-version-exporter
|
- name: git.ar21.de/yolokube/go-apt-version-exporter
|
||||||
newName: git.ar21.de/yolokube/go-apt-version-exporter
|
newName: git.ar21.de/yolokube/go-apt-version-exporter
|
||||||
newTag: "39"
|
newTag: "37"
|
||||||
namespace: apt-version-exporter
|
namespace: apt-version-exporter
|
||||||
|
|
|
@ -5,5 +5,5 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/dashboard
|
- name: git.ar21.de/yolokube/dashboard
|
||||||
newName: git.ar21.de/yolokube/dashboard
|
newName: git.ar21.de/yolokube/dashboard
|
||||||
newTag: "411"
|
newTag: "409"
|
||||||
namespace: dashboard
|
namespace: dashboard
|
||||||
|
|
|
@ -5,7 +5,7 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/dashboard
|
- name: git.ar21.de/yolokube/dashboard
|
||||||
newName: git.ar21.de/yolokube/dashboard
|
newName: git.ar21.de/yolokube/dashboard
|
||||||
newTag: staging-410
|
newTag: staging-408
|
||||||
namespace: dashboard-staging
|
namespace: dashboard-staging
|
||||||
patches:
|
patches:
|
||||||
- patch: |-
|
- patch: |-
|
||||||
|
|
|
@ -10,8 +10,8 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/country-geo-locations
|
- name: git.ar21.de/yolokube/country-geo-locations
|
||||||
newName: git.ar21.de/yolokube/country-geo-locations
|
newName: git.ar21.de/yolokube/country-geo-locations
|
||||||
newTag: "130"
|
newTag: "128"
|
||||||
- name: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
- name: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
||||||
newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter
|
||||||
newTag: "241"
|
newTag: "237"
|
||||||
namespace: fail2ban-prometheus
|
namespace: fail2ban-prometheus
|
||||||
|
|
|
@ -8,5 +8,5 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/grafana-backuper
|
- name: git.ar21.de/yolokube/grafana-backuper
|
||||||
newName: git.ar21.de/yolokube/grafana-backuper
|
newName: git.ar21.de/yolokube/grafana-backuper
|
||||||
newTag: "125"
|
newTag: "121"
|
||||||
namespace: grafana-backuper
|
namespace: grafana-backuper
|
||||||
|
|
|
@ -5,4 +5,4 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/go-traefik-certmanager
|
- name: git.ar21.de/yolokube/go-traefik-certmanager
|
||||||
newName: git.ar21.de/yolokube/go-traefik-certmanager
|
newName: git.ar21.de/yolokube/go-traefik-certmanager
|
||||||
newTag: "76"
|
newTag: "74"
|
||||||
|
|
|
@ -35,7 +35,6 @@ server:
|
||||||
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
|
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
|
||||||
WOODPECKER_LOG_LEVEL: "error"
|
WOODPECKER_LOG_LEVEL: "error"
|
||||||
WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx"
|
WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx"
|
||||||
WOODPECKER_DEFAULT_WORKFLOW_LABELS: "backend=kubernetes"
|
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-forgejo
|
- woodpecker-forgejo
|
||||||
createAgentSecret: false
|
createAgentSecret: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue