Commit graph

13 commits

Author SHA1 Message Date
Beat Schärz
916971152e
prerequisite cert-manager >= 1.0.0 for v1 version 2024-10-17 13:15:01 +02:00
Valentin Klopfenstein
b9630d8894 Change wording and handling of .Values.groupName 2024-06-19 09:53:06 +02:00
Rémy Moll
97de643226
allow running as unprivileged pod by choosing a higher port for listening (#33) 2024-05-27 18:28:57 +02:00
Rémy Moll
b5793bb12c
CI/CD using github actions and a custom dnsimple account (#31)
* restructure source and templates to follow helm best-practices

* add basic actions for more complex workflows

* workflows for pr ands tags (along with required fixes to go code)

* re-add helm chart and automated chart release

* fix errors in workflows

* improve documentation

* fix finding existing records

* add missing namespace to workflow

* cleanup of kubernetes pipeline

* Fixed and documented tagging workflow
2024-05-27 16:46:34 +02:00
Michael Lescisin
c1db14cfbf
Add the ability to use a DNSimple User API token (#26)
* Allow for the DNSimple account ID to be specified via the dnssimple.accountID value

* Allow for the DNSimple account ID to be manually specified via the DNSIMPLE_ACCOUNT_ID environment variable

Fix incorrect variable specification in main.go

* Allow for the DNSimple account ID to be manually specified via the DNSIMPLE_ACCOUNT_ID environment variable

Fix missing return of nil in main.go

* Fix incorrect double-declaration of env section in deployment.yaml

* Fix incorrect logic when handling DNSIMPLE_ACCOUNT_ID environment variable

* The client.Zones.GetZone check isn't needed in the getExistingRecord function and it prevents User API tokens from being used for authentication - only Account API tokens would work

* Incorporate changes from https://github.com/puzzle/cert-manager-webhook-dnsimple/pull/29 so that the DNSimple accountID may be obtained from the Issuer config if a DNSimple User API token is being used

* Remove unused variable DnsimpleAccountId

* Fix deploy/dnsimple/templates/deployment.yaml - DNSIMPLE_ACCOUNT_ID environment variable doesn't do anything anymore so we can delete it

* Pass the .Values.dnsimple.accountID value down to the staging and production ClusterIssuer configs

* Update README.md with documentation on the dnsimple.accountID parameter

* The ClusterIssuer configs must quote the accountID value so that it is interpreted as a string and not as a number

* Fix indentation level of imagePullSecret in deployment.yaml
2024-04-22 09:14:28 +02:00
Arne Diekmann
55c1af19ea docs: clarify test execution 2021-03-25 10:27:43 +01:00
Martin Parm
1880524180 Fetch account ID from DNSimple API
This means that users don't have to configure the account ID explicitly. This code is inspired by the DNSimple
provider in External-DNS.
2021-01-19 23:43:03 +01:00
Arne Diekmann
c5b7612304 chore: change apiVersion to v1 2020-12-09 14:41:03 +01:00
Arne Diekmann
9ce3e6d152
docs: update README to include instructions on how to use our helm repo
#3
2020-07-29 19:08:12 +02:00
Arne Diekmann
b85fb0f3cf
chore: update README.md 2020-06-02 12:48:43 +02:00
Arne Diekmann
f703e54983 doc: add certificate creation to README 2020-05-26 17:36:18 +02:00
Arne Diekmann
588325118e feat: initial commit for use with DNSimple 2020-05-26 16:11:53 +02:00
James Munnelly
afce06a837 Initial commit 2019-04-15 15:23:59 +01:00