Browse Source

Update latest image streams for v3.6

Scott Dodson 7 years ago
parent
commit
500a1dc378
18 changed files with 18 additions and 18 deletions
  1. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mariadb-ephemeral-template.json
  2. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mariadb-persistent-template.json
  3. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mongodb-ephemeral-template.json
  4. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mongodb-persistent-template.json
  5. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mysql-ephemeral-template.json
  6. 1 1
      roles/openshift_examples/files/examples/v3.6/db-templates/mysql-persistent-template.json
  7. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/cakephp-mysql-persistent.json
  8. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/cakephp-mysql.json
  9. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/dancer-mysql-persistent.json
  10. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/dancer-mysql.json
  11. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql-persistent.json
  12. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
  13. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/dotnet-example.json
  14. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/httpd.json
  15. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/nodejs-mongodb-persistent.json
  16. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/nodejs-mongodb.json
  17. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/rails-postgresql-persistent.json
  18. 1 1
      roles/openshift_examples/files/examples/v3.6/quickstart-templates/rails-postgresql.json

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mariadb-ephemeral-template.json

@@ -27,7 +27,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-root-password": "{.data['database-root-password']}"
+          "template.openshift.io/expose-root_password": "{.data['database-root-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mariadb-persistent-template.json

@@ -27,7 +27,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-root-password": "{.data['database-root-password']}"
+          "template.openshift.io/expose-root_password": "{.data['database-root-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mongodb-ephemeral-template.json

@@ -28,7 +28,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-admin-password": "{.data['database-admin-password']}"
+          "template.openshift.io/expose-admin_password": "{.data['database-admin-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mongodb-persistent-template.json

@@ -28,7 +28,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-admin-password": "{.data['database-admin-password']}"
+          "template.openshift.io/expose-admin_password": "{.data['database-admin-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mysql-ephemeral-template.json

@@ -27,7 +27,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-root-password": "{.data['database-root-password']}"
+          "template.openshift.io/expose-root_password": "{.data['database-root-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/db-templates/mysql-persistent-template.json

@@ -27,7 +27,7 @@
         "annotations": {
           "template.openshift.io/expose-username": "{.data['database-user']}",
           "template.openshift.io/expose-password": "{.data['database-password']}",
-          "template.openshift.io/expose-root-password": "{.data['database-root-password']}"
+          "template.openshift.io/expose-root_password": "{.data['database-root-password']}"
         }
       },
       "stringData" : {

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/cakephp-mysql-persistent.json

@@ -513,7 +513,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/cakephp-mysql.json

@@ -487,7 +487,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/dancer-mysql-persistent.json

@@ -478,7 +478,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/dancer-mysql.json

@@ -452,7 +452,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql-persistent.json

@@ -482,7 +482,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json

@@ -456,7 +456,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/dotnet-example.json

@@ -4,7 +4,7 @@
     "metadata": {
         "name": "dotnet-example",
         "annotations": {
-            "openshift.io/display-name": ".NET Core",
+            "openshift.io/display-name": ".NET Core Example",
             "description": "An example .NET Core application.",
             "tags": "quickstart,dotnet,.net",
             "iconClass": "icon-dotnet",

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/httpd.json

@@ -259,7 +259,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/nodejs-mongodb-persistent.json

@@ -494,7 +494,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/nodejs-mongodb.json

@@ -470,7 +470,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/rails-postgresql-persistent.json

@@ -533,7 +533,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },

+ 1 - 1
roles/openshift_examples/files/examples/v3.6/quickstart-templates/rails-postgresql.json

@@ -507,7 +507,7 @@
     {
       "name": "GITHUB_WEBHOOK_SECRET",
       "displayName": "GitHub Webhook Secret",
-      "description": "A secret string used to configure the GitHub webhook.",
+      "description": "Github trigger secret.  A difficult to guess string encoded as part of the webhook URL.  Not encrypted.",
       "generate": "expression",
       "from": "[a-zA-Z0-9]{40}"
     },