From 81c1c82f9b301397791f97349a94ab38e7c16da8 Mon Sep 17 00:00:00 2001 From: Waldemar Hummer Date: Tue, 8 Dec 2020 09:59:39 +0100 Subject: [PATCH] minor fix --- .github/workflows/chart-release.yaml | 6 +++--- chart/localstack/values.yaml | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) 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