Skip to content

Commit 0cf3216

Browse files
authored
CU-86c7q9wga - chore: update nginx version (#517)
2 parents 58b42bf + b215938 commit 0cf3216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/komodor-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ components:
340340
# @default -- see sub-values
341341
image:
342342
name: nginx
343-
tag: 1.27.5
343+
tag: 1.29.4
344344
# components.komodorKubectlProxy.resources -- Set custom resources to the komodor kubectl proxy container
345345
resources: {}
346346
# components.komodorKubectlProxy.PriorityClassValue -- Set the priority class value for the komodor kubectl proxy deployment

scripts/nginx/update-ecr.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
# Authenticate with AWS ECR & Docker Hub
1010
komo ci docker-login
1111

12-
NGINX_VERSION="1.27.5"
12+
NGINX_VERSION="1.29.4"
1313

1414
regctl image copy nginx:${NGINX_VERSION} public.ecr.aws/komodor-public/nginx:${NGINX_VERSION}
1515
regctl image copy nginx:${NGINX_VERSION} komodorio/nginx:${NGINX_VERSION}

0 commit comments

Comments
 (0)