Skip to content

Commit

Permalink
Fix chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
st8ed committed Oct 9, 2022
1 parent 4c86b77 commit 83f7ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outputs = { self, nixpkgs }:
let
version = "0.3.6";
chartVersion = "0.1.5";
chartVersion = "0.1.6";
vendorSha256 = "sha256-e3AUY+qKnLEugLviQxTK1Dj6mIuo2oCu8pmjuLqrbio=";
dockerPackageTag = "st8ed/aws-cost-exporter:${version}";

Expand Down

0 comments on commit 83f7ed4

Please sign in to comment.