From 38719e77cb22d5abc6b94badd3d2f415a0c4c4d3 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sat, 14 Dec 2019 02:36:41 +0100 Subject: [PATCH] Name change --- .env | 4 ++-- api/helm/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 48cea8f4..6a8007e6 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ ################################################## # The shortcode for this component, should be a small set of letters reprecentint the application -APP_NAME=pc +APP_NAME=bc # The Full title of the application APP_TITLE=Proto Component # The current version of the application @@ -60,7 +60,7 @@ APP_REPRO=https://github.com/ConductionNL/Proto-component-commonground ################################################## CONTAINER_REGISTRY_BASE=docker.io/conduction -CONTAINER_PROJECT_NAME=pc +CONTAINER_PROJECT_NAME=bc # The repository for the primary (php) container of this project CONTAINER_REPRO=https://hub.docker.com/repository/docker/conduction/pc-php diff --git a/api/helm/values.yaml b/api/helm/values.yaml index 37d92376..b8ef2014 100644 --- a/api/helm/values.yaml +++ b/api/helm/values.yaml @@ -4,8 +4,8 @@ settings: registryBase: docker.io/conduction - projectName: pc - name: pc + projectName: bc + name: bc title: Proto Component version: V.0.1 description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''