Skip to content

Commit ff21cae

Browse files
authored
Merge pull request #102 from JoshVanL/tags-v0.3.0
Update image tags and chart version to v0.3.0
2 parents 1246f5f + fc8f51b commit ff21cae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ verify: test build ## tests and builds cert-manager-istio-csr
5959
# arguments to `--push`.
6060
.PHONY: image
6161
image: ## build docker image targeting all supported platforms
62-
docker buildx build --platform=$(IMAGE_PLATFORMS) -t quay.io/jetstack/cert-manager-istio-csr:v0.2.1 --output type=oci,dest=./bin/cert-manager-istio-csr-oci .
62+
docker buildx build --platform=$(IMAGE_PLATFORMS) -t quay.io/jetstack/cert-manager-istio-csr:v0.3.0 --output type=oci,dest=./bin/cert-manager-istio-csr-oci .
6363

6464
.PHONY: clean
6565
clean: ## clean up created files

deploy/charts/istio-csr/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/istio-csr
1414

15-
appVersion: v0.2.1
16-
version: v0.2.3
15+
appVersion: v0.3.0
16+
version: v0.3.0

deploy/charts/istio-csr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cert-manager-istio-csr
22

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

55
A Helm chart for istio-csr
66

@@ -46,7 +46,7 @@ A Helm chart for istio-csr
4646
| app.tls.trustDomain | string | `"cluster.local"` | The Istio cluster's trust domain. |
4747
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
4848
| image.repository | string | `"quay.io/jetstack/cert-manager-istio-csr"` | Target image repository. |
49-
| image.tag | string | `"v0.2.1"` | Target image version tag. |
49+
| image.tag | string | `"v0.3.0"` | Target image version tag. |
5050
| replicaCount | int | `1` | Number of replicas of istio-csr to run. |
5151
| resources | object | `{}` | |
5252
| service.port | int | `443` | Service port to expose istio-csr gRPC service. |

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

0 commit comments

Comments
 (0)