Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4ffdf4358 | ||
|
|
6164b88a85 | ||
|
|
847798e9ac | ||
|
|
4b634a79eb | ||
|
|
c3b1d22a23
|
||
|
|
e682d4eadd | ||
|
|
fc41f0dcc0 | ||
|
|
b148fac53c | ||
|
|
b8a29d9879 | ||
|
|
cbcda637c1 | ||
|
|
5d451451ba | ||
|
|
91ef6e8cf3 | ||
|
|
ef738e77e5
|
||
|
|
a24ece5ccd | ||
|
|
a99043c1bb |
@@ -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.25.0
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM debian:13.6
|
||||
FROM debian:13.7
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: openebs
|
||||
version: 4.5.1
|
||||
version: 4.6.1
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: openebs
|
||||
|
||||
Reference in New Issue
Block a user