diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 01f55041..66dac4c5 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '0 2 * * 5' diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 6f03cb30..1ef68e58 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: "0 2 * * 1-5" diff --git a/.github/workflows/release-helm.yaml b/.github/workflows/release-helm.yaml index a361aefc..ae8567d5 100644 --- a/.github/workflows/release-helm.yaml +++ b/.github/workflows/release-helm.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - master + - main jobs: release: diff --git a/charts/pacman/Chart.yaml b/charts/pacman/Chart.yaml index 11ed2d94..097d8e11 100644 --- a/charts/pacman/Chart.yaml +++ b/charts/pacman/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -version: 0.1.5 -appVersion: "0.1.5" +version: 0.1.6 +appVersion: "0.1.6" name: pacman description: Pac-Man Demo App for Kubernetes home: https://github.com/shuguet/pacman