Release 6.14.0

This commit is contained in:
Stefan Prodan
2026-06-18 11:56:18 +03:00
parent 5b28353d9c
commit e92ae0e624
17 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 6.13.0
appVersion: 6.13.0
version: 6.14.0
appVersion: 6.14.0
name: podinfo
description: Podinfo Helm chart for Kubernetes
home: https://github.com/stefanprodan/podinfo
+2 -2
View File
@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.13.0
tag: 6.14.0
pullPolicy: IfNotPresent
ui:
@@ -96,7 +96,7 @@ cache: ""
redis:
enabled: true
repository: redis
tag: 8.6.3
tag: 8.8.0
serviceAccount:
# Specifies whether a service account should be created
+2 -2
View File
@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.13.0
tag: 6.14.0
pullPolicy: IfNotPresent
pullSecrets: []
@@ -171,7 +171,7 @@ cache: ""
redis:
enabled: false
repository: docker.io/redis
tag: 8.6.3
tag: 8.8.0
imagePullSecrets: []
serviceAccount:
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: redis
image: docker.io/redis:8.6.3
image: docker.io/redis:8.8.0
imagePullPolicy: IfNotPresent
command:
- redis-server
@@ -23,7 +23,7 @@ spec:
restartPolicy: Never
containers:
- name: backup
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: healthcheck
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: healthcheck
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -25,7 +25,7 @@ spec:
serviceAccountName: database
containers:
- name: database
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
ports:
- name: db
@@ -22,7 +22,7 @@ spec:
serviceAccountName: database
containers:
- name: database
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
ports:
- name: db
@@ -23,7 +23,7 @@ spec:
restartPolicy: OnFailure
initContainers:
- name: warm-cache-init
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -43,7 +43,7 @@ spec:
mountPath: /scripts
containers:
- name: warm-cache
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
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.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
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.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
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.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: podinfod
image: ghcr.io/stefanprodan/podinfo:6.13.0
image: ghcr.io/stefanprodan/podinfo:6.14.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "6.13.0"
var VERSION = "6.14.0"
var REVISION = "unknown"
+1 -1
View File
@@ -9,7 +9,7 @@ package main
values: {
image: {
repository: "ghcr.io/stefanprodan/podinfo"
tag: "6.13.0"
tag: "6.14.0"
digest: ""
}
test: image: {