diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index f715ebe54..a9bc9c7e9 100644 --- a/deploy/chart/Chart.yaml +++ b/deploy/chart/Chart.yaml @@ -1,5 +1,5 @@ name: cert-manager -version: v0.6.0-alpha.0 +version: v0.6.0-alpha.1 appVersion: v0.6.0-alpha.0 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager diff --git a/deploy/chart/requirements.lock b/deploy/chart/requirements.lock index c7a7ccd74..d58d78e18 100644 --- a/deploy/chart/requirements.lock +++ b/deploy/chart/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: webhook repository: file://webhook - version: v0.6.0-alpha.0 -digest: sha256:14b94c9813490feca44262a3bf1846e7dc458a52b14746053844a91f79b89f0a -generated: 2019-01-08T16:42:33.905664717Z + version: v0.6.0-alpha.1 +digest: sha256:9fea4877357e5486c332beedab74db6389f0feb3e48959a5915843ccb732e4ba +generated: 2019-01-08T23:30:18.622382Z diff --git a/deploy/chart/requirements.yaml b/deploy/chart/requirements.yaml index d9577c0d2..c8b21d633 100644 --- a/deploy/chart/requirements.yaml +++ b/deploy/chart/requirements.yaml @@ -1,6 +1,6 @@ # requirements.yaml dependencies: - name: webhook - version: "v0.6.0-alpha.0" + version: "v0.6.0-alpha.1" repository: "file://webhook" condition: webhook.enabled diff --git a/deploy/chart/webhook/Chart.yaml b/deploy/chart/webhook/Chart.yaml index 6e0a05aeb..e29edf540 100644 --- a/deploy/chart/webhook/Chart.yaml +++ b/deploy/chart/webhook/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: "v0.6.0-alpha.0" +version: "v0.6.0-alpha.1" appVersion: "v0.6.0-alpha.0" description: A Helm chart for deploying the cert-manager webhook component name: webhook diff --git a/deploy/chart/webhook/templates/ca-sync.yaml b/deploy/chart/webhook/templates/ca-sync.yaml index 149cad9ec..91cc91072 100644 --- a/deploy/chart/webhook/templates/ca-sync.yaml +++ b/deploy/chart/webhook/templates/ca-sync.yaml @@ -1,4 +1,4 @@ -## This file contains a CronJob that runs every 24h to automatically update the +## This file contains a CronJob that runs every week to automatically update the ## caBundle set on the APIService and ValidatingWebhookConfiguration resource. ## This allows us to store the CA bundle in a Secret resource which is ## generated by cert-manager's 'selfsigned' Issuer. @@ -13,7 +13,7 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - schedule: "* * */24 * *" + schedule: "@weekly" jobTemplate: spec: template: diff --git a/deploy/manifests/cert-manager.yaml b/deploy/manifests/cert-manager.yaml index 77c9d93f9..0aecc4f5b 100644 --- a/deploy/manifests/cert-manager.yaml +++ b/deploy/manifests/cert-manager.yaml @@ -7,7 +7,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller @@ -20,7 +20,7 @@ metadata: namespace: "cert-manager" labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller --- @@ -31,7 +31,7 @@ metadata: name: cert-manager labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller rules: @@ -51,7 +51,7 @@ metadata: name: cert-manager labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller roleRef: @@ -69,7 +69,7 @@ metadata: name: cert-manager-view labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller rbac.authorization.k8s.io/aggregate-to-view: "true" @@ -86,7 +86,7 @@ metadata: name: cert-manager-edit labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller rbac.authorization.k8s.io/aggregate-to-edit: "true" @@ -107,7 +107,7 @@ metadata: name: cert-manager-webhook:auth-delegator labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller roleRef: @@ -132,7 +132,7 @@ metadata: namespace: kube-system labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller roleRef: @@ -153,7 +153,7 @@ metadata: name: cert-manager-webhook:webhook-requester labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller rules: @@ -175,7 +175,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -197,7 +197,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -249,7 +249,7 @@ metadata: namespace: "cert-manager" labels: app: cert-manager - chart: cert-manager-v0.6.0-alpha.0 + chart: cert-manager-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -286,7 +286,7 @@ spec: --- # Source: cert-manager/charts/webhook/templates/ca-sync.yaml -## This file contains a CronJob that runs every 24h to automatically update the +## This file contains a CronJob that runs every week to automatically update the ## caBundle set on the APIService and ValidatingWebhookConfiguration resource. ## This allows us to store the CA bundle in a Secret resource which is ## generated by cert-manager's 'selfsigned' Issuer. @@ -297,11 +297,11 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: - schedule: "* * */24 * *" + schedule: "@weekly" jobTemplate: spec: template: @@ -339,7 +339,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -378,7 +378,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller data: @@ -411,7 +411,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller --- @@ -421,7 +421,7 @@ metadata: name: cert-manager-webhook-ca-sync labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller rules: @@ -447,7 +447,7 @@ metadata: name: cert-manager-webhook-ca-sync labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller roleRef: @@ -467,7 +467,7 @@ metadata: name: v1beta1.admission.certmanager.k8s.io labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -491,7 +491,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -507,7 +507,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -527,7 +527,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -544,7 +544,7 @@ metadata: namespace: "cert-manager" labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller spec: @@ -564,7 +564,7 @@ metadata: name: cert-manager-webhook labels: app: webhook - chart: webhook-v0.6.0-alpha.0 + chart: webhook-v0.6.0-alpha.1 release: cert-manager heritage: Tiller webhooks: