Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.17.4
version: v3.19.0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.29.0
version: v0.30.0
- name: Run tests
run: ./tests/trino/test.sh ${{ matrix.args }}

Expand All @@ -101,13 +101,13 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.17.4
version: v3.19.0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
with:
version: v0.29.0
version: v0.30.0
- name: Run gateway tests
run: ./tests/gateway/test.sh ${{ matrix.args }}

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the name to get an output similar to the following:

```
NAME CHART VERSION APP VERSION DESCRIPTION
trino/trino 1.40.0 476 Fast distributed SQL query engine for big data ...
trino/trino 1.41.0 477 Fast distributed SQL query engine for big data ...
trino/trino-gateway 1.16.0 16 A Helm chart for Trino Gateway
```

Expand All @@ -35,7 +35,7 @@ After configuring your Kubernetes cluster, you can install Trino with the chart
`trino/trino` using:

```console
helm install my-trino trino/trino --version 1.40.0
helm install my-trino trino/trino --version 1.41.0
```

Also, you can check the manifests using:
Expand Down Expand Up @@ -72,7 +72,7 @@ ct install

To run tests with specific values:
```console
ct install --helm-extra-set-args "--set image.tag=476"
ct install --helm-extra-set-args "--set image.tag=477"
```

Use the `test.sh` script to run a suite of tests, with different chart values.
Expand Down
4 changes: 2 additions & 2 deletions charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.40.0
version: 1.41.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# Same value as in values.yml#image.tag
appVersion: "476"
appVersion: "477"

icon: https://trino.io/assets/trino.png

Expand Down
2 changes: 1 addition & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trino

![Version: 1.40.0](https://img.shields.io/badge/Version-1.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 476](https://img.shields.io/badge/AppVersion-476-informational?style=flat-square)
![Version: 1.41.0](https://img.shields.io/badge/Version-1.41.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 477](https://img.shields.io/badge/AppVersion-477-informational?style=flat-square)

Fast distributed SQL query engine for big data analytics that helps you explore your data universe

Expand Down