Merge pull request #511 from stefanprodan/release-6.14.1

Release 6.14.1
This commit is contained in:
Stefan Prodan
2026-07-22 10:23:32 +02:00
committed by GitHub
16 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 6.14.0
appVersion: 6.14.0
version: 6.14.1
appVersion: 6.14.1
name: podinfo
description: Podinfo Helm chart for Kubernetes
home: https://github.com/stefanprodan/podinfo
+1 -1
View File
@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.14.0
tag: 6.14.1
pullPolicy: IfNotPresent
ui:
+1 -1
View File
@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.14.0
tag: 6.14.1
pullPolicy: IfNotPresent
pullSecrets: []
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
@@ -23,7 +23,7 @@ spec:
restartPolicy: Never
containers:
- name: backup
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: healthcheck
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: healthcheck
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -25,7 +25,7 @@ spec:
serviceAccountName: database
containers:
- name: database
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: db
@@ -22,7 +22,7 @@ spec:
serviceAccountName: database
containers:
- name: database
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: db
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: warm-cache-init
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -43,7 +43,7 @@ spec:
mountPath: /scripts
containers:
- name: warm-cache
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
serviceAccountName: frontend
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: podinfod
image: ghcr.io/stefanprodan/podinfo:6.14.0
image: ghcr.io/stefanprodan/podinfo:6.14.1
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "6.14.0"
var VERSION = "6.14.1"
var REVISION = "unknown"
+1 -1
View File
@@ -9,7 +9,7 @@ package main
values: {
image: {
repository: "ghcr.io/stefanprodan/podinfo"
tag: "6.14.0"
tag: "6.14.1"
digest: ""
}
test: image: {