Skip to content

Commit 9a99b2b

Browse files
authored
Upgrade base image to v8 with PHP 8.4
1 parent 46c1e75 commit 9a99b2b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

charts/php/Chart.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: php
33
description: A Helm Chart for a generic PHP application
44
icon: https://www.php.net/favicon-196x196.png
55
type: application
6-
version: 0.1.4
6+
version: 0.2.0
77
keywords:
88
- php
99
- apache
@@ -13,28 +13,27 @@ keywords:
1313
- yarn
1414
- composer
1515
home: https://github.com/Qonstrukt/helm-charts/tree/main/charts/php
16-
appVersion: "8.1-v6-apache"
16+
appVersion: "8.4-v8-apache"
1717
maintainers:
1818
- name: Stefan Moonen
1919
2020
url: https://qonstrukt.nl
2121
annotations:
2222
artifacthub.io/changes: |
23-
- Added icon to the chart
23+
- Upgrade base image to v8 with PHP 8.4
2424
artifacthub.io/images: |
25-
- name: PHP 8.0
26-
image: qonstrukt/php:8.0-v6-apache
25+
- name: PHP 8.2
26+
image: qonstrukt/php:8.2-v8-apache
2727
platforms:
2828
- linux/amd64
2929
- linux/arm64
30-
- name: PHP 8.1
31-
image: qonstrukt/php:8.1-v6-apache
30+
- name: PHP 8.3
31+
image: qonstrukt/php:8.3-v8-apache
3232
platforms:
3333
- linux/amd64
3434
- linux/arm64
35-
- name: PHP 8.2
36-
image: qonstrukt/php:8.2-v6-apache
35+
- name: PHP 8.4
36+
image: qonstrukt/php:8.4-v8-apache
3737
platforms:
3838
- linux/amd64
3939
- linux/arm64
40-

0 commit comments

Comments
 (0)