summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-24 08:13:15 -0400
committerGitHub <noreply@github.com>2017-08-24 08:13:15 -0400
commitfd31f32f484e922e06cb58d582a6490223fc039b (patch)
tree1705cd1aad3aa3e3686090b403f81c7e84ef28e1 /roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json
parentb872f49ea3c08be7ba73ba765006e871fc8bd88f (diff)
parent3566d5cf07459dec226be2b4ec2fabe1d5df790f (diff)
downloadopenshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.gz
openshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.bz2
openshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.xz
openshift-fd31f32f484e922e06cb58d582a6490223fc039b.zip
Merge pull request #5161 from sdodson/image-stream-sync
Sync latest image stream and templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json
index a2b59c2d3..c83132152 100644
--- a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json
+++ b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/dotnet-pgsql-persistent.json
@@ -455,7 +455,7 @@
"displayName": ".NET builder",
"required": true,
"description": "The image stream tag which is used to build the code.",
- "value": "dotnet:1.1"
+ "value": "dotnet:2.0"
},
{
"name": "NAMESPACE",
@@ -475,7 +475,7 @@
"name": "SOURCE_REPOSITORY_REF",
"displayName": "Git Reference",
"description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch.",
- "value": "rel/1.1-example"
+ "value": "rel/2.0-example"
},
{
"name": "CONTEXT_DIR",
@@ -485,7 +485,7 @@
{
"name": "DOTNET_STARTUP_PROJECT",
"displayName": "Startup Project",
- "description": "Set this to the folder containing your startup project.",
+ "description": "Set this to a project file (e.g. csproj) or a folder containing a single project file.",
"value": "samples/MusicStore"
},
{