diff --git a/apps/applicationset-headlamp.yaml.disable b/apps/applicationset-headlamp.yaml similarity index 100% rename from apps/applicationset-headlamp.yaml.disable rename to apps/applicationset-headlamp.yaml diff --git a/helm/headlamp/dev/values.yaml b/helm/headlamp/dev/values.yaml index 0b531d2..71d98f8 100644 --- a/helm/headlamp/dev/values.yaml +++ b/helm/headlamp/dev/values.yaml @@ -14,4 +14,11 @@ headlamp: # Si votre projet Harbor 'images' est en PRIVÉ, # vous devrez créer un secret Kubernetes et le renseigner ici : - imagePullSecrets: [] \ No newline at end of file + imagePullSecrets: [] + ingress: + enabled: true + host: + - host: headlamp.dev.gkdomaine.local + paths: + - path: / + type: Prefix \ No newline at end of file diff --git a/helm/headlamp/prd/Chart.lock b/helm/headlamp/prd/Chart.lock deleted file mode 100644 index b48523b..0000000 --- a/helm/headlamp/prd/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: headlamp - repository: oci://harbor.example.com/charts - version: 0.38.0 -digest: sha256:245828591da65038e4ee0697c3e37ee2ac920e9edeff458f9bb9ce9726162ea5 -generated: "2025-12-30T18:38:14.4041743+01:00" diff --git a/helm/headlamp/prd/Chart.yaml b/helm/headlamp/prd/Chart.yaml deleted file mode 100644 index ae5b7fa..0000000 --- a/helm/headlamp/prd/Chart.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v2 -name: headlamp-wrapper -description: Wrapper pour headlamp - Environnement DEV -type: application -version: 1.0.0 - -dependencies: - - name: headlamp - version: 0.38.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" \ No newline at end of file diff --git a/helm/headlamp/prd/charts/headlamp-0.38.0.tgz b/helm/headlamp/prd/charts/headlamp-0.38.0.tgz deleted file mode 100644 index aac443a..0000000 Binary files a/helm/headlamp/prd/charts/headlamp-0.38.0.tgz and /dev/null differ diff --git a/helm/headlamp/prd/values.yaml b/helm/headlamp/prd/values.yaml deleted file mode 100644 index 0b531d2..0000000 --- a/helm/headlamp/prd/values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Toutes les configurations destinées au chart Nextcloud -# doivent être indentées sous la clé 'nextcloud' -headlamp: - replicaCount: 1 - - image: - # On remplace ghcr.io par votre Harbor - registry: harbor.gkdomaine.local - # On remplace le chemin d'origine par votre projet 'images' - repository: images/headlamp - # On précise le tag que vous avez poussé avec le script - tag: "v0.38.0" - pullPolicy: IfNotPresent - - # Si votre projet Harbor 'images' est en PRIVÉ, - # vous devrez créer un secret Kubernetes et le renseigner ici : - imagePullSecrets: [] \ No newline at end of file diff --git a/helm/headlamp/rct/Chart.lock b/helm/headlamp/rct/Chart.lock deleted file mode 100644 index b48523b..0000000 --- a/helm/headlamp/rct/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: headlamp - repository: oci://harbor.example.com/charts - version: 0.38.0 -digest: sha256:245828591da65038e4ee0697c3e37ee2ac920e9edeff458f9bb9ce9726162ea5 -generated: "2025-12-30T18:38:14.4041743+01:00" diff --git a/helm/headlamp/rct/Chart.yaml b/helm/headlamp/rct/Chart.yaml deleted file mode 100644 index 8c9f6f7..0000000 --- a/helm/headlamp/rct/Chart.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v2 -name: headlamp-wrapper -description: Wrapper pour headlamp - Environnement DEV -type: application -version: 1.0.0 - -dependencies: - - name: headlamp - version: 0.39.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" \ No newline at end of file diff --git a/helm/headlamp/rct/charts/headlamp-0.38.0.tgz b/helm/headlamp/rct/charts/headlamp-0.38.0.tgz deleted file mode 100644 index aac443a..0000000 Binary files a/helm/headlamp/rct/charts/headlamp-0.38.0.tgz and /dev/null differ diff --git a/helm/headlamp/rct/values.yaml b/helm/headlamp/rct/values.yaml deleted file mode 100644 index edb1050..0000000 --- a/helm/headlamp/rct/values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Toutes les configurations destinées au chart Nextcloud -# doivent être indentées sous la clé 'nextcloud' -headlamp: - replicaCount: 1 - - image: - # On remplace ghcr.io par votre Harbor - registry: harbor.gkdomaine.local - # On remplace le chemin d'origine par votre projet 'images' - repository: images/headlamp - # On précise le tag que vous avez poussé avec le script - tag: "v0.39.0" - pullPolicy: IfNotPresent - - # Si votre projet Harbor 'images' est en PRIVÉ, - # vous devrez créer un secret Kubernetes et le renseigner ici : - imagePullSecrets: [] \ No newline at end of file