diff --git a/stable/opencart/Chart.yaml b/stable/opencart/Chart.yaml index 2edf992151..bb7be1dfde 100644 --- a/stable/opencart/Chart.yaml +++ b/stable/opencart/Chart.yaml @@ -1,5 +1,5 @@ name: opencart -version: 0.4.3 +version: 0.4.4 description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. keywords: - opencart diff --git a/stable/opencart/values.yaml b/stable/opencart/values.yaml index 0543ff97e8..134dc7fc18 100644 --- a/stable/opencart/values.yaml +++ b/stable/opencart/values.yaml @@ -1,7 +1,7 @@ ## Bitnami OpenCart image version ## ref: https://hub.docker.com/r/bitnami/opencart/tags/ ## -image: bitnami/opencart:2.3.0.2-r13 +image: bitnami/opencart:2.3.0.2-r14 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'