From 16d3a7693cd0208d58c286a5f6a1377b535c77ea Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 30 Jul 2020 16:43:55 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 957e87b..4f8a9ba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [MariaDB documentation](https://mariadb.org/documentation/) provides an intr ## Usage -The values-ironbank.yaml file located [here](https://repo1.dsop.io/dsop/charts/-/tree/master/stable) provides a recommended secure configuration of MariaDB and can replace the values.yaml in the standard Helm chart (also provided in this repository). Please see the following links for more information regarding configration options for production-ready deployments. +The values-ironbank.yaml file located [here](https://repo1.dsop.io/dsop/charts/-/tree/master/bitnami/mariadb) provides a recommended secure configuration of MariaDB and can replace the values.yaml in the standard Helm chart (also provided in this repository). Please see the following links for more information regarding configration options for production-ready deployments. ## Volumes -- GitLab From d3269a6d6bde817c193a0e7e15c493c742622a21 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 30 Jul 2020 16:44:18 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a89fd9c..0bd97a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io +ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab