Skip to content

Commit

Permalink
release: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Dec 7, 2021
1 parent b912d75 commit c0e2fcd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/origin-ca-issuer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: origin-ca-issuer
version: 0.5.0
appVersion: 0.6.0
appVersion: 0.6.1
description: A Helm chart for origin-ca-issuer
home: https://github.com/cloudflare/origin-ca-issuer
keywords:
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,7 +12,7 @@ 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.6.0"
VERSION="v0.6.1"
kubectl apply -f https://raw.githubusercontent.com/cloudflare/origin-ca-issuer/${VERSION}/deploy/crds/cert-manager.k8s.cloudflare.com_originissuers.yaml
```

Expand All @@ -34,7 +34,7 @@ helm delete my-release
If you want to completely uninstall origin-ca-issuer from your cluster, you also need to delete the previously installed CustomResourceDefinition resources:

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

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.6.0
tag: v0.6.1
pullPolicy: Always

replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
serviceAccountName: originissuer-control
containers:
- image: cloudflare/origin-ca-issuer:v0.6.0
- image: cloudflare/origin-ca-issuer:v0.6.1
name: origin-ca-controller
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion hack/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgs.buildGoModule rec {
pname = "origin-ca-issuer";
version = "0.6.0";
version = "0.6.1";

src = lib.sourceFilesBySuffices ../. [ ".go" ".mod" ".sum" ];

Expand Down

0 comments on commit c0e2fcd

Please sign in to comment.