File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: php
3
3
description : A Helm Chart for a generic PHP application
4
4
icon : https://www.php.net/favicon-196x196.png
5
5
type : application
6
- version : 0.1.4
6
+ version : 0.2.0
7
7
keywords :
8
8
- php
9
9
- apache
@@ -13,28 +13,27 @@ keywords:
13
13
- yarn
14
14
- composer
15
15
home : https://github.com/Qonstrukt/helm-charts/tree/main/charts/php
16
- appVersion : " 8.1-v6 -apache"
16
+ appVersion : " 8.4-v8 -apache"
17
17
maintainers :
18
18
- name : Stefan Moonen
19
19
20
20
url : https://qonstrukt.nl
21
21
annotations :
22
22
artifacthub.io/changes : |
23
- - Added icon to the chart
23
+ - Upgrade base image to v8 with PHP 8.4
24
24
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
27
27
platforms:
28
28
- linux/amd64
29
29
- 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
32
32
platforms:
33
33
- linux/amd64
34
34
- 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
37
37
platforms:
38
38
- linux/amd64
39
39
- linux/arm64
40
-
You can’t perform that action at this time.
0 commit comments