Commit graph

59 commits

Author SHA1 Message Date
renovate[bot]
01362dd5fd
chore: Configure Renovate (#27)
* Add renovate.json

* populate renovate configuration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Remy Moll <me@moll.re>
2024-05-27 18:30:28 +02:00
Rémy Moll
1f64cdf705
use ko to build images (#34) 2024-05-27 18:29:19 +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
04cc3cc9b6 chore: Bump version to 0.1.2. 2023-08-24 14:26:20 +02:00
Arne Diekmann
8b63a36693
Merge pull request #23 from splattner/upgrade-dependencies
Upgrade dependencies and align with cert-manager/webhook-example
2023-08-24 14:04:58 +02:00
Sebastian Plattner
d6f3d9a528
Upgrade dependencies and allign with cert-manager/webhook-example 2023-07-17 10:53:43 +02:00
Arne Diekmann
365a0db1db chore: Bump version to 0.1.1. 2021-12-20 17:58:57 +01:00
Arne Diekmann
687d533870
Merge pull request #16 from Peltarion/parmus/helm
feat: support newer stable APIs in Helm chart
2021-12-20 17:40:14 +01:00
Martin Parm
e9100f8f63 Support newer stable APIs in Helm chart
- Switch from apiregistration.k8s.io/v1beta1 to apiregistration.k8s.io/v1 where available
- Switch from rbac.authorization.k8s.io/v1beta1 to rbac.authorization.k8s.io/v1 where available
- Switch from cert-manager.io/v1alpha2 to cert-manager.io/v1 where available
2021-12-01 15:59:24 +01:00
Arne Diekmann
f4504a70e3
Merge pull request #11 from denismatiu/master
fix: fix creating cluster issuers via Helm
2021-10-12 09:48:17 +02:00
Denys Matyushenko
56840179ef fix typo 2021-07-01 15:42:10 +03:00
Denys Matyushenko
5041b6350c fix typo in values 2021-07-01 15:36:49 +03:00
Arne Diekmann
8b70f5f7d0 chore: Bump version to 0.1.0. 2021-03-25 10:40:33 +01:00
Arne Diekmann
c22a4ce7a4 chore: use yq v4 in release script 2021-03-25 10:37:49 +01:00
Arne Diekmann
11fb703e1e fix: downgrade k8s libraries to 0.19.0 to fix #8 2021-03-25 10:28:44 +01:00
Arne Diekmann
55c1af19ea docs: clarify test execution 2021-03-25 10:27:43 +01:00
Arne Diekmann
4516234f2c
Merge pull request #10 from Peltarion/parmus/helm-pullsecret
feat: add support for imagePullSecret
2021-03-25 10:12:08 +01:00
Arne Diekmann
61c77c010b
Merge pull request #9 from Peltarion/parmus/helm-secret
feat: add support for using an existing token secret
2021-03-25 10:11:35 +01:00
Arne Diekmann
865b72e083
Merge pull request #7 from Peltarion/parmus/whoami
feat: fetch account ID from DNSimple API
2021-03-25 10:09:27 +01:00
Martin Parm
6c88ff57b3 Add support for imagePullSecret
Add variable image.pullSecret to Helm chart to support specifying an
image pull secret. This is mostly useful for people running an in-house
fork of cert-manager-webhook-dnsimple.
2021-03-25 09:31:07 +01:00
Martin Parm
3142c584af Add support for using an existing token secret
- Add variable dnsimple.existingTokenSecret to the Helm chart
  to support using an existing secret. This is useful e.g. in
  combination with https://github.com/bitnami-labs/sealed-secrets.
- Add variable dnsimple.tokenSecretName to support configuring the
  name of the token secret.
2021-01-20 01:02:53 +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
fc6e021fc1 chore: Bump version to 0.0.5. 2020-12-09 14:42:28 +01:00
Arne Diekmann
c5b7612304 chore: change apiVersion to v1 2020-12-09 14:41:03 +01:00
Arne Diekmann
24c78cbcb2 chore: update deps 2020-12-09 14:40:12 +01:00
Arne Diekmann
0bb6900f6b chore: Bump version to 0.0.4. 2020-08-25 11:15:00 +02:00
Arne Diekmann
6c154de19f
Merge pull request #5 from cmacrae/compat/gitops_pki_durations
fix: explicit pki durations to match resulting objects
2020-08-25 11:09:58 +02:00
cmacrae
0acec981b3
fix: explicit pki durations to match resulting objects
When using a GitOps deployment model, these resources are always
considered "out of sync", as the resulting Certificate object's
'duration' field also specifies minutes & seconds.

These changes are essentially a no-op, but match the object, for
GitOps compatability.
2020-08-25 09:36:52 +01:00
Arne Diekmann
1bb8d33395 chore: Bump version to 0.0.3. 2020-07-29 19:29:18 +02:00
Arne Diekmann
2ed52c8a70 chore: add more info to Helm chart metadata 2020-07-29 19:28:07 +02: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
4a085a8c89 chore: update helm index in repo that enframes all of our charts 2020-07-29 19:01:02 +02:00
Arne Diekmann
81f4c24312 docs: add better description for chart 2020-07-29 18:59:53 +02:00
Arne Diekmann
67e2abffb6 chore: Bump version to 0.0.2. 2020-07-29 11:59:06 +02:00
Arne Diekmann
37416461eb fix: quote account id in staging cluster issuer
fixes #1
2020-07-29 11:55:18 +02:00
Arne Diekmann
b85fb0f3cf
chore: update README.md 2020-06-02 12:48:43 +02:00
Arne Diekmann
e1e088b161 chore: update deps 2020-05-27 17:25:58 +02:00
Arne Diekmann
a4132d7cf9 fix: fix path to helm dir in release script 2020-05-27 09:42:47 +02:00
Arne Diekmann
cda293d393 chore: Bump version to 0.0.1. 2020-05-27 09:31:10 +02:00
Arne Diekmann
6496c7d24e fix: add correct helm path in release script 2020-05-27 09:26:45 +02:00
Arne Diekmann
2724b835e4 feat: add release script 2020-05-26 18:07:58 +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
bcb3c751d8
Merge pull request #11 from munnerz/update-deps
Bump cert-manager dependency to v0.13.1
2020-03-05 19:54:52 +00:00
James Munnelly
20c9d52353 Bump cert-manager dependency to v0.13.1
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
2020-02-18 20:00:32 +00:00
James Munnelly
70e523c91e
Merge pull request #4 from Diaphteiros/pr
fix clusterrolebinding
2019-05-08 13:20:11 +01:00
Johannes Aubart
f556713497 fix clusterrolebinding
Signed-off-by: Johannes Aubart <johannes.aubart@sap.com>
2019-05-07 16:49:58 +02:00
James Munnelly
3fa162c5d7 Bump cert-manager dependency
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-05-02 10:05:53 +01:00