Skip to content
Merged
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
4 changes: 2 additions & 2 deletions node-problem-detector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: node-problem-detector
version: 0.8.13
epoch: 3
epoch: 4
description: node-problem-detector aims to make various node problems visible to the upstream layers in the cluster management stack.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -89,7 +89,7 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/usr/bin/
install -m755 -D ./output/$(go env GOOS)_$(go env GOARCH)/bin/log-counter "${{targets.subpkgdir}}"/usr/bin/log-counter

- name: node-problem-detector
- name: node-problem-detector-compat
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}
Expand Down