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 - name: alexlebens
dependencies: dependencies:
- name: element-web - name: element-web
version: 1.3.38 version: 1.3.39
repository: https://ananace.gitlab.io/charts repository: https://ananace.gitlab.io/charts
- name: cloudflared - name: cloudflared
alias: cloudflared alias: cloudflared

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -15,6 +15,6 @@ maintainers:
dependencies: dependencies:
- name: generic-device-plugin - name: generic-device-plugin
repository: http://alexlebens.github.io/helm-charts 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 icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/kubernetes.png
appVersion: 0.1.2 appVersion: 0.1.2