Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c601664d0 | ||
|
|
5353b1ff20 | ||
|
|
9f83751448 | ||
|
|
6164b88a85 | ||
|
|
847798e9ac | ||
|
|
4b634a79eb | ||
|
|
c3b1d22a23
|
||
|
|
e682d4eadd | ||
|
|
fc41f0dcc0 | ||
|
|
b148fac53c | ||
|
|
b8a29d9879 | ||
|
|
cbcda637c1 | ||
|
|
5d451451ba | ||
|
|
91ef6e8cf3 | ||
|
|
ef738e77e5
|
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: authentik
|
||||
version: 2026.8.2
|
||||
version: 2026.8.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authentik
|
||||
|
||||
@@ -25,7 +25,8 @@ spec:
|
||||
interval: 12h
|
||||
values:
|
||||
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:
|
||||
enabled: false
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
name: gitea-valkey-primary-lvmhdd-0
|
||||
namespace: openebs
|
||||
spec:
|
||||
capacity: "4294967296"
|
||||
capacity: "6442450944"
|
||||
ownerNodeID: anapistula-delrosalae
|
||||
shared: "yes"
|
||||
thinProvision: "no"
|
||||
@@ -20,7 +20,7 @@ metadata:
|
||||
name: gitea-valkey-primary-lvmhdd-0
|
||||
spec:
|
||||
capacity:
|
||||
storage: 4Gi
|
||||
storage: 6Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
@@ -41,6 +41,6 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 4Gi
|
||||
storage: 6Gi
|
||||
storageClassName: hdd-lvmpv
|
||||
volumeName: gitea-valkey-primary-lvmhdd-0
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
interval: 24h
|
||||
url: https://github.com/usekaneo/kaneo.git
|
||||
ref:
|
||||
tag: v2.24.0
|
||||
tag: v2.26.0
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: supervisord
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:2676d13df2a0833b27ab8ec441da78c6c43d3f7bf75837d35723eefb40a82ce1
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:91a986812da3fd02687226cac2fdbfe250fc232ec32db4cf10480958d4fe4354
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: prepare-home
|
||||
image: alpine:3.24.1
|
||||
image: alpine:3.24.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cert-manager-webhook-ovh
|
||||
version: 0.9.16
|
||||
version: 0.9.17
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cert-manager-webhook-ovh
|
||||
|
||||
Reference in New Issue
Block a user