Skip to content

Commit

Permalink
homelab: update demo nginx version to test action trigger
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 6, 2024
1 parent ec22a1c commit 24f5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/homelab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
spec = {
securityContext.fsGroup = 1000;
containers.nginx = {
image = "nginx:1.25.1";
image = "nginx:1.27.2";
imagePullPolicy = "IfNotPresent";
volumeMounts = {
"/etc/nginx".name = "config";
Expand Down

0 comments on commit 24f5d58

Please sign in to comment.