14 Commits
Author SHA1 Message Date
Renovate 5353b1ff20 Merge pull request 'Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to 91a9868' (#436) from renovate/gitea.lumpiasty.xyz-lumpiasty-supervisord-latest into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-09-21 02:02:02 +00:00
Renovate 9f83751448 Update gitea.lumpiasty.xyz/lumpiasty/supervisord:latest Docker digest to 91a9868 2026-09-21 02:01:59 +00:00
Renovate 6164b88a85 Merge pull request 'Update Helm release cert-manager-webhook-ovh to v0.9.17' (#434) from renovate/cert-manager-webhook-ovh-0.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-09-19 02:01:36 +00:00
Renovate 847798e9ac Update Helm release cert-manager-webhook-ovh to v0.9.17 2026-09-19 02:01:31 +00:00
Lumpiasty 4b634a79eb Merge pull request 'Update dependency kaneo to v2.25.0' (#433) from renovate/kaneo into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
Reviewed-on: #433
2026-09-18 18:24:16 +00:00
Lumpiasty c3b1d22a23 resize gitea valkey to 6Gi 2026-09-18 19:18:31 +02:00
Renovate e682d4eadd Update dependency kaneo to v2.25.0 2026-09-18 02:01:48 +00:00
Renovate fc41f0dcc0 Merge pull request 'Update Helm release authentik to v2026.8.3' (#432) from renovate/authentik-2026.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
2026-09-18 02:01:48 +00:00
Renovate b148fac53c Update Helm release authentik to v2026.8.3 2026-09-18 02:01:41 +00:00
Renovate b8a29d9879 Merge pull request 'Update alpine Docker tag to v3.24.2' (#431) from renovate/alpine-3.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline failed
2026-09-18 02:01:40 +00:00
Renovate cbcda637c1 Update alpine Docker tag to v3.24.2 2026-09-18 02:01:36 +00:00
Renovate 5d451451ba Merge pull request 'Update docker.gitea.com/gitea Docker tag to v1.27.3' (#430) from renovate/docker.gitea.com-gitea-1.x into fresh-start
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-09-17 18:15:28 +00:00
Renovate 91ef6e8cf3 Update docker.gitea.com/gitea Docker tag to v1.27.3 2026-09-17 18:15:17 +00:00
Lumpiasty ef738e77e5 automatically update gitea tag
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-09-17 20:14:08 +02:00
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: authentik chart: authentik
version: 2026.8.2 version: 2026.8.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: authentik name: authentik
+2 -1
View File
@@ -25,7 +25,8 @@ spec:
interval: 12h interval: 12h
values: values:
image: image:
tag: 1.27.2 # REMOVE ME after new helm chart version includes this update # REMOVE ME after new helm chart version includes updates
tag: 1.27.3 # renovate: depName=docker.gitea.com/gitea registryUrl=https://docker.gitea.com
postgresql-ha: postgresql-ha:
enabled: false enabled: false
+3 -3
View File
@@ -7,7 +7,7 @@ metadata:
name: gitea-valkey-primary-lvmhdd-0 name: gitea-valkey-primary-lvmhdd-0
namespace: openebs namespace: openebs
spec: spec:
capacity: "4294967296" capacity: "6442450944"
ownerNodeID: anapistula-delrosalae ownerNodeID: anapistula-delrosalae
shared: "yes" shared: "yes"
thinProvision: "no" thinProvision: "no"
@@ -20,7 +20,7 @@ metadata:
name: gitea-valkey-primary-lvmhdd-0 name: gitea-valkey-primary-lvmhdd-0
spec: spec:
capacity: capacity:
storage: 4Gi storage: 6Gi
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
@@ -41,6 +41,6 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 4Gi storage: 6Gi
storageClassName: hdd-lvmpv storageClassName: hdd-lvmpv
volumeName: gitea-valkey-primary-lvmhdd-0 volumeName: gitea-valkey-primary-lvmhdd-0
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
interval: 24h interval: 24h
url: https://github.com/usekaneo/kaneo.git url: https://github.com/usekaneo/kaneo.git
ref: ref:
tag: v2.24.0 tag: v2.25.0
ignore: | ignore: |
# exclude all # exclude all
/* /*
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: supervisord - name: supervisord
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:2676d13df2a0833b27ab8ec441da78c6c43d3f7bf75837d35723eefb40a82ce1 image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:91a986812da3fd02687226cac2fdbfe250fc232ec32db4cf10480958d4fe4354
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: prepare-home - name: prepare-home
image: alpine:3.24.1 image: alpine:3.24.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /bin/sh - /bin/sh
@@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: cert-manager-webhook-ovh chart: cert-manager-webhook-ovh
version: 0.9.16 version: 0.9.17
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cert-manager-webhook-ovh name: cert-manager-webhook-ovh