Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rkoosaar/home-ops into renovate/ghc…
Browse files Browse the repository at this point in the history
…r.io-rkoosaar-sonarr-develop-4.x
  • Loading branch information
rkoosaar committed Nov 4, 2024
2 parents 4896bce + 420f687 commit ef58c25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
files: kubernetes/**
dir_names: true
dir_names_max_depth: 2
dir_names_max_depth: 1
matrix: true

- name: List All Changed Clusters
Expand Down Expand Up @@ -76,6 +76,9 @@ jobs:
ref: "${{ github.event.repository.default_branch }}"
path: default

- name: Print "matrix.paths"
run: echo ${{ matrix.paths }}

- name: Diff Resources
uses: docker://ghcr.io/allenporter/flux-local:v6.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
files: kubernetes/**
dir_names: true
dir_names_max_depth: 2
dir_names_max_depth: 1
matrix: true

- name: List All Changed Clusters
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Renovate
uses: renovatebot/[email protected].4
uses: renovatebot/[email protected].5
with:
configurationFile: .github/renovate.json5
token: "${{ steps.app-token.outputs.token }}"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/firefly/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
className: internal
annotations:
external-dns.alpha.kubernetes.io/target: "internal.${SECRET_DOMAIN}"
#nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
hosts:
- host: "{{ .Release.Name }}.${SECRET_DOMAIN}"
paths:
Expand Down

0 comments on commit ef58c25

Please sign in to comment.