diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9956a11c..9ffc8ab5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,6 @@ name: Release on: workflow_dispatch: push: - branches: - - main tags: - 'v*' diff --git a/charts/typhoon/values.yaml b/charts/typhoon/values.yaml index 78afd038..4c373d16 100644 --- a/charts/typhoon/values.yaml +++ b/charts/typhoon/values.yaml @@ -35,7 +35,7 @@ global: # Default image used by all components image: # -- If defined, a repository applied to all Typhoon deployments - : ghcr.io/zeiss/typhoon + repository: ghcr.io/zeiss/typhoon # -- Overrides the global Typhoon image tag whose default is the chart appVersion tag: "" # -- If defined, a imagePullPolicy applied to all Typhoon deployments