File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments