Skip to content

Commit b6b680f

Browse files
authored
Merge pull request #439 from stefanprodan/release-6.9.4
Release 6.9.4
2 parents 80b5bf5 + e51374c commit b6b680f

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2323
ARG BUILD_DATE
2424
ARG VERSION

Dockerfile.xx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_VERSION=1.25
2-
ARG XX_VERSION=1.6.1
2+
ARG XX_VERSION=1.9.0
33

44
FROM --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

3333
ARG BUILD_DATE
3434
ARG VERSION

charts/podinfo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
version: 6.9.3
3-
appVersion: 6.9.3
2+
version: 6.9.4
3+
appVersion: 6.9.4
44
name: podinfo
55
engine: gotpl
66
description: Podinfo Helm chart for Kubernetes

charts/podinfo/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backends: []
88

99
image:
1010
repository: ghcr.io/stefanprodan/podinfo
11-
tag: 6.9.3
11+
tag: 6.9.4
1212
pullPolicy: IfNotPresent
1313

1414
ui:

charts/podinfo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backends: []
88

99
image:
1010
repository: ghcr.io/stefanprodan/podinfo
11-
tag: 6.9.3
11+
tag: 6.9.4
1212
pullPolicy: IfNotPresent
1313
pullSecrets: []
1414

deploy/bases/backend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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

deploy/bases/frontend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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

deploy/webapp/backend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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

deploy/webapp/frontend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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

kustomize/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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

0 commit comments

Comments
 (0)