mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
cert-manager: fast-forward to upstream 9e8c3ad8 (#9329)
* Bump manifests for v0.5.2 (jetstack/cert-manager#1087) Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
committed by
k8s-ci-robot
parent
af070ce01f
commit
d15d9c5531
@@ -1,6 +1,6 @@
|
||||
name: cert-manager
|
||||
version: v0.5.1
|
||||
appVersion: v0.5.1
|
||||
version: v0.5.2
|
||||
appVersion: v0.5.2
|
||||
description: A Helm chart for cert-manager
|
||||
home: https://github.com/jetstack/cert-manager
|
||||
keywords:
|
||||
|
||||
@@ -54,7 +54,7 @@ The following table lists the configurable parameters of the cert-manager chart
|
||||
| Parameter | Description | Default |
|
||||
| --------- | ----------- | ------- |
|
||||
| `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` |
|
||||
| `image.tag` | Image tag | `v0.5.1` |
|
||||
| `image.tag` | Image tag | `v0.5.2` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `replicaCount` | Number of cert-manager replicas | `1` |
|
||||
| `createCustomResource` | Create CRD/TPR with this release | `true` |
|
||||
@@ -87,7 +87,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.5.1` |
|
||||
| `webhook.image.tag` | Webhook image tag | `v0.5.2` |
|
||||
| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` |
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: webhook
|
||||
repository: file://webhook
|
||||
version: v0.5.0
|
||||
digest: sha256:1a599fad18dc75842074c7ab10a66cebce521f27fa94ab6642d744479694200e
|
||||
generated: 2018-09-10T15:39:26.405370694+01:00
|
||||
version: v0.5.2
|
||||
digest: sha256:727b6ca0b5253477c0ffefaf4c94b5003f38ba1402cb1fa9f2786725b5404e0d
|
||||
generated: 2018-11-16T14:24:52.945804595Z
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# requirements.yaml
|
||||
dependencies:
|
||||
- name: webhook
|
||||
version: "v0.5.0"
|
||||
version: "v0.5.2"
|
||||
repository: "file://webhook"
|
||||
condition: webhook.enabled
|
||||
|
||||
@@ -5,7 +5,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-controller
|
||||
tag: v0.5.1
|
||||
tag: v0.5.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
createCustomResource: true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v0.5.1"
|
||||
appVersion: "v0.5.2"
|
||||
description: A Helm chart for deploying the cert-manager webhook component
|
||||
name: webhook
|
||||
version: "v0.5.0"
|
||||
version: "v0.5.2"
|
||||
|
||||
@@ -12,5 +12,5 @@ resources: {}
|
||||
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-webhook
|
||||
tag: v0.5.1
|
||||
tag: v0.5.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user