Skip to content

Commit a30fa32

Browse files
authored
Merge pull request #500 from stefanprodan/release-6.14.0
Release 6.14.0
2 parents 5b28353 + e92ae0e commit a30fa32

17 files changed

Lines changed: 21 additions & 21 deletions

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.13.0
3-
appVersion: 6.13.0
2+
version: 6.14.0
3+
appVersion: 6.14.0
44
name: podinfo
55
description: Podinfo Helm chart for Kubernetes
66
home: https://github.com/stefanprodan/podinfo

charts/podinfo/values-prod.yaml

Lines changed: 2 additions & 2 deletions
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.13.0
11+
tag: 6.14.0
1212
pullPolicy: IfNotPresent
1313

1414
ui:
@@ -96,7 +96,7 @@ cache: ""
9696
redis:
9797
enabled: true
9898
repository: redis
99-
tag: 8.6.3
99+
tag: 8.8.0
100100

101101
serviceAccount:
102102
# Specifies whether a service account should be created

charts/podinfo/values.yaml

Lines changed: 2 additions & 2 deletions
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.13.0
11+
tag: 6.14.0
1212
pullPolicy: IfNotPresent
1313
pullSecrets: []
1414

@@ -171,7 +171,7 @@ cache: ""
171171
redis:
172172
enabled: false
173173
repository: docker.io/redis
174-
tag: 8.6.3
174+
tag: 8.8.0
175175
imagePullSecrets: []
176176

177177
serviceAccount:

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.13.0
26+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- name: http

deploy/bases/cache/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: redis
16-
image: docker.io/redis:8.6.3
16+
image: docker.io/redis:8.8.0
1717
imagePullPolicy: IfNotPresent
1818
command:
1919
- redis-server

deploy/bases/database/cronjob-backup-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Never
2424
containers:
2525
- name: backup
26-
image: ghcr.io/stefanprodan/podinfo:6.13.0
26+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/sh

deploy/bases/database/cronjob-rollup-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: OnFailure
2424
containers:
2525
- name: healthcheck
26-
image: ghcr.io/stefanprodan/podinfo:6.13.0
26+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/sh

deploy/bases/database/cronjob-rollup-weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: OnFailure
2424
containers:
2525
- name: healthcheck
26-
image: ghcr.io/stefanprodan/podinfo:6.13.0
26+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/sh

deploy/bases/database/deployment-replica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccountName: database
2626
containers:
2727
- name: database
28-
image: ghcr.io/stefanprodan/podinfo:6.13.0
28+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2929
imagePullPolicy: IfNotPresent
3030
ports:
3131
- name: db

deploy/bases/database/statefulset-primary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: database
2323
containers:
2424
- name: database
25-
image: ghcr.io/stefanprodan/podinfo:6.13.0
25+
image: ghcr.io/stefanprodan/podinfo:6.14.0
2626
imagePullPolicy: IfNotPresent
2727
ports:
2828
- name: db

0 commit comments

Comments
 (0)