9 Commits

Author SHA1 Message Date
cb9bf0391c change values 2025-01-13 18:57:32 -06:00
8da7e26e02 change repo 2025-01-13 18:37:26 -06:00
41374c5fa9 remove redis cluster 2025-01-13 14:28:39 -06:00
renovate[bot]
ab75552da2 Update Helm release generic-device-plugin to v0.1.5 (#1041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 20:05:49 +00:00
renovate[bot]
0ba083e899 Update Helm release element-web to v1.3.39 (#1040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 17:30:12 +00:00
renovate[bot]
13123a1528 Update Helm release descheduler to v0.32.1 (#1039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 13:03:34 +00:00
renovate[bot]
192567541f Update Helm release argo-workflows to v0.45.3 (#1038)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 09:18:56 +00:00
renovate[bot]
7841251b90 Update Helm release argo-events to v2.4.12 (#1037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 06:34:24 +00:00
renovate[bot]
7948cc08c7 Update Helm release argo-cd to v7.7.14 (#1036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 04:23:39 +00:00
7 changed files with 28 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: element-web
version: 1.3.38
version: 1.3.39
repository: https://ananace.gitlab.io/charts
- name: cloudflared
alias: cloudflared

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-cd
version: 7.7.11
version: 7.7.14
repository: https://argoproj.github.io/argo-helm
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/argocd.png
appVersion: v2.13.2

View File

@@ -1,8 +1,8 @@
cluster:
name: cl01tl
git:
# repo: git@github.com:alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
repo: git@github.com:alexlebens/infrastructure.git
# repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
revision: HEAD
applicationSet:

View File

@@ -18,10 +18,10 @@ maintainers:
- name: alexlebens
dependencies:
- name: argo-workflows
version: 0.45.2
version: 0.45.3
repository: https://argoproj.github.io/argo-helm
- name: argo-events
version: 2.4.9
version: 2.4.12
repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster
alias: postgres-17-cluster

View File

@@ -1,14 +1,19 @@
gitea:
strategy:
type: Recreate
image:
repository: gitea/gitea
tag: 1.22.6
ingress:
enabled: false
serviceAccount:
create: true
automountServiceAccountToken: true
persistence:
storageClass: ceph-block
extraVolumes:
- name: gitea-nfs-storage-backup
persistentVolumeClaim:
claimName: gitea-nfs-storage-backup
extraVolumeMounts:
- mountPath: /opt/backup
name: gitea-nfs-storage-backup
readOnly: false
gitea:
admin:
existingSecret: gitea-admin-secret
@@ -72,22 +77,20 @@ gitea:
secretKeyRef:
name: gitea-postgresql-17-cluster-app
key: password
persistence:
storageClass: ceph-block
extraVolumes:
- name: gitea-nfs-storage-backup
persistentVolumeClaim:
claimName: gitea-nfs-storage-backup
extraVolumeMounts:
- mountPath: /opt/backup
name: gitea-nfs-storage-backup
readOnly: false
memcached:
enabled: true
redis:
enabled: false
redis-cluster:
enabled: false
postgresql:
enabled: false
postgresql-ha:
enabled: false
redis-cluster:
enabled: true
mysql:
enabled: false
mariadb:
enabled: false
cloudflared:
existingSecretName: gitea-cloudflared-secret
backup:

View File

@@ -14,7 +14,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: descheduler
version: 0.32.0
version: 0.32.1
repository: https://kubernetes-sigs.github.io/descheduler/
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/kubernetes.png
appVersion: 0.31.0

View File

@@ -15,6 +15,6 @@ maintainers:
dependencies:
- name: generic-device-plugin
repository: http://alexlebens.github.io/helm-charts
version: 0.1.2
version: 0.1.5
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/kubernetes.png
appVersion: 0.1.2