Skip to content

Commit

Permalink
Merge pull request #81 from diagridio/version-0.3.0
Browse files Browse the repository at this point in the history
Update to v0.3.0
  • Loading branch information
JoshVanL authored Apr 18, 2024
2 parents a2a723d + cb54770 commit de95f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/dapr-cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ maintainers:
sources:
- https://github.com/diagrid/dapr-cert-manager

appVersion: v0.2.0
version: v0.2.0
appVersion: v0.3.0
version: v0.3.0

2 changes: 1 addition & 1 deletion deploy/charts/dapr-cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- Target image repository.
repository: ghcr.io/diagridio/dapr-cert-manager
# -- Target image version tag.
tag: v0.2.0
tag: v0.3.0
# -- Kubernetes imagePullPolicy on Deployment.
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
src = nixpkgs.lib.sourceFilesBySuffices ./. [ ".go" "go.mod" "go.sum" "gomod2nix.toml" ];
src-test = nixpkgs.lib.sourceFilesBySuffices ./test [ ".go" "go.mod" "go.sum" "gomod2nix.toml" ];

version = "v0.2.0";
version = "v0.3.0";

in utils.lib.eachSystem targetSystems (system:
let
Expand Down

0 comments on commit de95f13

Please sign in to comment.