File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
deploy/charts/approver-policy Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ verify: test build ## Verify repo.
6767# arguments to `--push`.
6868.PHONY : image
6969image : # # build docker image targeting all supported platforms
70- docker buildx build --platform=$(IMAGE_PLATFORMS ) -t quay.io/jetstack/cert-manager-approver-policy:v0.2 .0 --output type=local,dest=./bin/cert-manager-approver-policy .
70+ docker buildx build --platform=$(IMAGE_PLATFORMS ) -t quay.io/jetstack/cert-manager-approver-policy:v0.3 .0 --output type=local,dest=./bin/cert-manager-approver-policy .
7171
7272.PHONY : demo
7373demo : depend # # create cluster and deploy approver-policy
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ maintainers:
1212sources :
1313- https://github.com/cert-manager/approver-policy
1414
15- appVersion : v0.2 .0
16- version : v0.2 .0
15+ appVersion : v0.3 .0
16+ version : v0.3 .0
Original file line number Diff line number Diff line change 11# cert-manager-approver-policy
22
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 )
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 cert-manager-approver-policy
66
@@ -35,7 +35,7 @@ A Helm chart for cert-manager-approver-policy
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-approver-policy" ` | Target image repository. |
38- | image.tag | string | ` "v0.2 .0" ` | Target image version tag. |
38+ | image.tag | string | ` "v0.3 .0" ` | Target image version tag. |
3939| replicaCount | int | ` 1 ` | Number of replicas of approver-policy to run. |
4040| resources | object | ` {} ` | |
4141| volumeMounts | list | ` [] ` | Optional extra volume mounts. Useful for mounting custom root CAs |
Original file line number Diff line number Diff line change 55 # -- Target image repository.
66 repository : quay.io/jetstack/cert-manager-approver-policy
77 # -- Target image version tag.
8- tag : v0.2 .0
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