From ee0588f6e3100c970db1b006cc973bcbc2fcb262 Mon Sep 17 00:00:00 2001 From: Robert Zondervan Date: Mon, 13 Jan 2020 12:53:42 +0100 Subject: [PATCH 1/2] MySQL to 5.7 --- api/helm/values.yaml | 2 +- api/public/schema/publiccode.yaml | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/helm/values.yaml b/api/helm/values.yaml index 4ebf495f..36ca75cf 100644 --- a/api/helm/values.yaml +++ b/api/helm/values.yaml @@ -28,7 +28,7 @@ settings: debug: 1 replicaCount: 1 corsAllowOrigin: ['*'] - trustedHosts: '^(.+\.)?conduction\.nl$|^(.+\.)?vng\.cloud$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.dev$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost' + trustedHosts: '^(.+\.)?conduction\.nl$|^(.+\.)?huwelijksplanner\.online$|^(.+\.)?larping\.eu$|^(.+\.)?common-ground\.dev$|^(.+\.)?trouwplanner\.online$|^(.+\.)?zaakonline\.nl$|localhost' pullPolicy: Always # You will need these proxies on kubernetes trustedProxies: diff --git a/api/public/schema/publiccode.yaml b/api/public/schema/publiccode.yaml index 66f44a92..0a500f1a 100644 --- a/api/public/schema/publiccode.yaml +++ b/api/public/schema/publiccode.yaml @@ -6,7 +6,7 @@ url: "https://github.com/ConductionNL/Proto-component-commonground" landingURL: "pc.zaakonline.nl" isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git" softwareVersion: "V.0.1" -releaseDate: "2020-01-01" +releaseDate: "2020-06-01" logo: pc.zaakonline.nl monochromeLogo: img/logo-mono.svg diff --git a/docker-compose.yml b/docker-compose.yml index c6f6b218..5492edfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -180,7 +180,7 @@ services: # - db-data:/var/lib/postgresql/data:rw db: - image: mysql:5.6 + image: mysql:5.7 restart: always environment: - MYSQL_ROOT_PASSWORD=example From 79e1f36028ca307441f043b4a286947f72eaf5d5 Mon Sep 17 00:00:00 2001 From: Robert Zondervan Date: Tue, 21 Jan 2020 10:14:20 +0100 Subject: [PATCH 2/2] Created symlinks for openapi and publiccode --- openapi.yaml | 1 + publiccode.yaml | 1 + 2 files changed, 2 insertions(+) create mode 120000 openapi.yaml create mode 120000 publiccode.yaml diff --git a/openapi.yaml b/openapi.yaml new file mode 120000 index 00000000..f23a4951 --- /dev/null +++ b/openapi.yaml @@ -0,0 +1 @@ +api/public/schema/openapi.yaml \ No newline at end of file diff --git a/publiccode.yaml b/publiccode.yaml new file mode 120000 index 00000000..81a2ac2e --- /dev/null +++ b/publiccode.yaml @@ -0,0 +1 @@ +api/public/schema/publiccode.yaml \ No newline at end of file