Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zugao committed Oct 17, 2022
1 parent 1395853 commit 5234bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
collector:
registry: 'ghcr.io'
repository: 'vshn/exoscale-metrics-collector'
tag: 'v0.2.1'
tag: 'v0.2.2'
# Times in UTC! Don't run job around midnight as exoscale API may return incomplete data
# default: Every day at minute 10 past hour 10, 16 and 20.
schedule: '10 10,16,20 * * *'
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
envFrom:
- secretRef:
name: credentials-collector-cloudscale-lpg-2
image: ghcr.io/vshn/exoscale-metrics-collector:v0.2.1
image: ghcr.io/vshn/exoscale-metrics-collector:v0.2.2
name: exoscale-metrics-collector-backfill
resources: {}
restartPolicy: OnFailure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
envFrom:
- secretRef:
name: credentials-exoscale-metrics-collector
image: ghcr.io/vshn/exoscale-metrics-collector:v0.2.1
image: ghcr.io/vshn/exoscale-metrics-collector:v0.2.2
name: exoscale-metrics-collector-backfill
resources: {}
restartPolicy: OnFailure
Expand Down

0 comments on commit 5234bf2

Please sign in to comment.