Skip to content

Commit db42505

Browse files
committed
Sets image tag to v0.3.0
Signed-off-by: joshvanl <[email protected]>
1 parent e5acf69 commit db42505

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
@@ -67,7 +67,7 @@ verify: test build ## Verify repo.
6767
# arguments to `--push`.
6868
.PHONY: image
6969
image: ## 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
7373
demo: depend ## create cluster and deploy approver-policy

deploy/charts/approver-policy/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/approver-policy
1414

15-
appVersion: v0.2.0
16-
version: v0.2.0
15+
appVersion: v0.3.0
16+
version: v0.3.0

deploy/charts/approver-policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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 |

deploy/charts/approver-policy/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-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

0 commit comments

Comments
 (0)