File tree Expand file tree Collapse file tree 12 files changed +14
-14
lines changed
Expand file tree Collapse file tree 12 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w \
1818 -X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
1919 -a -o bin/podcli cmd/podcli/*
2020
21- FROM alpine:3.22
21+ FROM alpine:3.23
2222
2323ARG BUILD_DATE
2424ARG VERSION
Original file line number Diff line number Diff line change 11ARG GO_VERSION=1.25
2- ARG XX_VERSION=1.6.1
2+ ARG XX_VERSION=1.9.0
33
44FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
55
@@ -28,7 +28,7 @@ RUN xx-go build -ldflags "-s -w \
2828 -X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
2929 -a -o bin/podcli cmd/podcli/*
3030
31- FROM alpine:3.22
31+ FROM alpine:3.23
3232
3333ARG BUILD_DATE
3434ARG VERSION
Original file line number Diff line number Diff line change 11apiVersion : v1
2- version : 6.9.3
3- appVersion : 6.9.3
2+ version : 6.9.4
3+ appVersion : 6.9.4
44name : podinfo
55engine : gotpl
66description : Podinfo Helm chart for Kubernetes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ backends: []
88
99image :
1010 repository : ghcr.io/stefanprodan/podinfo
11- tag : 6.9.3
11+ tag : 6.9.4
1212 pullPolicy : IfNotPresent
1313
1414ui :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ backends: []
88
99image :
1010 repository : ghcr.io/stefanprodan/podinfo
11- tag : 6.9.3
11+ tag : 6.9.4
1212 pullPolicy : IfNotPresent
1313 pullSecrets : []
1414
Original file line number Diff line number Diff line change 2323 spec :
2424 containers :
2525 - name : backend
26- image : ghcr.io/stefanprodan/podinfo:6.9.3
26+ image : ghcr.io/stefanprodan/podinfo:6.9.4
2727 imagePullPolicy : IfNotPresent
2828 ports :
2929 - name : http
Original file line number Diff line number Diff line change 2323 spec :
2424 containers :
2525 - name : frontend
26- image : ghcr.io/stefanprodan/podinfo:6.9.3
26+ image : ghcr.io/stefanprodan/podinfo:6.9.4
2727 imagePullPolicy : IfNotPresent
2828 ports :
2929 - name : http
Original file line number Diff line number Diff line change 2525 serviceAccountName : webapp
2626 containers :
2727 - name : backend
28- image : ghcr.io/stefanprodan/podinfo:6.9.3
28+ image : ghcr.io/stefanprodan/podinfo:6.9.4
2929 imagePullPolicy : IfNotPresent
3030 ports :
3131 - name : http
Original file line number Diff line number Diff line change 2525 serviceAccountName : webapp
2626 containers :
2727 - name : frontend
28- image : ghcr.io/stefanprodan/podinfo:6.9.3
28+ image : ghcr.io/stefanprodan/podinfo:6.9.4
2929 imagePullPolicy : IfNotPresent
3030 ports :
3131 - name : http
Original file line number Diff line number Diff line change 2323 spec :
2424 containers :
2525 - name : podinfod
26- image : ghcr.io/stefanprodan/podinfo:6.9.3
26+ image : ghcr.io/stefanprodan/podinfo:6.9.4
2727 imagePullPolicy : IfNotPresent
2828 ports :
2929 - name : http
You can’t perform that action at this time.
0 commit comments