File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ verify: test build ## tests and builds cert-manager-istio-csr
5959# arguments to `--push`.
6060.PHONY : image
6161image : # # 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
6565clean : # # clean up created files
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ maintainers:
1212sources :
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
Original file line number Diff line number Diff line change 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
55A 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. |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments