mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-09 13:12:04 +02:00
Compare commits
22 Commits
e68c8d3f45
...
470ddc7409
Author | SHA1 | Date | |
---|---|---|---|
470ddc7409 | |||
ab49355de3 | |||
b685298bba | |||
00fba0989b | |||
77fd926428 | |||
916b3cb13b | |||
6332de4f46 | |||
337a5a3b1a | |||
834923835f | |||
3416d674ba | |||
1107672178 | |||
e0138ded8b | |||
098f302d9a | |||
4ef6e5686d | |||
9d1cb35378 | |||
c263baee5c | |||
5529607371 | |||
8dbc2a87f0 | |||
744a4d96c0 | |||
828ec70d58 | |||
df5004ea9a | |||
7be3180306 |
4
.github/workflows/flux-diff.yaml
vendored
4
.github/workflows/flux-diff.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
path: pull
|
||||
|
||||
- name: Diff Resources
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0@sha256:b27388b65df42dd3ec4208aebd8d50ed55a2f555b6a81926849897202ffeb06c
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.5.0@sha256:2111f5e96e65bfdb7cee71f3384cdfae0de1a6a2ce5b95d0fa6de8142c3314d1
|
||||
with:
|
||||
args: >-
|
||||
diff ${{ matrix.resources }}
|
||||
|
6
.github/workflows/flux-image-test.yaml
vendored
6
.github/workflows/flux-image-test.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
matrix: ${{ steps.extract-images.outputs.images }}
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
path: pull
|
||||
|
||||
- name: Gather Images in Default Branch
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0@sha256:b27388b65df42dd3ec4208aebd8d50ed55a2f555b6a81926849897202ffeb06c
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.5.0@sha256:2111f5e96e65bfdb7cee71f3384cdfae0de1a6a2ce5b95d0fa6de8142c3314d1
|
||||
with:
|
||||
args: >-
|
||||
get cluster
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
--output-file default.yaml
|
||||
|
||||
- name: Gather Images in Pull Request Branch
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.4.0@sha256:b27388b65df42dd3ec4208aebd8d50ed55a2f555b6a81926849897202ffeb06c
|
||||
uses: docker://ghcr.io/allenporter/flux-local:v7.5.0@sha256:2111f5e96e65bfdb7cee71f3384cdfae0de1a6a2ce5b95d0fa6de8142c3314d1
|
||||
with:
|
||||
args: >-
|
||||
get cluster
|
||||
|
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
|
2
.github/workflows/labels-sync.yaml
vendored
2
.github/workflows/labels-sync.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
|
4
.github/workflows/lychee.yaml
vendored
4
.github/workflows/lychee.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
token: "${{ steps.app-token.outputs.token }}"
|
||||
|
||||
- name: Scan For Broken Links
|
||||
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2
|
||||
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
|
||||
with:
|
||||
|
4
.github/workflows/renovate.yaml
vendored
4
.github/workflows/renovate.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate Token
|
||||
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
|
||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: "${{ secrets.BOT_APP_ID }}"
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.WORKFLOW_RENOVATE_LOG_LEVEL }}" >> "${GITHUB_ENV}"
|
||||
|
||||
- name: Renovate
|
||||
uses: renovatebot/github-action@fdbe2b88946ea8b6fb5785a5267b46677d13a4d2 # v41.0.21
|
||||
uses: renovatebot/github-action@8ac70de2fe55752c573155866e30735411e3b61c # v41.0.22
|
||||
with:
|
||||
configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}"
|
||||
token: "${{ steps.app-token.outputs.token }}"
|
||||
|
@ -40,7 +40,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/bazarr
|
||||
tag: 1.5.1@sha256:0ac96948fd8dbf1c9d8ffa83ed441d2e77c6fc79f81600c8ea160172cf66740e
|
||||
tag: 1.5.1@sha256:7ff7af1a8588569f6d9a2870e3658650379ead5082d68c5e5a7c1f01e0814a86
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
envFrom:
|
||||
|
@ -29,7 +29,7 @@ spec:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/auricom/kubectl
|
||||
tag: 1.32@sha256:c729e8e0ac8d62919c41ad8e41cd7b27196abd0472a48a6a2b1f95ed42572e51
|
||||
tag: 1.33@sha256:5e5df0e22852c06ef355838aa14ed74ef7ec51f82aceebfe155d907081e8dc3f
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
|
@ -29,7 +29,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/auricom/kubectl
|
||||
tag: 1.32@sha256:c729e8e0ac8d62919c41ad8e41cd7b27196abd0472a48a6a2b1f95ed42572e51
|
||||
tag: 1.33@sha256:5e5df0e22852c06ef355838aa14ed74ef7ec51f82aceebfe155d907081e8dc3f
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
|
@ -26,7 +26,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/auricom/redlib
|
||||
tag: rolling@sha256:7e429823decd0dfb1ade2f42c80eb48d0da907eed23947ec01c7c0012ca5ed2c
|
||||
tag: rolling@sha256:8de0c1c2449d0430abf5f5f13c8d79faa3d02ff047410784acb4407b758ae667
|
||||
probes:
|
||||
liveness: &probes
|
||||
enabled: true
|
||||
|
@ -38,7 +38,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/sabnzbd
|
||||
tag: 4.5.1@sha256:4f2e137aea235fc4c42b7da6b9ef86439043b2dad93cc84b80186c60c405ea57
|
||||
tag: 4.5.1@sha256:0bd045af783ba13da0a9bf029ae5e574c9dcfcc65f1cd348ffc06b2660be90ff
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
SABNZBD__PORT: &port 8080
|
||||
|
@ -36,7 +36,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/sonarr
|
||||
tag: 4.0.14.2938@sha256:acd5416ab9c36d017687820a32f09d09a4e25a5754aa5ebeae2e7c63d7609c13
|
||||
tag: 4.0.14.2938@sha256:95c3d63b46c2ff242a0b646086da557a13ef1376f415bb755b9d87c0d94d0330
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
SONARR__APP__INSTANCENAME: Sonarr
|
||||
|
@ -27,7 +27,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/webhook
|
||||
tag: 2.8.2@sha256:052e3d82aa13091459faa75550943faf06309c0ca71253ea1cece7880b1d5faa
|
||||
tag: 2.8.2@sha256:a83bc6517267db655efdef8ebd4a9e6719558f6dadb9bc1e325b7083a83119c7
|
||||
env:
|
||||
WEBHOOK__PORT: &port 8080
|
||||
TZ: ${TIMEZONE}
|
||||
|
Reference in New Issue
Block a user