Skip to content

Commit 9cd7401

Browse files
tompizmorlachie83
authored andcommitted
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (helm#1214)
1 parent 5316b4e commit 9cd7401

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/opencart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: opencart
2-
version: 0.4.7
2+
version: 0.4.8
33
description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store.
44
keywords:
55
- opencart

stable/opencart/templates/deployment.yaml

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

stable/opencart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Bitnami OpenCart image version
22
## ref: https://hub.docker.com/r/bitnami/opencart/tags/
33
##
4-
image: bitnami/opencart:2.3.0.2-r17
4+
image: bitnami/opencart:2.3.0.2-r18
55

66
## Specify a imagePullPolicy
77
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)