File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 93
93
images to ` rockylinux:8.9.20231119 `
94
94
(PR[ #4294 ] ( https://github.com/scality/metalk8s/pull/4294 ) )
95
95
96
- - Bump nginx image to [ 1.25.4 -alpine] ( https://github.com/nginx/nginx/releases/tag/release-1.25.4 )
97
- (PR[ #4295 ] ( https://github.com/scality/metalk8s/pull/4295 ) )
96
+ - Bump nginx image to [ 1.27.0 -alpine] ( https://github.com/nginx/nginx/releases/tag/release-1.27.0 )
97
+ (PR[ #4402 ] ( https://github.com/scality/metalk8s/pull/4402 ) )
98
98
99
99
- Bump Operator-SDK used by ` metalk8s-operator ` and ` storage-operator ` to
100
100
[ 1.34.1] ( https://github.com/operator-framework/operator-sdk/releases/tag/v1.34.1 )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def load_version_information() -> None:
78
78
79
79
ETCD_VERSION : str = "3.5.14"
80
80
ETCD_IMAGE_VERSION : str = f"{ ETCD_VERSION } -0"
81
- NGINX_IMAGE_VERSION : str = "1.25.4 -alpine"
81
+ NGINX_IMAGE_VERSION : str = "1.27.0 -alpine"
82
82
NODEJS_IMAGE_VERSION : str = "16.14.0"
83
83
KEEPALIVED_VERSION : str = "2.3.1"
84
84
You can’t perform that action at this time.
0 commit comments