Skip to content

Commit

Permalink
fix: guiduck image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni authored Oct 7, 2024
1 parent 6208dfe commit 47b2c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/guiduck/guiduck.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
spec = {
containers = [{
name = "guiduck";
image = "ghcr.io/poketwo/guiduck:master";
image = "ghcr.io/poketwo/guiduck:latest";
imagePullPolicy = "Always";
resources = {
limits = { memory = "4Gi"; cpu = "500m"; };
Expand Down

0 comments on commit 47b2c7f

Please sign in to comment.