Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
upgrade to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Nov 28, 2022
1 parent 4ae38b1 commit e9a87a3
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 @@ -12,6 +12,6 @@ parameters:
collector:
registry: 'ghcr.io'
repository: 'vshn/cloudscale-metrics-collector'
tag: 'v0.4.1'
tag: 'v0.5.1'
# Times in UTC! Don't run job around midnight as exoscale API may return incomplete data
schedule: '10 4,10,16 * * *'
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
envFrom:
- secretRef:
name: credentials-cloudscale-metrics-collector
image: ghcr.io/vshn/cloudscale-metrics-collector:v0.4.1
image: ghcr.io/vshn/cloudscale-metrics-collector:v0.5.1
name: cloudscale-metrics-collector-backfill
resources: {}
restartPolicy: OnFailure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
envFrom:
- secretRef:
name: credentials-collector-exoscale-ch-gva-2-0
image: ghcr.io/vshn/cloudscale-metrics-collector:v0.4.1
image: ghcr.io/vshn/cloudscale-metrics-collector:v0.5.1
name: cloudscale-metrics-collector-backfill
resources: {}
restartPolicy: OnFailure
Expand Down

0 comments on commit e9a87a3

Please sign in to comment.