diff --git a/apps/applicationset-cert-manager-webhook-ovh.yaml b/apps/applicationset-cert-manager-webhook-ovh.yaml index acb7cdd..450461c 100644 --- a/apps/applicationset-cert-manager-webhook-ovh.yaml +++ b/apps/applicationset-cert-manager-webhook-ovh.yaml @@ -31,6 +31,9 @@ spec: repoURL: '{{repository}}' targetRevision: '{{targetRevision}}' path: '{{helmPath}}/cert-manager-webhook-ovh/{{path.basename}}' + helm: + valueFiles: + - values.yaml destination: # Déploie uniquement sur le cluster OPS name: '{{name}}' diff --git a/helm/cert-manager-webhook-ovh/ops/Chart.lock b/helm/cert-manager-webhook-ovh/ops/Chart.lock new file mode 100644 index 0000000..f71bfc2 --- /dev/null +++ b/helm/cert-manager-webhook-ovh/ops/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: cert-manager-webhook-ovh + repository: oci://harbor.gkdomaine.local/charts + version: 0.8.0 +digest: sha256:0ec3c996a9fd87c65e12ad1c8e11025356f74de0baab91ab501b82edb73203b2 +generated: "2026-01-21T23:31:45.4372447+01:00" diff --git a/helm/cert-manager-webhook-ovh/ops/Chart.yaml b/helm/cert-manager-webhook-ovh/ops/Chart.yaml index f08deb5..e05cd3e 100644 --- a/helm/cert-manager-webhook-ovh/ops/Chart.yaml +++ b/helm/cert-manager-webhook-ovh/ops/Chart.yaml @@ -3,4 +3,8 @@ name: cert-manager-webhook-ovh description: Webhook OVH pour cert-manager (DNS-01 challenge) type: application version: 1.0.0 +dependencies: + - name: cert-manager-webhook-ovh + version: 0.8.0 + repository: oci://harbor.gkdomaine.local/charts diff --git a/helm/cert-manager-webhook-ovh/ops/charts/cert-manager-webhook-ovh-0.8.0.tgz b/helm/cert-manager-webhook-ovh/ops/charts/cert-manager-webhook-ovh-0.8.0.tgz new file mode 100644 index 0000000..8873818 Binary files /dev/null and b/helm/cert-manager-webhook-ovh/ops/charts/cert-manager-webhook-ovh-0.8.0.tgz differ diff --git a/helm/cert-manager-webhook-ovh/ops/values.yaml b/helm/cert-manager-webhook-ovh/ops/values.yaml index 70726c7..cd1f921 100644 --- a/helm/cert-manager-webhook-ovh/ops/values.yaml +++ b/helm/cert-manager-webhook-ovh/ops/values.yaml @@ -1,11 +1,12 @@ # Configuration pour cert-manager-webhook-ovh # Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard +# Chart officiel: https://artifacthub.io/packages/helm/cert-manager-webhook-ovh/cert-manager-webhook-ovh cert-manager-webhook-ovh: replicaCount: 1 - image: - repository: ghcr.io/aureq/cert-manager-webhook-ovh + # image: + # repository: ghcr.io/aureq/cert-manager-webhook-ovh # Configuration du webhook groupName: acme.gkdomaine.fr @@ -13,6 +14,15 @@ cert-manager-webhook-ovh: certManager: # namespace in which your cert-manager is deployed namespace: cert-manager-ops - # cert-manager serverAccount name (default: cert-manager) + # cert-manager serviceAccount name (default: cert-manager) serviceAccountName: cert-manager-ops + # Resources + resources: + limits: + cpu: 100m + memory: 128Mi + requests: + cpu: 50m + memory: 64Mi + diff --git a/helm/headlamp/dev/Chart.yaml b/helm/headlamp/dev/Chart.yaml index ae5b7fa..9328c70 100644 --- a/helm/headlamp/dev/Chart.yaml +++ b/helm/headlamp/dev/Chart.yaml @@ -3,7 +3,6 @@ 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