Bumped gitea

Changelog: changed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2025-10-19 07:13:06 +01:00
parent 8112dd38fb
commit c3d20853dc
7 changed files with 31 additions and 8 deletions

View File

@@ -165,3 +165,26 @@ tasks:
echo "Unsealed - $outfile"
method: none
rook-osds:
desc: "Show OSD node drive information."
silent: true
cmds:
- |
# This uses the example/default cluster name "rook"
OSD_PODS=$(kubectl get pods --all-namespaces -l \
app=rook-ceph-osd,rook_cluster=rook-ceph -o jsonpath='{.items[*].metadata.name}')
# Find node and drive associations from OSD pods
for pod in $(echo ${OSD_PODS})
do
echo "Pod: ${pod}"
echo "Node: $(kubectl -n rook-ceph get pod ${pod} -o jsonpath='{.spec.nodeName}')"
kubectl -n rook-ceph exec ${pod} -c osd -- sh -c '\
for i in /var/lib/ceph/osd/ceph-*; do
[ -f ${i}/ready ] || continue
echo -ne "-$(basename ${i}) "
echo $(lsblk -n -o NAME,SIZE ${i}/block 2> /dev/null || \
findmnt -n -v -o SOURCE,SIZE -T ${i}) $(cat ${i}/type)
done | sort -V
echo'
done

View File

@@ -1,7 +1,7 @@
dependencies:
- name: gitea
repository: https://dl.gitea.com/charts/
version: 12.2.0
version: 12.4.0
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.3.10
@@ -11,5 +11,5 @@ dependencies:
- name: backupd
repository: https://gitlab.com/api/v4/projects/55284972/packages/helm/stable
version: 0.6.1
digest: sha256:e450ae54572007187dd1257c3b3ed01b2a9aee669e73638d3828a432bf326bc3
generated: "2025-08-19T20:10:16.373908954Z"
digest: sha256:359d5a11b7a49b1e9ed210f3b344e9706e834a1599d14e52964917f9a1cf3b66
generated: "2025-10-19T07:12:22.857133071+01:00"

View File

@@ -25,7 +25,7 @@ appVersion: "1.16.0"
dependencies:
- name: gitea
version: 12.2.0
version: 12.4.0
repository: "https://dl.gitea.com/charts/"
condition: gitea.enabled
- name: postgresql-ha

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://dl.gitea.com/charts/ | gitea | 12.2.0 |
| https://dl.gitea.com/charts/ | gitea | 12.4.0 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | gitea-bkp(backupd) | 0.6.1 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | postgresql-bkp(backupd) | 0.6.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql-ha | 14.3.10 |
@@ -77,7 +77,7 @@ A Helm chart for Kubernetes
| gitea.persistence.size | string | `"100Gi"` | |
| gitea.postgresql-ha.enabled | bool | `false` | |
| gitea.postgresql.enabled | bool | `false` | |
| oidc.realm | string | `"deepcypher"` | |
| oidc.realm | string | `"owncloak-deepcypher"` | |
| postgresql-bkp.backup.copyMethod | string | `"Direct"` | |
| postgresql-bkp.backup.enabled | bool | `true` | |
| postgresql-bkp.backup.schedule | string | `"0 2 * * *"` | |
@@ -91,7 +91,7 @@ A Helm chart for Kubernetes
| postgresql-ha.enabled | bool | `true` | |
| postgresql-ha.fullnameOverride | string | `"postgres"` | |
| postgresql-ha.image.registry | string | `"docker.io"` | |
| postgresql-ha.image.repository | string | `"bitnami/postgresql-repmgr"` | |
| postgresql-ha.image.repository | string | `"bitnamilegacy/postgresql-repmgr"` | |
| postgresql-ha.image.tag | string | `"16.6.0-debian-12-r3"` | |
| postgresql-ha.persistence.enabled | bool | `true` | |
| postgresql-ha.persistence.size | string | `"8Gi"` | |

Binary file not shown.

Binary file not shown.

View File

@@ -85,7 +85,7 @@ postgresql-ha:
enabled: true
image:
registry: docker.io
repository: bitnami/postgresql-repmgr
repository: bitnamilegacy/postgresql-repmgr
tag: 16.6.0-debian-12-r3
fullnameOverride: postgres
postgresql: