File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
buildscripts/provisioner-localpv Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414#
15- FROM alpine:3.20 .1
15+ FROM alpine:3.22 .1
1616
1717RUN apk add --no-cache \
1818 iproute2 \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ COPY . .
4242
4343RUN make provisioner-localpv
4444
45- FROM alpine:3.20 .1
45+ FROM alpine:3.22 .1
4646
4747ARG DBUILD_DATE
4848ARG DBUILD_REPO_URL
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ helperPod:
130130 repository : openebs/linux-utils
131131 pullPolicy : IfNotPresent
132132 # Overrides the image tag whose default is the chart appVersion.
133- tag : 4.2 .0
133+ tag : 4.3 .0
134134 hostNetwork : false
135135
136136# Additional labels to add to all chart resources
You can’t perform that action at this time.
0 commit comments