2 Commits

Author SHA1 Message Date
dfa2e7f205 Bump version to v0.4.5
All checks were successful
Release workflow / Check version (push) Successful in 5s
Release workflow / Publish Helm chart (push) Successful in 32s
Release workflow / Publish Docker image (push) Successful in 2m19s
2023-10-17 15:00:19 -04:00
89deb39e81 Fix build 2023-10-17 15:00:13 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: v2
description: A Helm chart for cert-manager-webhook-gandi
name: cert-manager-webhook-gandi
version: v0.4.4
version: v0.4.5

View File

@@ -205,7 +205,7 @@ func (c *gandiDNSProviderSolver) newClient(ch *v1alpha1.ChallengeRequest) (*live
}
return gandi.NewLiveDNSClient(config.Config{
APIKey: apiKey,
Token: apiKey,
Timeout: time.Second * 30,
Debug: DebugHTTP != "",
}), nil