Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Nov 21, 2022
1 parent 141de9a commit e30b0d5
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.2"
version = "v0.2.3"
)

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.2
image: ghcr.io/containeroo/heartbeats:v0.2.3
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.2
image: ghcr.io/containeroo/heartbeats:v0.2.3
imagePullPolicy: IfNotPresent
args:
- --config
Expand Down

0 comments on commit e30b0d5

Please sign in to comment.