Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v0.3.0 #81

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading