diff --git a/charts/phpipam/Chart.yaml b/charts/phpipam/Chart.yaml index ecb050c..40783f0 100644 --- a/charts/phpipam/Chart.yaml +++ b/charts/phpipam/Chart.yaml @@ -5,5 +5,5 @@ name: phpipam home: https://phpipam.net sources: - https://github.com/dreamcommerce/phpipam-helm -version: 1.0.9 +version: 1.0.10 type: application diff --git a/charts/phpipam/README.md b/charts/phpipam/README.md index dc6b538..0c2b77f 100644 --- a/charts/phpipam/README.md +++ b/charts/phpipam/README.md @@ -1,6 +1,6 @@ # phpipam -![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-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.10](https://img.shields.io/badge/Version-1.0.10-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) @@ -54,6 +54,7 @@ phpipam is an open-source web IP address management application (IPAM) | phpipam.resources.limits.memory | string | `"2048Mi"` | | | phpipam.resources.requests.cpu | string | `"50m"` | | | phpipam.resources.requests.memory | string | `"32Mi"` | | +| phpipam.service.annotations | object | `{}` | | | phpipam.service.port | int | `80` | | | phpipam.service.type | string | `"ClusterIP"` | | | phpipam.widgets | object | `{}` | | diff --git a/charts/phpipam/templates/deployment.yaml b/charts/phpipam/templates/deployment.yaml index 5f465c1..637cdcb 100644 --- a/charts/phpipam/templates/deployment.yaml +++ b/charts/phpipam/templates/deployment.yaml @@ -44,6 +44,10 @@ spec: successThreshold: 1 timeoutSeconds: 5 env: + - name: "IPAM_DISABLE_INSTALLER" + value: {{ .Values.global.installer | default "false" }} + - name: "IPAM_TRUST_X_FORWARDED" + value: {{ .Values.phpipam.xforwarded | default "false" }} - name: "IPAM_DATABASE_HOST" value: {{ .Values.database.name }} - name: "IPAM_DATABASE_USER" @@ -116,8 +120,6 @@ spec: - name: {{ .Values.cron.name }} image: "{{ .Values.cron.image.repository }}:{{ .Values.cron.image.tag | default .Chart.AppVersion }}" env: - - name: "IPAM_DISABLE_INSTALLER" - value: {{ .Values.global.installer | default "false" }} - name: "IPAM_DATABASE_HOST" value: {{ .Values.database.name }} - name: "IPAM_DATABASE_USER" @@ -128,8 +130,6 @@ spec: value: "%" - name: "SCAN_INTERVAL" value: {{ .Values.cron.scan_interval }} - - name: "IPAM_TRUST_X_FORWARDED" - value: {{ .Values.phpipam.xforwarded | default "false" }} - name: "IPAM_DATABASE_PASS" valueFrom: secretKeyRef: diff --git a/charts/phpipam/templates/service.yaml b/charts/phpipam/templates/service.yaml index e4f71f0..017283c 100644 --- a/charts/phpipam/templates/service.yaml +++ b/charts/phpipam/templates/service.yaml @@ -5,6 +5,10 @@ apiVersion: v1 metadata: name: {{ .Values.database.name }} namespace: {{ .Release.Namespace }} + annotations: + {{ if .Values.phpipam.service.annotations }} + {{ toYaml .Values.phpipam.service.annotations | nindent 4 }} + {{ end }} labels: app: {{ .Chart.Name }} component: mysql diff --git a/charts/phpipam/values.yaml b/charts/phpipam/values.yaml index a2b443b..a13ccf1 100644 --- a/charts/phpipam/values.yaml +++ b/charts/phpipam/values.yaml @@ -14,6 +14,7 @@ phpipam: tag: "v1.7.3" replicaCount: 1 service: + annotations: {} type: ClusterIP port: 80 resources: diff --git a/index.yaml b/index.yaml index f9c42a5..56dd9d5 100644 --- a/index.yaml +++ b/index.yaml @@ -3,7 +3,20 @@ entries: phpipam: - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.680234554Z" + created: "2025-02-25T12:36:34.867325922Z" + description: phpipam is an open-source web IP address management application (IPAM) + digest: 6a6ad387cc52def339889488884a1afb576d975830c9bcd267821c78fc005199 + home: https://phpipam.net + name: phpipam + sources: + - https://github.com/dreamcommerce/phpipam-helm + type: application + urls: + - https://dreamcommerce.github.io/phpipam-helm/packages/phpipam-1.0.10.tgz + version: 1.0.10 + - apiVersion: v2 + appVersion: 1.7.3 + created: "2025-02-25T12:36:34.871106894Z" description: phpipam is an open-source web IP address management application (IPAM) digest: d49e4cb83dd417d5eb74250380684bfaca9de8af74b96d72c7ef5292e4b63ded home: https://phpipam.net @@ -16,7 +29,7 @@ entries: version: 1.0.9 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.67934565Z" + created: "2025-02-25T12:36:34.870549347Z" description: phpipam is an open-source web IP address management application (IPAM) digest: 0816a0f084c3c6844062bda178cc44983f9c7b2f6f2f673e794dc4ac49177199 home: https://phpipam.net @@ -29,7 +42,7 @@ entries: version: 1.0.8 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.678969857Z" + created: "2025-02-25T12:36:34.869585983Z" description: phpipam is an open-source web IP address management application (IPAM) digest: e0d269d6069b70392404b6a0c7646df2e8f4bfb7a85185f58252353e6fc8a93d home: https://phpipam.net @@ -42,7 +55,7 @@ entries: version: 1.0.7 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.678598602Z" + created: "2025-02-25T12:36:34.869184161Z" description: phpipam is an open-source web IP address management application (IPAM) digest: e94a13f53d1e7081966c9ed6031abb72de6a3900714a3e6ad9536481ff2142b4 home: https://phpipam.net @@ -55,7 +68,7 @@ entries: version: 1.0.6 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.678247194Z" + created: "2025-02-25T12:36:34.868824408Z" description: phpipam is an open-source web IP address management application (IPAM) digest: 2ef44eeec1e3ea1d16c65e59cfea314e137668268780058487e30b0932ec5860 home: https://phpipam.net @@ -68,7 +81,7 @@ entries: version: 1.0.5 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.677875117Z" + created: "2025-02-25T12:36:34.8684569Z" description: phpipam is an open-source web IP address management application (IPAM) digest: 4dd9b64605cc25681527bc6c94ca8117774ea2eef0eeddba35a3dc6dfeecafc5 home: https://phpipam.net @@ -81,7 +94,7 @@ entries: version: 1.0.4 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.677505876Z" + created: "2025-02-25T12:36:34.868090463Z" description: phpipam is an open-source web IP address management application (IPAM) digest: 96087eb5d6edcb7ea28935a0a26c96343d15403ca849e4aa0cbcc6b9bcf4f7a9 home: https://phpipam.net @@ -94,7 +107,7 @@ entries: version: 1.0.3 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.677097822Z" + created: "2025-02-25T12:36:34.867728465Z" description: phpipam is an open-source web IP address management application (IPAM) digest: 0ea462d3894964aa0072a6e2c4f8a781535da8264ec8af2865dcd78535ee6aa8 home: https://phpipam.net @@ -107,7 +120,7 @@ entries: version: 1.0.2 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.67673325Z" + created: "2025-02-25T12:36:34.866901808Z" description: phpipam is an open-source web IP address management application (IPAM) digest: ac6e7cd6635ca04809b8599e81e299a4d90c636677bd3c913b4321b1e8cb0b68 home: https://phpipam.net @@ -120,7 +133,7 @@ entries: version: 1.0.1 - apiVersion: v2 appVersion: 1.7.3 - created: "2025-02-25T12:21:28.676355002Z" + created: "2025-02-25T12:36:34.866526415Z" description: phpipam is an open-source web IP address management application (IPAM) digest: f5340a1b3d9683ab86efceb9a9bd803aca5f95ec2c77bbd7b7daf570478c4013 home: https://phpipam.net @@ -131,4 +144,4 @@ entries: urls: - https://dreamcommerce.github.io/phpipam-helm/packages/phpipam-1.0.0.tgz version: 1.0.0 -generated: "2025-02-25T12:21:28.675820341Z" +generated: "2025-02-25T12:36:34.865982707Z" diff --git a/packages/phpipam-1.0.10.tgz b/packages/phpipam-1.0.10.tgz new file mode 100644 index 0000000..54d1e33 Binary files /dev/null and b/packages/phpipam-1.0.10.tgz differ