diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index c9797a2..98a1399 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -1,11 +1,11 @@ name: Release Helm Chart -on: +on: push: paths: - 'chart/**' branches: - - master + - main jobs: release: @@ -31,4 +31,4 @@ jobs: with: charts_dir: chart env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/chart/localstack/values.yaml b/chart/localstack/values.yaml index ab4e6cc..21b344f 100644 --- a/chart/localstack/values.yaml +++ b/chart/localstack/values.yaml @@ -1,6 +1,5 @@ -# Default values for localstack. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. +# Default values for LocalStack +# Declare variables to be passed into your templates replicaCount: 1