James Munnelly
441c22c119
Fix skipping chart validation for pebble and vault
2018-07-25 18:45:24 +01:00
James Munnelly
dbe01c2068
Update pebble to latest in e2e tests
2018-07-25 18:23:02 +01:00
Fernando Llaca
dde44ad2f9
Fixes #310 : Allow setting http_proxy and https_proxy in cert-manager deployment
2018-07-05 10:42:29 +02:00
Krzysztof Nazarewski
ffa054dba6
chart: add extraEnv
2018-06-26 09:49:28 +02:00
James Munnelly
65443bdb94
Use development chart version on master branch
2018-06-25 11:05:39 +01:00
Aaron Roydhouse
fceb1840b4
Bump chart version and regeneration static manifests
2018-06-05 22:08:14 -04:00
Aaron Roydhouse
e9e3ee2e6a
Update the 'fullname' template to match helm 2.8.2
...
The newer 'fullname' helper function automatically avoids name duplication. This change updates the function in cert-manager to include that functionality.
Given there is generally only one cert-manager per cluster, if you install cert-manager and call it `cert-manager`:
```
helm upgrade --install cert-manager stable/cert-manager
```
You get deployments and pods called `cert-manager-cert-manager...`
With the update version (taken from the `helm create` template for helm 2.8.2` you instead get deployments and pods called `cert-manager`.
There is a workaround possible at the moment, but the automatic behavior is more intuitive for new users.
```
helm upgrade --install cert-manager stable/cert-manager --set=fullnameOverride=cert-manager
```
2018-06-05 22:06:34 -04:00
Fabio Rehm
e90fb5a261
Regenerate static deployment manifest files with ./hack/update-deploy-gen.sh
2018-06-04 16:43:41 -03:00
Fabio Rehm
52142d084f
Bump chart version to v0.3.2
2018-06-04 16:36:23 -03:00
Fabio Rehm
a923113e65
Update chart's README
2018-06-04 16:32:08 -03:00
Fabio Rehm
94310f09a2
Add support for custom DNS settings for the cert-manager pod
...
This allows HTTP / DNS challenges to be self checked in AWS setups in
which both a public and private DNS zone are present for the same
domains. Without this the pod will never see the challenge that is going
to be presented to LE because they'll be added to public ingresses / DNS
zones
2018-06-04 16:32:04 -03:00
James Munnelly
0aed6a960a
Use https docs url
2018-05-24 21:45:07 +01:00
James Munnelly
a7b4e0208d
Bump manifests and chart for v0.3.0
2018-05-24 13:06:26 +01:00
James Munnelly
7a7e6da692
Output a single file instead of directories for static manifests
2018-05-24 12:23:30 +01:00
Khris Richardson
7ba5846051
revert fullname in lieu of #572
2018-05-22 16:56:32 -07:00
Khris Richardson
73037cbd3a
add pod labels
2018-05-14 14:28:14 -07:00
James Munnelly
8fc0f0641d
Run hack/update-deploy-gen.sh
2018-05-09 16:54:45 +01:00
James Munnelly
e7ed856e20
Add leaderElection.namespace option to helm chart
2018-05-09 16:54:25 +01:00
James Munnelly
7a62116fc2
Run hack/update-deploy-gen.sh
2018-05-09 15:36:03 +01:00
James Munnelly
06add20108
Add clusterResourceNamespace option to chart
2018-05-09 15:35:40 +01:00
jetstack-bot
8826d94df4
Merge pull request #526 from munnerz/fixup-cli-flags
...
Fix ingress-shim cli flags
2018-05-02 21:09:59 +01:00
James Munnelly
eab858ca41
Create OWNERS
2018-05-02 17:12:18 +02:00
James Munnelly
f42fe35fa2
Run hack/update-deploy-gen.sh
2018-05-02 15:20:37 +02:00
James Munnelly
ca3e967554
Fix ingress-shim cli flags
2018-05-02 15:19:50 +02:00
Vincent Desjardins
b35343786e
Vault issuer support
...
vault remove duration
2018-05-02 00:45:55 +00:00
James Munnelly
63df3bf2c5
Update chart for v0.3.2-alpha.2
2018-04-26 13:10:53 +01:00
James Munnelly
fbc0e70230
Bump chart version
2018-04-26 12:44:41 +01:00
James Munnelly
2a88700b51
Run hack/update-deploy-gen.sh
2018-04-26 12:44:40 +01:00
James Munnelly
3adb0f2d09
Update chart with ingressShim specific options
2018-04-26 12:44:40 +01:00
James Munnelly
e6f3cec9b2
Run hack/update-deploy-gen.sh
2018-04-23 14:23:06 +01:00
James Munnelly
9aa7594708
Bump chart and appVersion
2018-04-23 14:23:05 +01:00
Louis Taylor
867a4e6462
Run hack/update-deploy-gen.sh
2018-04-15 13:24:52 +01:00
Louis Taylor
641edb90d5
Sync chart with kubernetes/charts
...
Includes a typo fix from @AdamDang.
2018-04-15 13:06:35 +01:00
James Munnelly
4eb27d5f72
Remove boulder helm chart
2018-04-13 10:27:06 +01:00
jetstack-bot
9cebaa604f
Merge pull request #309 from munnerz/acmev2
...
Rewrite ACME issuer for v2, and make validation process asynchronous
2018-04-12 18:17:59 +01:00
James Munnelly
4b0d28e4fe
Run hack/update-deploy-gen.sh
2018-04-11 17:35:44 +01:00
James Munnelly
b6920f4b87
Update Helm chart with new docs links
2018-04-11 17:32:50 +01:00
James Munnelly
d8ba342121
Add Sphinx rst based documentation for readthedocs
2018-04-11 14:10:28 +01:00
James Munnelly
b934852775
Merge branch 'master' into acmev2
2018-04-09 16:52:34 +01:00
James Munnelly
0d4f568a6f
Bump for cert-manager v0.2.4
2018-04-09 12:00:00 +01:00
Rimas
0a5beb0b57
add selector, as otherwise it fails on GKE k8s v1.9.x
2018-04-08 17:10:45 +01:00
James Munnelly
01efbca114
Merge branch 'master' into acmev2
2018-04-04 11:27:37 +01:00
James Munnelly
51f6208955
Update default pebble image tag
2018-03-23 18:50:46 +00:00
James Munnelly
39324ce4d7
Add basic pebble helm chart
2018-03-23 18:50:45 +00:00
Etienne Tremel
78992fd6ec
Upgrade chart version to 0.2.5
2018-03-16 08:56:48 +01:00
Etienne Tremel
6f666d10a3
Adjust podAnnotations description
2018-03-16 08:55:45 +01:00
Etienne Tremel
04262e2b88
Add podAnnotations
2018-03-16 08:55:44 +01:00
Aaron Roydhouse
f117e6e833
Merge branch 'master' into patch-1
2018-03-09 22:44:56 -05:00
Aaron Roydhouse
57f248ae94
Bump chart version and run ./hack/update-deploy-gen.sh again
2018-03-09 22:40:16 -05:00
Aaron Roydhouse
0b5042c657
Bump chart version for documentation update
2018-03-06 00:20:11 -05:00