Merge pull request #758 from TomChv/fix-helm-chart-length

Update kind setup action in CI
This commit is contained in:
Andrea Luzzardi 2021-06-30 16:22:17 +02:00 committed by GitHub
commit c821622628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -77,7 +77,7 @@ jobs:
go-version: 1.16
- name: Setup Kind Kubernetes Cluster
uses: engineerd/setup-kind@v0.5.0
uses: helm/kind-action@v1.2.0
- name: Install Dependencies
run: |

View File

@ -14,12 +14,13 @@ TestChartSource: dagger.#Artifact @dagger(input)
// Deploy user local chart
TestHelmSimpleChart: {
suffix: random.#String & {
seed: "simple"
seed: "simple"
length: 5
}
// Deploy chart
deploy: #Chart & {
name: "dagger-test-inline-chart-\(suffix.out)"
name: "dagger-test-inline-\(suffix.out)"
namespace: "dagger-test"
kubeconfig: TestKubeconfig
chartSource: TestChartSource
@ -35,7 +36,8 @@ TestHelmSimpleChart: {
// Deploy remote chart
TestHelmRepoChart: {
suffix: random.#String & {
seed: "repo"
seed: "repo"
length: 5
}
// Deploy remote chart