Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
  • Loading branch information
mjtrangoni committed Jan 21, 2024
1 parent 97afe64 commit 801568c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/linters/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ target-branch: master
chart-dirs:
- deploy
chart-repos:
- jetstack=https://charts.jetstack.io
- cert-manager-webhook-hetzner=https://vadimkim.github.io/cert-manager-webhook-hetzner
helm-extra-args: --timeout 600s
excluded-charts:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: |
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.crds.yaml
# - name: Install cert-manager
# run: |
# kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.13.3/cert-manager.yaml
# kubectl wait --timeout=5m --for=condition=available deployment cert-manager -n cert-manager
# kubectl wait --timeout=5m --for=condition=available deployment cert-manager-webhook -n cert-manager
- name: Install cert-manager
run: |
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.13.3/cert-manager.yaml
kubectl wait --timeout=5m --for=condition=available deployment cert-manager -n cert-manager
kubectl wait --timeout=5m --for=condition=available deployment cert-manager-webhook -n cert-manager
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
Expand Down
5 changes: 0 additions & 5 deletions deploy/cert-manager-webhook-hetzner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ maintainers:
email: vadim@ant.ee
annotations:
artifacthub.io/license: Apache-2.0

dependencies:
- name: cert-manager
version: ">= 0.12.0"
repository: "https://charts.jetstack.io"

0 comments on commit 801568c

Please sign in to comment.