We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a852105 + 46443cb commit a38a9a6Copy full SHA for a38a9a6
.github/workflows/lint-test.yaml
@@ -41,9 +41,7 @@ jobs:
41
42
- name: Create kind cluster
43
if: steps.list-changed.outputs.changed == 'true'
44
- uses: helm/[email protected]
45
- with:
46
- version: "v0.31.4"
+ uses: helm/kind-action@v1
47
48
- name: Install cert-manager
49
deploy/cert-manager-webhook-hetzner/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: cert-manager-webhook-hetzner
3
-version: 1.3.1
+version: 1.3.2
4
appVersion: "1.3.0"
5
kubeVersion: ">= 1.22.0-0"
6
description: Allow cert-manager to solve DNS challenges using Hetzner DNS API
0 commit comments