Skip to content

Commit 3ee17eb

Browse files
authored
Merge pull request #129 from kup6s/fix/upgrade-nginx-to-1.29
fix: upgrade nginx to 1.29-alpine for security patches
2 parents e404a89 + 92d05cf commit 3ee17eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/kup6s-pages/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ annotations:
2828
- name: syncer
2929
image: ghcr.io/kup6s/pages-syncer
3030
- name: nginx
31-
image: docker.io/library/nginx:1.27-alpine
31+
image: docker.io/library/nginx:1.29-alpine
3232
artifacthub.io/links: |
3333
- name: Documentation
3434
url: https://pages-docs.kup6s.com

charts/kup6s-pages/tests/deployment-nginx_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests:
1414
asserts:
1515
- equal:
1616
path: spec.template.spec.containers[0].image
17-
value: docker.io/library/nginx:1.27-alpine
17+
value: docker.io/library/nginx:1.29-alpine
1818

1919
- it: should mount PVC as read-only
2020
asserts:

charts/kup6s-pages/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ nginx:
223223
# -- nginx image repository
224224
repository: library/nginx
225225
# -- nginx image tag
226-
tag: "1.27-alpine"
226+
tag: "1.29-alpine"
227227
# -- Image pull policy
228228
pullPolicy: IfNotPresent
229229

0 commit comments

Comments
 (0)