File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-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.1 .
50+ docker build -t quay.io/jetstack/cert-manager-istio-csr:v0.1.2 .
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.1
16- version : v0.1.1
15+ appVersion : v0.1.2
16+ version : v0.1.2
Original file line number Diff line number Diff line change 11# cert-manager-istio-csr
22
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.1 ] ( https://img.shields.io/badge/AppVersion-v0.1.1 -informational?style=flat-square )
3+ ![ Version: v0.1.2 ] ( https://img.shields.io/badge/Version-v0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.1.2 ] ( https://img.shields.io/badge/AppVersion-v0.1.2 -informational?style=flat-square )
44
55A Helm chart for istio-csr
66
@@ -37,7 +37,7 @@ A Helm chart for istio-csr
3737| certificate.rootCA | string | ` nil ` | An optional PEM encoded root CA that the root CA ConfigMap in all namespaces will be populated with. If empty, the CA returned from cert-manager for the serving certificate will be used. |
3838| image.pullPolicy | string | ` "IfNotPresent" ` | Kubernetes imagePullPolicy on Deployment. |
3939| image.repository | string | ` "quay.io/jetstack/cert-manager-istio-csr" ` | Target image repository. |
40- | image.tag | string | ` "v0.1.1 " ` | Target image version tag. |
40+ | image.tag | string | ` "v0.1.2 " ` | Target image version tag. |
4141| replicaCount | int | ` 1 ` | Number of replicas of istio-csr to run. |
4242| resources | object | ` {} ` | |
4343| 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.1
8+ tag : v0.1.2
99 # -- Kubernetes imagePullPolicy on Deployment.
1010 pullPolicy : IfNotPresent
1111
Original file line number Diff line number Diff line change 22
33K8S_NAMESPACE=" ${K8S_NAMESPACE:- istio-system} "
44CERT_MANAGER_VERSION=" ${CERT_MANAGER_VERSION:- 1.0.3} "
5- ISTIO_AGENT_IMAGE=" ${CERT_MANAGER_ISTIO_AGENT_IMAGE:- localhost: 5000/ cert-manager-istio-csr: v0.1.1 } "
5+ ISTIO_AGENT_IMAGE=" ${CERT_MANAGER_ISTIO_AGENT_IMAGE:- localhost: 5000/ cert-manager-istio-csr: v0.1.2 } "
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.1
5+ tag : v0.1.2
66 pullPolicy : Always
77
88service :
You can’t perform that action at this time.
0 commit comments