update
This commit is contained in:
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)
|
||||
type: application
|
||||
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
|
||||
# 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user