Skip to content

Commit

Permalink
WIP-wider-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Nov 13, 2024
1 parent ae2bce5 commit 35bf848
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
helm/reana
helm/reana/templates
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ rules:
truthy: disable

ignore:
- helm/reana # is linted by `helm lint` and `ct lint`
- helm/reana/templates # is linted by `helm lint` and `ct lint`
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- reusable-science
type: application
version: 0.9.3
kubeVersion: '>= 1.21.0-0 < 1.32.0-0'
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
dependencies:
- name: traefik
version: 31.1.0
Expand Down
Loading

0 comments on commit 35bf848

Please sign in to comment.