update
This commit is contained in:
@@ -31,6 +31,9 @@ spec:
|
|||||||
repoURL: '{{repository}}'
|
repoURL: '{{repository}}'
|
||||||
targetRevision: '{{targetRevision}}'
|
targetRevision: '{{targetRevision}}'
|
||||||
path: '{{helmPath}}/cert-manager-webhook-ovh/{{path.basename}}'
|
path: '{{helmPath}}/cert-manager-webhook-ovh/{{path.basename}}'
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
# Déploie uniquement sur le cluster OPS
|
# Déploie uniquement sur le cluster OPS
|
||||||
name: '{{name}}'
|
name: '{{name}}'
|
||||||
|
|||||||
6
helm/cert-manager-webhook-ovh/ops/Chart.lock
Normal file
6
helm/cert-manager-webhook-ovh/ops/Chart.lock
Normal file
@@ -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"
|
||||||
@@ -3,4 +3,8 @@ name: cert-manager-webhook-ovh
|
|||||||
description: Webhook OVH pour cert-manager (DNS-01 challenge)
|
description: Webhook OVH pour cert-manager (DNS-01 challenge)
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
dependencies:
|
||||||
|
- name: cert-manager-webhook-ovh
|
||||||
|
version: 0.8.0
|
||||||
|
repository: oci://harbor.gkdomaine.local/charts
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -1,11 +1,12 @@
|
|||||||
# Configuration pour cert-manager-webhook-ovh
|
# Configuration pour cert-manager-webhook-ovh
|
||||||
# Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard
|
# 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:
|
cert-manager-webhook-ovh:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
# image:
|
||||||
repository: ghcr.io/aureq/cert-manager-webhook-ovh
|
# repository: ghcr.io/aureq/cert-manager-webhook-ovh
|
||||||
|
|
||||||
# Configuration du webhook
|
# Configuration du webhook
|
||||||
groupName: acme.gkdomaine.fr
|
groupName: acme.gkdomaine.fr
|
||||||
@@ -13,6 +14,15 @@ cert-manager-webhook-ovh:
|
|||||||
certManager:
|
certManager:
|
||||||
# namespace in which your cert-manager is deployed
|
# namespace in which your cert-manager is deployed
|
||||||
namespace: cert-manager-ops
|
namespace: cert-manager-ops
|
||||||
# cert-manager serverAccount name (default: cert-manager)
|
# cert-manager serviceAccount name (default: cert-manager)
|
||||||
serviceAccountName: cert-manager-ops
|
serviceAccountName: cert-manager-ops
|
||||||
|
|
||||||
|
# Resources
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 128Mi
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 64Mi
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ name: headlamp-wrapper
|
|||||||
description: Wrapper pour headlamp - Environnement DEV
|
description: Wrapper pour headlamp - Environnement DEV
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: headlamp
|
- name: headlamp
|
||||||
version: 0.38.0 # Assurez-vous que cette version correspond à celle poussée sur Harbor
|
version: 0.38.0 # Assurez-vous que cette version correspond à celle poussée sur Harbor
|
||||||
|
|||||||
Reference in New Issue
Block a user