Skip to content

Commit

Permalink
monitoring/gotop: Bump v.4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jun 29, 2024
1 parent eaef909 commit 582883b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions packages/extra/gotop/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
image: golang
image: macaronios/terragon-testing-minimal:latest-amd64
env:
- GOPATH=/luetbuild/go/
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
package_dir: /{{ .Values.name }}
prelude:
- mkdir go/src/github.com/${GITHUB_ORG}/ -p
- cd go/src/github.com/${GITHUB_ORG}/ && git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
- >-
luet i -y --sync-repos --purge-repos --cleanup make upx-bin go ca-certificates git &&
mkdir /tmp/ &&
mkdir go/src/github.com/${GITHUB_ORG}/ -p &&
cd go/src/github.com/${GITHUB_ORG}/ &&
git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
steps:
- >-
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ &&
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/gotop/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gotop
category: monitoring
version: "4.1.3"
version: "4.2.0"
description: "A terminal based graphical activity monitor inspired by gtop and vtop "
labels:
github.repo: "gotop"
Expand Down

0 comments on commit 582883b

Please sign in to comment.