Compare commits
14
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5353b1ff20 | ||
|
|
9f83751448 | ||
|
|
6164b88a85 | ||
|
|
847798e9ac | ||
|
|
4b634a79eb | ||
|
|
c3b1d22a23
|
||
|
|
e682d4eadd | ||
|
|
fc41f0dcc0 | ||
|
|
b148fac53c | ||
|
|
b8a29d9879 | ||
|
|
cbcda637c1 | ||
|
|
5d451451ba | ||
|
|
91ef6e8cf3 | ||
|
|
ef738e77e5
|
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user