Skip to content

Commit

Permalink
Merge pull request #214 from cert-manager/release-v0.7.0
Browse files Browse the repository at this point in the history
Change versions from v0.6.0 to v0.7.0
  • Loading branch information
jetstack-bot authored Jun 28, 2023
2 parents 8b8ef1f + b2ca04a commit d6908d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARCH ?= $(shell go env GOARCH)
ISTIO_VERSION ?= 1.17.2
K8S_VERSION ?= 1.27.1
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
VERSION_TAG=v0.6.0
VERSION_TAG=v0.7.0

UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/istio-csr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ maintainers:
sources:
- https://github.com/cert-manager/istio-csr

appVersion: v0.6.0
version: v0.6.0
appVersion: v0.7.0
version: v0.7.0
4 changes: 2 additions & 2 deletions deploy/charts/istio-csr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cert-manager-istio-csr

![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)
![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)

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

Expand Down Expand Up @@ -55,7 +55,7 @@ istio-csr enables the use of cert-manager for issuing certificates in Istio serv
| app.tls.trustDomain | string | `"cluster.local"` | The Istio cluster's trust domain. |
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
| image.repository | string | `"quay.io/jetstack/cert-manager-istio-csr"` | Target image repository. |
| image.tag | string | `"v0.6.0"` | Target image version tag. |
| image.tag | string | `"v0.7.0"` | Target image version tag. |
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the istio-csr container image. |
| nodeSelector | object | `{}` | |
| replicaCount | int | `1` | Number of replicas of istio-csr to run. |
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/istio-csr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# -- Target image repository.
repository: quay.io/jetstack/cert-manager-istio-csr
# -- Target image version tag.
tag: v0.6.0
tag: v0.7.0
# -- Kubernetes imagePullPolicy on Deployment.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d6908d9

Please sign in to comment.