File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ build_image_binary: ## builds image binary
4747 GOARCH=$(ARCH ) GOOS=linux CGO_ENABLED=0 go build -o ./bin/cert-manager-istio-csr-linux ./cmd/.
4848
4949image : build_image_binary # # build docker image from binary
50- docker build -t quay.io/jetstack/cert-manager-istio-csr:v0.1.3 .
50+ docker build -t quay.io/jetstack/cert-manager-istio-csr:v0.2.0 .
5151
5252clean : # # clean up created files
5353 rm -rf \
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.1.3
16- version : v0.1.3
15+ appVersion : v0.2.0
16+ version : v0.2.0
Original file line number Diff line number Diff line change 11# cert-manager-istio-csr
22
3- ![ Version: v0.1.3 ] ( https://img.shields.io/badge/Version-v0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.3 ] ( https://img.shields.io/badge/AppVersion-v0.1.3 -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
55A Helm chart for istio-csr
66
@@ -45,7 +45,7 @@ A Helm chart for istio-csr
4545| app.tls.trustDomain | string | ` "cluster.local" ` | The Istio cluster's trust domain. |
4646| image.pullPolicy | string | ` "IfNotPresent" ` | Kubernetes imagePullPolicy on Deployment. |
4747| image.repository | string | ` "quay.io/jetstack/cert-manager-istio-csr" ` | Target image repository. |
48- | image.tag | string | ` "v0.1.3 " ` | Target image version tag. |
48+ | image.tag | string | ` "v0.2.0 " ` | Target image version tag. |
4949| replicaCount | int | ` 1 ` | Number of replicas of istio-csr to run. |
5050| resources | object | ` {} ` | |
5151| 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.1.3
8+ tag : v0.2.0
99 # -- Kubernetes imagePullPolicy on Deployment.
1010 pullPolicy : IfNotPresent
1111
@@ -102,6 +102,7 @@ volumes: []
102102# - name: root-ca
103103# secret:
104104# secretName: root-cert
105+
105106# -- Optional extra volume mounts. Useful for mounting custom root CAs
106107volumeMounts : []
107108# - name: root-ca
Original file line number Diff line number Diff line change 22
33K8S_NAMESPACE=" ${K8S_NAMESPACE:- istio-system} "
44CERT_MANAGER_VERSION=" ${CERT_MANAGER_VERSION:- 1.4.0} "
5- ISTIO_AGENT_IMAGE=" ${CERT_MANAGER_ISTIO_AGENT_IMAGE:- localhost: 5000/ cert-manager-istio-csr: v0.1.3 } "
5+ ISTIO_AGENT_IMAGE=" ${CERT_MANAGER_ISTIO_AGENT_IMAGE:- localhost: 5000/ cert-manager-istio-csr: v0.2.0 } "
66KUBECTL_BIN=" ${KUBECTL_BIN:- ./ bin/ kubectl} "
77HELM_BIN=" ${HELM_BIN:- ./ bin/ helm} "
88KIND_BIN=" ${KIND_BIN:- ./ bin/ kind} "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
22
33image :
44 repository : localhost:5000/cert-manager-istio-csr
5- tag : v0.1.3
5+ tag : v0.2.0
66 pullPolicy : Always
77
88service :
You can’t perform that action at this time.
0 commit comments