Skip to content

Commit a265b50

Browse files
tompizmorlachie83
authored andcommitted
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (helm#1215)
1 parent 2f8c7de commit a265b50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/orangehrm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: orangehrm
2-
version: 0.4.7
2+
version: 0.4.8
33
description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business.
44
keywords:
55
- orangehrm

stable/orangehrm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
env:
2121
- name: MARIADB_HOST
2222
value: {{ template "mariadb.fullname" . }}
23-
- name: MARIADB_PORT
23+
- name: MARIADB_PORT_NUMBER
2424
value: "3306"
2525
- name: MARIADB_PASSWORD
2626
valueFrom:

stable/orangehrm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami OrangeHRM image version
22
## ref: https://hub.docker.com/r/bitnami/orangehrm/tags/
33
##
4-
image: bitnami/orangehrm:3.3.3-r12
4+
image: bitnami/orangehrm:3.3.3-r13
55

66
## Specify a imagePullPolicy
77
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)