Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1206)

This commit is contained in:
tompizmor
2017-06-06 17:06:29 -07:00
committed by Lachlan Evenson
parent d6707ea6ef
commit 4003d62da9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: testlink
version: 0.4.8
version: 0.4.9
description: Web-based test management system that facilitates software quality assurance.
icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png
keywords:
+1 -1
View File
@@ -21,7 +21,7 @@ spec:
env:
- name: MARIADB_HOST
value: {{ template "mariadb.fullname" . }}
- name: MARIADB_PORT
- name: MARIADB_PORT_NUMBER
value: "3306"
- name: MARIADB_PASSWORD
valueFrom:
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami TestLink image version
## ref: https://hub.docker.com/r/bitnami/testlink/tags/
##
image: bitnami/testlink:1.9.16-r5
image: bitnami/testlink:1.9.16-r6
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'