Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Oct 10, 2023
1 parent 2e7cb69 commit a5860ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osc-cost"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["OpenSource Team <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion helm/osccost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.3.3
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.2"
appVersion: "0.3.3"
4 changes: 2 additions & 2 deletions helm/osccost/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osccost

![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.2](https://img.shields.io/badge/AppVersion-0.3.2-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.3](https://img.shields.io/badge/AppVersion-0.3.3-informational?style=flat-square)

Exporter prometheus to allow Outscale users to estimate their cloud costs.

Expand All @@ -9,7 +9,7 @@ Exporter prometheus to allow Outscale users to estimate their cloud costs.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| osccost.deployment.containers.image | string | `"outscale/osc-cost"` | Outscale provider image |
| osccost.deployment.containers.imageTag | string | `"v0.3.2"` | Outscale provider image tag |
| osccost.deployment.containers.imageTag | string | `"v0.3.3"` | Outscale provider image tag |
| osccost.deployment.containers.osccostExtraParams | string | `""` | |
| osccost.deployment.containers.pullPolicy | string | `"Always"` | ImagePullPolcy to use (IfNotPresent, Never, Always) |
| osccost.deployment.containers.resources.cpu.limits | string | `"600m"` | Container cpu limts |
Expand Down
2 changes: 1 addition & 1 deletion helm/osccost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ osccost:
# -- Outscale provider image
image: outscale/osc-cost
# -- Outscale provider image tag
imageTag: "v0.3.2"
imageTag: "v0.3.3"
# -- ImagePullPolcy to use (IfNotPresent, Never, Always)
pullPolicy: Always
# -- Additional securityContext to add
Expand Down

0 comments on commit a5860ed

Please sign in to comment.