add homarr app
This commit is contained in:
6
helm/homarr/dev/Chart.lock
Normal file
6
helm/homarr/dev/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: homarr
|
||||
repository: oci://harbor.gkdomaine.local/charts
|
||||
version: 8.9.0
|
||||
digest: sha256:b6a51de0f481cf50bc40f851412469481c31ca498ad3b463260fde4d5363359e
|
||||
generated: "2026-01-12T00:49:29.2668062+01:00"
|
||||
11
helm/homarr/dev/Chart.yaml
Normal file
11
helm/homarr/dev/Chart.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v2
|
||||
name: Homarr-wrapper
|
||||
description: Wrapper pour Homarr - Environnement DEV
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
dependencies:
|
||||
- name: homarr
|
||||
version: 8.9.0 # Assurez-vous que cette version correspond à celle poussée sur Harbor
|
||||
# Utilisation de votre registre Harbor interne (OCI)
|
||||
repository: "oci://harbor.gkdomaine.local/charts"
|
||||
BIN
helm/homarr/dev/charts/homarr-8.9.0.tgz
Normal file
BIN
helm/homarr/dev/charts/homarr-8.9.0.tgz
Normal file
Binary file not shown.
18
helm/homarr/dev/values.yaml
Normal file
18
helm/homarr/dev/values.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Toutes les configurations destinées au chart Nextcloud
|
||||
# doivent être indentées sous la clé 'nextcloud'
|
||||
homarr:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
registry: harbor.gkdomaine.local
|
||||
repository: images/homarr
|
||||
tag: "v1.50.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
hosts:
|
||||
- host: homarr.gkdomaine.local
|
||||
paths:
|
||||
- path: /
|
||||
Reference in New Issue
Block a user