Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Nov 24, 2022
1 parent 7c786b0 commit e5f194b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
version = "v0.2.4"
version = "v0.2.5"
)

var debug, trace, JsonLog bool
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
heartbeats:
image: ghcr.io/containeroo/heartbeats:v0.2.4
image: ghcr.io/containeroo/heartbeats:v0.2.5
hostname: heartbeats
environment:
- "OAUTH_TOKEN=TOKEN"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: heartbeats
image: ghcr.io/containeroo/heartbeats:v0.2.4
image: ghcr.io/containeroo/heartbeats:v0.2.5
imagePullPolicy: IfNotPresent
args:
- --config
Expand Down

0 comments on commit e5f194b

Please sign in to comment.