Skip to content

Commit

Permalink
cert-manager: fast-forward to upstream f5e1477b (helm#11611)
Browse files Browse the repository at this point in the history
* Bump for v0.6.2 (cert-manager/cert-manager#1382)

Signed-off-by: James Munnelly <[email protected]>
  • Loading branch information
munnerz authored and k8s-ci-robot committed Feb 22, 2019
1 parent 321bb32 commit 2070ee8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions stable/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cert-manager
version: v0.6.5
appVersion: v0.6.1
version: v0.6.6
appVersion: v0.6.2
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the cert-manager chart
| --------- | ----------- | ------- |
| `global.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
| `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` |
| `image.tag` | Image tag | `v0.6.1` |
| `image.tag` | Image tag | `v0.6.2` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `replicaCount` | Number of cert-manager replicas | `1` |
| `clusterResourceNamespace` | Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod
Expand Down Expand Up @@ -107,7 +107,7 @@ The following table lists the configurable parameters of the cert-manager chart
| `webhook.extraArgs` | Optional flags for cert-manager webhook component | `[]` |
| `webhook.resources` | CPU/memory resource requests/limits for the webhook pods | |
| `webhook.image.repository` | Webhook image repository | `quay.io/jetstack/cert-manager-webhook` |
| `webhook.image.tag` | Webhook image tag | `v0.6.1` |
| `webhook.image.tag` | Webhook image tag | `v0.6.2` |
| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` |
| `webhook.caSyncImage.repository` | CA sync image repository | `quay.io/munnerz/apiextensions-ca-helper` |
| `webhook.caSyncImage.tag` | CA sync image tag | `v0.1.0` |
Expand Down
6 changes: 3 additions & 3 deletions stable/cert-manager/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: webhook
repository: file://webhook
version: v0.6.3
digest: sha256:77dcd917e3112dfc7ddb3f1cca72bb337f067706b1020dec0fda4a2d41a945bf
generated: 2019-02-05T13:43:12.838251554Z
version: v0.6.4
digest: sha256:a0af88ca014f7195e521457f22c31d8bf28c7c90b0c9a088bfc5cb8ab188b769
generated: 2019-02-19T11:13:47.831977937Z
2 changes: 1 addition & 1 deletion stable/cert-manager/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# requirements.yaml
dependencies:
- name: webhook
version: "v0.6.3"
version: "v0.6.4"
repository: "file://webhook"
condition: webhook.enabled
2 changes: 1 addition & 1 deletion stable/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ strategy: {}

image:
repository: quay.io/jetstack/cert-manager-controller
tag: v0.6.1
tag: v0.6.2
pullPolicy: IfNotPresent

# Override the namespace used to store DNS provider credentials etc. for ClusterIssuer
Expand Down
4 changes: 2 additions & 2 deletions stable/cert-manager/webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webhook
apiVersion: v1
version: "v0.6.3"
appVersion: "v0.6.1"
version: "v0.6.4"
appVersion: "v0.6.2"
description: A Helm chart for deploying the cert-manager webhook component
home: https://github.com/jetstack/cert-manager
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/cert-manager/webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources: {}

image:
repository: quay.io/jetstack/cert-manager-webhook
tag: v0.6.1
tag: v0.6.2
pullPolicy: IfNotPresent

caSyncImage:
Expand Down

0 comments on commit 2070ee8

Please sign in to comment.