From 62a5a94ff02a8275f56180e26c91f0e9b203ad10 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 30 Jul 2020 16:46:59 +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 8576ce7..ca8adc7 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 393937f76233bde90e1760b03e5c2fc415871671 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 30 Jul 2020 16:47:26 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95bffbd..3b00322 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 -- GitLab