Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
willmostly committed Nov 22, 2024
1 parent 512165b commit 999694e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]
- name: Lint charts
run: ct lint --charts=charts/trino --validate-maintainers=false
run: ct lint --charts=charts/trino,charts/gateway --validate-maintainers=false

test:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ ingress:
# ```

resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

autoscaling:
enabled: false
Expand Down
3 changes: 2 additions & 1 deletion tests/gateway/test-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
replicaCount: 1

image:
repository: "trino-gateway"
# -- Repository location of the Trino Gateway image, typically `organization/imagename`
repository: "trinodb/trino-gateway"
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 999694e

Please sign in to comment.