4 Commits

Author SHA1 Message Date
8a9dad259c Update rmcrackan/libation Docker tag to v12.8.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
2025-12-03 21:20:50 +00:00
8ec24e013e Update harbor.alexlebens.net/images/site-documentation Docker tag to v0.0.4 (#2200)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Successful in 33s
renovate / renovate (push) Successful in 2m21s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation) | patch | `0.0.3` -> `0.0.4` |

---

### Release Notes

<details>
<summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary>

### [`v0.0.4`](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.0.3...0.0.4)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.0.3...0.0.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->

Reviewed-on: #2200
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-03 21:18:30 +00:00
7798bf19dd change condition
Some checks failed
renovate / renovate (push) Has been cancelled
2025-12-03 15:17:38 -06:00
5525b35055 fix name 2025-12-03 15:17:38 -06:00
4 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: render-manfiest-automerge
name: render-manifests-automerge
on:
pull_request:
@@ -17,7 +17,7 @@ env:
MANIFEST_DIR: /workspace/alexlebens/infrastructure/infrastructure-manifests
jobs:
render-manfiest-automerge:
render-manifests-automerge:
runs-on: ubuntu-js
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'automerge')) }}
steps:
@@ -64,8 +64,8 @@ jobs:
RENDER_DIR=()
echo ">> Checking for changes ..."
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
echo ">> Checking for changes from ${{ gitea.event.before }}..${{ gitea.event.after }} ..."
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
if [ -n "${GIT_DIFF}" ]; then
echo ">> Changes detected:"

View File

@@ -20,6 +20,7 @@ env:
jobs:
render-manifests:
runs-on: ubuntu-js
if: ${{ !((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'automerge'))) }}
steps:
- name: Checkout Main
uses: actions/checkout@v6

View File

@@ -16,7 +16,7 @@ libation:
main:
image:
repository: rmcrackan/libation
tag: 12.7.5
tag: 12.8.0
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME

View File

@@ -11,7 +11,7 @@ site-documentation:
main:
image:
repository: harbor.alexlebens.net/images/site-documentation
tag: 0.0.3
tag: 0.0.4
pullPolicy: IfNotPresent
resources:
requests: