Skip to content

Commit

Permalink
Merge branch 'main' into feat/plex-no-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving authored Jan 6, 2025
2 parents f08522a + 40ab92f commit 82911dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-repository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
name: Sync Helm Repository
env:
KUBECONFIG: ${{ steps.kubeconfig.outputs.filePath }}
shell: bash
run: |
declare -a repos=()
for f in ${{ steps.changed-files.outputs.all_changed_and_modified_files }}; do
Expand All @@ -104,6 +105,7 @@ jobs:
name: Sync Helm Repository
env:
KUBECONFIG: ${{ steps.kubeconfig.outputs.filePath }}
shell: bash
run: |
flux \
--context ${{ github.event.inputs.clusterName }} \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/utility-ks-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Sync Kustomization
env:
KUBECONFIG: ${{ steps.kubeconfig.outputs.filePath }}
shell: bash
run: |
flux \
--context ${{ matrix.cluster }} \
Expand Down

0 comments on commit 82911dc

Please sign in to comment.