-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into cassandra-tls
- Loading branch information
Showing
32 changed files
with
994 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,20 @@ jobs: | |
python-version: '3.x' | ||
check-latest: true | ||
|
||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: 'charts/temporal/tests/go.mod' | ||
|
||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
|
||
- name: Add dependency repos | ||
run: | | ||
helm repo add incubator https://charts.helm.sh/incubator | ||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts | ||
helm repo add elastic https://helm.elastic.co | ||
helm repo add grafana https://grafana.github.io/helm-charts | ||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
run: | | ||
|
@@ -35,3 +46,14 @@ jobs: | |
- name: Run chart-testing (lint) | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct lint --check-version-increment=false --target-branch ${{ github.event.repository.default_branch }} | ||
|
||
- name: Run template tests | ||
working-directory: charts/temporal/tests | ||
run: go test | ||
|
||
- name: Install helm-unittest | ||
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git | ||
|
||
- name: Run helm-unittest | ||
working-directory: charts/temporal | ||
run: helm unittest . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
description: "Temporal Admin Tools version to use for release (for example 1.24.1-tctl-1.18.1-cli-0.12.0)" | ||
required: true | ||
ui_version: | ||
description: "Temporal UI version to use for release (for example 2.27.2)" | ||
description: "Temporal UI version to use for release (for example 2.27.2). Please make sure to use version from https://github.com/temporalio/ui-server/releases!" | ||
required: true | ||
bump: | ||
description: "Chart version bump level" | ||
|
@@ -105,6 +105,13 @@ jobs: | |
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
|
||
- name: Add dependency repos | ||
run: | | ||
helm repo add incubator https://charts.helm.sh/incubator | ||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts | ||
helm repo add elastic https://helm.elastic.co | ||
helm repo add grafana https://grafana.github.io/helm-charts | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/Chart.lock | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
/charts | ||
/Chart.lock | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ | |
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
tests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
dependencies: | ||
- name: cassandra | ||
repository: https://charts.helm.sh/incubator | ||
version: 0.14.3 | ||
- name: prometheus | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 25.22.0 | ||
- name: elasticsearch | ||
repository: https://helm.elastic.co | ||
version: 7.17.3 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 8.0.2 | ||
digest: sha256:f74565632d43941cad32e713f73481b3d8065d9c462473e80d86fd1f7c5049af | ||
generated: "2024-10-07T14:43:06.775398+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.