Skip to content

Commit

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

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

0 comments on commit bb40768

Please sign in to comment.