Skip to content

Commit

Permalink
Bump billing collector version
Browse files Browse the repository at this point in the history
This version fixes an issue with the "wrong" time range returned by
cloudscale.ch

Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Jan 23, 2024
1 parent f185e8e commit 502543c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parameters:
collector:
registry: ghcr.io
repository: vshn/billing-collector-cloudservices
tag: v3.0.8
tag: v3.0.9

=_crd_version: ${appcat:images:appcat:tag}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: cloudscale-env
- secretRef:
name: credentials-cloudscale
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: cloudscale-env
- secretRef:
name: credentials-cloudscale
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: exoscale-dbaas-env
- secretRef:
name: credentials-exoscale-dbaas
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: exoscale-objectstorage-env
- secretRef:
name: credentials-exoscale-objectstorage
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: exoscale-dbaas-env
- secretRef:
name: credentials-exoscale-dbaas
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: exoscale-objectstorage-env
- secretRef:
name: credentials-exoscale-objectstorage
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.8
image: ghcr.io/vshn/billing-collector-cloudservices:v3.0.9
imagePullPolicy: IfNotPresent
name: exporter
ports: []
Expand Down

0 comments on commit 502543c

Please sign in to comment.