From ce72a7d58f2835a2d0f18a374ad16a8db82206de Mon Sep 17 00:00:00 2001 From: "Javier J. Salmeron Garcia" Date: Tue, 24 Jul 2018 15:48:25 +0200 Subject: [PATCH 1/3] Adapt apache chart to non-root --- bitnami/apache/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/apache/templates/deployment.yaml b/bitnami/apache/templates/deployment.yaml index 5ddd442ad..ac046b747 100644 --- a/bitnami/apache/templates/deployment.yaml +++ b/bitnami/apache/templates/deployment.yaml @@ -29,9 +29,9 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy | quote }} ports: - name: http - containerPort: 80 + containerPort: 8080 - name: https - containerPort: 443 + containerPort: 8443 livenessProbe: httpGet: path: / From 302028c1118c3a3b910bcafa8f2589d40bd53e4e Mon Sep 17 00:00:00 2001 From: "Javier J. Salmeron Garcia" Date: Tue, 24 Jul 2018 15:49:03 +0200 Subject: [PATCH 2/3] Bump chart version --- bitnami/apache/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 518bee74e..c55523355 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,5 +1,5 @@ name: apache -version: 0.3.14 +version: 0.3.15 appVersion: 2.4.34 description: Chart for Apache HTTP Server keywords: From 0edf8e89cee9a2bc3c1b78c090fa1db752e00984 Mon Sep 17 00:00:00 2001 From: "Javier J. Salmeron Garcia" Date: Tue, 24 Jul 2018 15:59:24 +0200 Subject: [PATCH 3/3] Bump major version --- bitnami/apache/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index c55523355..2e1d2001f 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,5 +1,5 @@ name: apache -version: 0.3.15 +version: 1.0.0 appVersion: 2.4.34 description: Chart for Apache HTTP Server keywords: