From 90bab592064f192bc2948a9c92ade9fd9ac68c37 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sat, 2 Nov 2024 00:39:29 +0100 Subject: [PATCH] chore(helm): release v0.11.0 --- deploy/charts/origin-ca-issuer/Chart.yaml | 4 ++-- deploy/charts/origin-ca-issuer/README.md | 4 ++-- deploy/charts/origin-ca-issuer/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/charts/origin-ca-issuer/Chart.yaml b/deploy/charts/origin-ca-issuer/Chart.yaml index 948064d..5603928 100644 --- a/deploy/charts/origin-ca-issuer/Chart.yaml +++ b/deploy/charts/origin-ca-issuer/Chart.yaml @@ -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: diff --git a/deploy/charts/origin-ca-issuer/README.md b/deploy/charts/origin-ca-issuer/README.md index b43d3df..22ba398 100644 --- a/deploy/charts/origin-ca-issuer/README.md +++ b/deploy/charts/origin-ca-issuer/README.md @@ -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). diff --git a/deploy/charts/origin-ca-issuer/values.yaml b/deploy/charts/origin-ca-issuer/values.yaml index a2ef8ab..3fd9a8b 100644 --- a/deploy/charts/origin-ca-issuer/values.yaml +++ b/deploy/charts/origin-ca-issuer/values.yaml @@ -18,7 +18,7 @@ global: controller: image: repository: cloudflare/origin-ca-issuer - tag: v0.10.0 + tag: v0.11.0 pullPolicy: Always replicaCount: 1