Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
b7298fa2cb Merge pull request 'DASHBOARD: update image tag to 714' (#1182) from 714_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-26 22:09:42 +02:00
ee22af685f DASHBOARD: update image tag to 714 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-26 20:09:32 +00:00
bb61824b7a Merge pull request 'DASHBOARD STAGING: update image tag to 713' (#1181) from 713_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-26 22:07:36 +02:00
77e218b231 DASHBOARD STAGING: update image tag to staging-713 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-26 20:07:00 +00:00
6b72975729 Merge pull request 'DASHBOARD: update image tag to 712' (#1180) from 712_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-25 17:10:23 +02:00
8771212231 DASHBOARD: update image tag to 712 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-25 15:09:46 +00:00
f753708a64 Merge pull request 'DASHBOARD STAGING: update image tag to 711' (#1179) from 711_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-25 17:07:41 +02:00
da7a18dd19 DASHBOARD STAGING: update image tag to staging-711 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-25 15:07:31 +00:00
43f55488ff Merge pull request 'Update Helm release longhorn to v1.9.1' (#1178) from renovate/longhorn-1.x into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1178
2025-07-24 13:33:13 +02:00
47cd1c92c6
Update Helm release longhorn to v1.9.1
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-23 09:02:39 +00:00
f927deeac6 Merge pull request 'Update ghcr.io/goauthentik/proxy Docker tag to v2025.6.4' (#1177) from renovate/ghcr.io-goauthentik-proxy-2025.x into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1177
2025-07-22 20:32:08 +02:00
863469d22a
Update ghcr.io/goauthentik/proxy Docker tag to v2025.6.4
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-22 13:02:37 +00:00
d1ac186e48 Merge pull request 'DASHBOARD: update image tag to 710' (#1176) from 710_dashboard_prod into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-22 14:10:42 +02:00
71151c875f DASHBOARD: update image tag to 710 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-22 12:10:34 +00:00
ceeb6d0888 Merge pull request 'DASHBOARD STAGING: update image tag to 709' (#1175) from 709_dashboard_staging into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-22 14:07:21 +02:00
8940116b74 DASHBOARD STAGING: update image tag to staging-709 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-07-22 12:07:13 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ spec:
sources: sources:
- repoURL: https://charts.longhorn.io - repoURL: https://charts.longhorn.io
chart: longhorn chart: longhorn
targetRevision: 1.9.0 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/ targetRevision: 1.9.1 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/
helm: helm:
releaseName: longhorn releaseName: longhorn
valueFiles: valueFiles:

View file

@ -98,7 +98,7 @@ spec:
secretKeyRef: secretKeyRef:
key: authentik_host_insecure key: authentik_host_insecure
name: authentik-outpost-api name: authentik-outpost-api
image: ghcr.io/goauthentik/proxy:2025.6.3 image: ghcr.io/goauthentik/proxy:2025.6.4
name: proxy name: proxy
ports: ports:
- containerPort: 9000 - containerPort: 9000

View file

@ -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: "708" newTag: "714"
namespace: dashboard namespace: dashboard

View file

@ -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-707 newTag: staging-713
namespace: dashboard-staging namespace: dashboard-staging
patches: patches:
- patch: |- - patch: |-