-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdownstream.patch
30 lines (28 loc) · 1002 Bytes
/
downstream.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/apb.yml b/apb.yml
index 22dacbc..8c2dba6 100644
--- a/apb.yml
+++ b/apb.yml
@@ -14,7 +14,7 @@ metadata:
console.openshift.io/iconClass: icon-mysql-database
documentationUrl: "https://github.com/sclorg/mysql-container/"
dependencies:
- - 'docker.io/centos/mysql-57-centos7'
+ - 'registry.redhat.io/rhscl/mysql-57-rhel7'
providerDisplayName: "Red Hat, Inc."
plans:
- name: dev
diff --git a/defaults/main.yml b/defaults/main.yml
index c95a661..566895f 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -6,9 +6,9 @@ _apb_service_class_id: 0
_apb_service_instance_id: 0
app_name: "mysql-{{ _apb_service_instance_id }}"
-registry_url: docker.io
-registry_org: centos
-image_version: centos7
+registry_url: registry.redhat.io
+registry_org: rhscl
+image_version: rhel7
app_image: "{{ registry_url }}/{{ registry_org }}/mysql-{{ mysql_version | replace('.', '')}}-{{ image_version }}"
namespace: "{{ lookup('env','NAMESPACE') | default('mediawiki', true) }}"