This commit is contained in:
parent
46bd006078
commit
d3f93cea7c
4 changed files with 15 additions and 7 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
id: meta
|
||||
with:
|
||||
images: |
|
||||
codeberg.org/${{ github.repository }}
|
||||
git.chaos.fyi/${{ github.repository }}
|
||||
tags: |
|
||||
type=schedule
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Container-Registry login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: codeberg.org/wrenix
|
||||
registry: git.chaos.fyi/wrenix
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
4
go.mod
4
go.mod
|
@ -5,5 +5,7 @@ go 1.23.2
|
|||
require (
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b // indirect
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e // indirect
|
||||
github.com/imfing/hextra v0.8.6 // indirect
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd // indirect
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b // indirect
|
||||
github.com/imfing/hextra v0.9.7 // indirect
|
||||
)
|
||||
|
|
6
go.sum
6
go.sum
|
@ -8,5 +8,11 @@ codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90 h1:s7Q3qnQfAD
|
|||
codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90/go.mod h1:Nd4pJ7oRNZvbFLxpC7qCQIHK3c0qf59wjq4ajMdJCjg=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e h1:Vr3B2r+j0Ry6WdXdlzZz+PCbjVBW5BS9qRf1LiX5uA4=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e/go.mod h1:Nd4pJ7oRNZvbFLxpC7qCQIHK3c0qf59wjq4ajMdJCjg=
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd h1:X2MHLIDWDShwtmbTuWCXjWOae10JkiaxSc3x8El3KOs=
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd/go.mod h1:BYSJakg99gvgKPQrY1c/QwLKz+zJ8sMtED0gRc+4bIE=
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b h1:FN9OZiGFwGisUC91+51IsA/l8zb1AvjzjDqR5ZTS1bk=
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b/go.mod h1:yQ55FaIwEKAdsKKKkssrXjEO88V6S7tp00fT/UVSadU=
|
||||
github.com/imfing/hextra v0.8.6 h1:fpOqzcUs26Lc/ZzowYSBcnpe00d/aZw4HhiHP7ycSks=
|
||||
github.com/imfing/hextra v0.8.6/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
||||
github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM=
|
||||
github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
||||
|
|
|
@ -25,14 +25,14 @@ module:
|
|||
target: content
|
||||
imports:
|
||||
- path: github.com/imfing/hextra
|
||||
- path: "codeberg.org/wrenix/helm-charts"
|
||||
- path: "git.chaos.fyi/wrenix/helm-charts"
|
||||
mounts:
|
||||
- source: "README.md"
|
||||
target: content/docs/helm-charts/_index.md
|
||||
- source: "."
|
||||
target: "content/docs/helm-charts"
|
||||
includeFiles: [ "*/README.md" ]
|
||||
- path: "codeberg.org/wrenix/flux-charts"
|
||||
- path: "git.chaos.fyi/wrenix/flux-charts"
|
||||
mounts:
|
||||
- source: "README.md"
|
||||
target: content/docs/flux-charts/_index.md
|
||||
|
@ -85,7 +85,7 @@ menu:
|
|||
icon: mastodon
|
||||
- name: git
|
||||
weight: 7
|
||||
url: "https://codeberg.org/wrenix"
|
||||
url: "https://git.chaos.fyi/wrenix"
|
||||
params:
|
||||
icon: git
|
||||
|
||||
|
@ -104,7 +104,7 @@ params:
|
|||
|
||||
editURL:
|
||||
enable: true
|
||||
base: "https://codeberg.org/wrenix/wrenix.eu/_edit/main/content"
|
||||
base: "https://git.chaos.fyi/wrenix/wrenix.eu/_edit/main/content"
|
||||
|
||||
blog:
|
||||
list:
|
||||
|
|
Loading…
Add table
Reference in a new issue