Skip to content

Commit 6f6cba2

Browse files
authored
Merge pull request #7 from cert-manager/helm-v0.1.1
Fix image tag version to v0.1.0 in helm chart
2 parents 2119408 + 93dcbff commit 6f6cba2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/charts/trust/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sources:
1313
- https://github.com/cert-manager/trust
1414

1515
appVersion: v0.1.0
16-
version: v0.1.0
16+
version: v0.1.1

deploy/charts/trust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cert-manager-trust
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.1.1](https://img.shields.io/badge/Version-v0.1.1-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)
44

55
A Helm chart for cert-manager-trust
66

@@ -35,7 +35,7 @@ A Helm chart for cert-manager-trust
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-trust"` | Target image repository. |
38-
| image.tag | string | `"v0.0.1"` | Target image version tag. |
38+
| image.tag | string | `"v0.1.0"` | Target image version tag. |
3939
| replicaCount | int | `1` | Number of replicas of istio-csr to run. |
4040
| resources | object | `{}` | |
4141

deploy/charts/trust/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-trust
77
# -- Target image version tag.
8-
tag: v0.0.1
8+
tag: v0.1.0
99
# -- Kubernetes imagePullPolicy on Deployment.
1010
pullPolicy: IfNotPresent
1111

0 commit comments

Comments
 (0)