Merge pull request #439 from stefanprodan/release-6.9.4

Release 6.9.4
This commit is contained in:
Stefan Prodan
2025-12-07 20:02:41 +00:00
committed by GitHub
12 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w \
-X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
-a -o bin/podcli cmd/podcli/*
FROM alpine:3.22
FROM alpine:3.23
ARG BUILD_DATE
ARG VERSION

View File

@@ -1,5 +1,5 @@
ARG GO_VERSION=1.25
ARG XX_VERSION=1.6.1
ARG XX_VERSION=1.9.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
@@ -28,7 +28,7 @@ RUN xx-go build -ldflags "-s -w \
-X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
-a -o bin/podcli cmd/podcli/*
FROM alpine:3.22
FROM alpine:3.23
ARG BUILD_DATE
ARG VERSION

View File

@@ -1,6 +1,6 @@
apiVersion: v1
version: 6.9.3
appVersion: 6.9.3
version: 6.9.4
appVersion: 6.9.4
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes

View File

@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.9.3
tag: 6.9.4
pullPolicy: IfNotPresent
ui:

View File

@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.9.3
tag: 6.9.4
pullPolicy: IfNotPresent
pullSecrets: []

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.9.3
image: ghcr.io/stefanprodan/podinfo:6.9.4
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.9.3
image: ghcr.io/stefanprodan/podinfo:6.9.4
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.9.3
image: ghcr.io/stefanprodan/podinfo:6.9.4
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.9.3
image: ghcr.io/stefanprodan/podinfo:6.9.4
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: podinfod
image: ghcr.io/stefanprodan/podinfo:6.9.3
image: ghcr.io/stefanprodan/podinfo:6.9.4
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -1,4 +1,4 @@
package version
var VERSION = "6.9.3"
var VERSION = "6.9.4"
var REVISION = "unknown"

View File

@@ -9,7 +9,7 @@ package main
values: {
image: {
repository: "ghcr.io/stefanprodan/podinfo"
tag: "6.9.3"
tag: "6.9.4"
digest: ""
}
test: image: {