Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/phpipam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ name: phpipam
home: https://phpipam.net
sources:
- https://github.com/dreamcommerce/phpipam-helm
version: 1.0.3
version: 1.0.4
type: application
4 changes: 2 additions & 2 deletions charts/phpipam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phpipam

![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.3](https://img.shields.io/badge/AppVersion-1.7.3-informational?style=flat-square)
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.3](https://img.shields.io/badge/AppVersion-1.7.3-informational?style=flat-square)

phpipam is an open-source web IP address management application (IPAM)

Expand All @@ -24,7 +24,7 @@ phpipam is an open-source web IP address management application (IPAM)
| cron.resources.requests.memory | string | `"32Mi"` | |
| cron.scan_interval | string | `"1h"` | |
| database.image.pullPolicy | string | `"IfNotPresent"` | |
| database.image.repository | string | `"percona/percona-server"` | |
| database.image.repository | string | `"mysql"` | |
| database.image.tag | string | `"8.0.40"` | |
| database.installed | bool | `true` | |
| database.name | string | `"phpipam-db"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/phpipam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ database:
name: phpipam-db
installed: true
image:
repository: percona/percona-server
repository: mysql
pullPolicy: IfNotPresent
tag: "8.0.40"
service:
Expand Down