Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoss committed May 23, 2024
1 parent aba56e1 commit 8231f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ go.work
.idea
out/
bin/
stackit-cert-manager-webhook-0.1.0.tgz
stackit-cert-manager-webhook-0.1.*
stackit-cert-manager-webhook-*
index.yaml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ACME Issuer with [cert-manager](https://cert-manager.io/docs/).
```bash
helm install stackit-cert-manager-webhook \
--namespace cert-manager \
https://github.com/stackitcloud/stackit-cert-manager-webhook/releases/download/v0.1.2/stackit-cert-manager-webhook-0.1.2.tgz
https://github.com/stackitcloud/stackit-cert-manager-webhook/releases/download/v0.2.0/stackit-cert-manager-webhook-0.2.0.tgz
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion deploy/stackit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: stackit-cert-manager-webhook
version: 0.1.2
version: 0.2.0

0 comments on commit 8231f67

Please sign in to comment.