Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/forgejo/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: runner
image: code.forgejo.org/forgejo/runner:13.1.0
image: code.forgejo.org/forgejo/runner:13.2.0
command: [/bin/sh, /scripts/start.sh]
env:
# ルートは読み取り専用。uses: のアクションの取り置き($HOME/.cache/act)を /tmp に置く
Expand Down
2 changes: 1 addition & 1 deletion apps/netbird/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
mountPath: /etc/netbird
containers:
- name: netbird-server
image: netbirdio/netbird-server:0.78.2
image: netbirdio/netbird-server:0.79.0
args: ["--config", "/etc/netbird/config.yaml"]
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion apps/netbird/routing-peer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
# ダッシュボードに出る名前がノード名(`main`)から Pod 名に変わる。
containers:
- name: netbird
image: netbirdio/netbird:0.78.2
image: netbirdio/netbird:0.79.0
env:
- name: NB_SETUP_KEY
valueFrom:
Expand Down
Loading