Skip to content

Commit 52418dd

Browse files
authored
Merge pull request #40 from JoshVanL/tag-v0.2.0
Updates tags to v0.2.0 and update helm docs
2 parents 1ca8dfa + 38f40d3 commit 52418dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deploy/charts/approver-policy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ maintainers:
1212
sources:
1313
- https://github.com/cert-manager/approver-policy
1414

15-
appVersion: v0.1.0
16-
version: v0.1.0
15+
appVersion: v0.2.0
16+
version: v0.2.0

deploy/charts/approver-policy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cert-manager-approver-policy
22

3-
![Version: v0.1.0](https://img.shields.io/badge/Version-v0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: v0.2.0](https://img.shields.io/badge/Version-v0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
44

55
A Helm chart for cert-manager-approver-policy
66

@@ -10,7 +10,7 @@ A Helm chart for cert-manager-approver-policy
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| joshvanl | [email protected] | https://cert-manager.io |
13+
| cert-manager-dev | [email protected] | https://cert-manager.io |
1414

1515
## Source Code
1616

@@ -35,7 +35,7 @@ A Helm chart for cert-manager-approver-policy
3535
| app.webhook.timeoutSeconds | int | `5` | Timeout of webhook HTTP request. |
3636
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
3737
| image.repository | string | `"quay.io/jetstack/cert-manager-approver-policy"` | Target image repository. |
38-
| image.tag | string | `"v0.1.0"` | Target image version tag. |
38+
| image.tag | string | `"v0.2.0"` | Target image version tag. |
3939
| replicaCount | int | `1` | Number of replicas of approver-policy to run. |
4040
| resources | object | `{}` | |
4141
| volumeMounts | list | `[]` | Optional extra volume mounts. Useful for mounting custom root CAs |

deploy/charts/approver-policy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# -- Target image repository.
66
repository: quay.io/jetstack/cert-manager-approver-policy
77
# -- Target image version tag.
8-
tag: v0.1.0
8+
tag: v0.2.0
99
# -- Kubernetes imagePullPolicy on Deployment.
1010
pullPolicy: IfNotPresent
1111

0 commit comments

Comments
 (0)