Skip to content

Commit

Permalink
chore(helm): release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Nov 1, 2024
1 parent e7201c0 commit 90bab59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/origin-ca-issuer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: origin-ca-issuer
version: 0.5.9
appVersion: 0.10.0
version: 0.5.10
appVersion: 0.11.0
description: A Helm chart for origin-ca-issuer
home: https://github.com/cloudflare/origin-ca-issuer
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/origin-ca-issuer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ origin-ca-issuer is a Kubernetes addon to automate issuance and renewals of Clou
Before installing the chart, you must first install [cert-manager](https://cert-manager.io/docs/installation/), and the origin-ca-issuer CustomResourceDefinition resources.

```shell
VERSION="v0.9.0"
VERSION="v0.11.0"
kubectl apply -f https://raw.githubusercontent.com/cloudflare/origin-ca-issuer/${VERSION}/deploy/crds/cert-manager.k8s.cloudflare.com_originissuers.yaml
```

To install the chart with the release name `my-release`:

``` shell
helm install --name my-release oci://ghcr.io/cloudflare/origin-ca-issuer-charts/origin-ca-issuer --version 0.5.5
helm install --name my-release oci://ghcr.io/cloudflare/origin-ca-issuer-charts/origin-ca-issuer --version 0.5.10
```

In order to begin issuing certificates from the Cloudflare Origin CA you will need to set up an OriginIssuer. For more information, see the [documentation](https://github.com/cloudflare/origin-ca-issuer/blob/trunk/README.org).
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/origin-ca-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:
controller:
image:
repository: cloudflare/origin-ca-issuer
tag: v0.10.0
tag: v0.11.0
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit 90bab59

Please sign in to comment.