Skip to content

Commit d6908d9

Browse files
authored
Merge pull request #214 from cert-manager/release-v0.7.0
Change versions from v0.6.0 to v0.7.0
2 parents 8b8ef1f + b2ca04a commit d6908d9

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
@@ -17,7 +17,7 @@ ARCH ?= $(shell go env GOARCH)
1717
ISTIO_VERSION ?= 1.17.2
1818
K8S_VERSION ?= 1.27.1
1919
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
20-
VERSION_TAG=v0.6.0
20+
VERSION_TAG=v0.7.0
2121

2222
UNAME_S := $(shell uname -s)
2323
ifeq ($(UNAME_S),Linux)

deploy/charts/istio-csr/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/istio-csr
1414

15-
appVersion: v0.6.0
16-
version: v0.6.0
15+
appVersion: v0.7.0
16+
version: v0.7.0

deploy/charts/istio-csr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cert-manager-istio-csr
22

3-
![Version: v0.6.0](https://img.shields.io/badge/Version-v0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0](https://img.shields.io/badge/AppVersion-v0.6.0-informational?style=flat-square)
3+
![Version: v0.7.0](https://img.shields.io/badge/Version-v0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)
44

55
istio-csr enables the use of cert-manager for issuing certificates in Istio service meshes
66

@@ -55,7 +55,7 @@ istio-csr enables the use of cert-manager for issuing certificates in Istio serv
5555
| app.tls.trustDomain | string | `"cluster.local"` | The Istio cluster's trust domain. |
5656
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
5757
| image.repository | string | `"quay.io/jetstack/cert-manager-istio-csr"` | Target image repository. |
58-
| image.tag | string | `"v0.6.0"` | Target image version tag. |
58+
| image.tag | string | `"v0.7.0"` | Target image version tag. |
5959
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the istio-csr container image. |
6060
| nodeSelector | object | `{}` | |
6161
| replicaCount | int | `1` | Number of replicas of istio-csr to run. |

deploy/charts/istio-csr/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-istio-csr
77
# -- Target image version tag.
8-
tag: v0.6.0
8+
tag: v0.7.0
99
# -- Kubernetes imagePullPolicy on Deployment.
1010
pullPolicy: IfNotPresent
1111

0 commit comments

Comments
 (0)