Skip to content

Commit

Permalink
chart testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Mar 5, 2024
1 parent 08c9c25 commit 2997c3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/configs/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos:
- capsule=https://projectcapsule.github.io/charts/
helm-extra-args: "--timeout 600s"
validate-chart-schema: false
validate-maintainers: false
Expand Down
6 changes: 3 additions & 3 deletions charts/capsule/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: capsule-proxy
repository: oci://ghcr.io/projectcapsule/charts
repository: https://projectcapsule.github.io/charts/
version: 0.6.0
digest: sha256:4cf05b352f1c38a821081cc01ac5f2a84ed7d68514a5b98e63edba5ab1c7b19e
generated: "2024-02-28T21:07:54.58756871Z"
digest: sha256:065d1d4389f616a471f14d38c2c0167609c59b1838f2ba7eabdbaf456af20833
generated: "2024-03-05T16:54:36.485597+01:00"
2 changes: 1 addition & 1 deletion charts/capsule/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_sma
dependencies:
- name: capsule-proxy
version: 0.6.0
repository: "oci://ghcr.io/projectcapsule/charts"
repository: "https://projectcapsule.github.io/charts/"
condition: proxy.enabled
alias: proxy
keywords:
Expand Down

0 comments on commit 2997c3a

Please sign in to comment.