Skip to content
Snippets Groups Projects
Commit 3e3732d7 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

Fix typo on image tag

parent 3dad4842
Branches
Tags v2.3.0
No related merge requests found
...@@ -108,7 +108,7 @@ objects: ...@@ -108,7 +108,7 @@ objects:
name: nginx name: nginx
command: command:
- ./run-nginx.sh - ./run-nginx.sh
image: gitlab-registry.cern.ch/webservices/discourse-cern:v2.3.0 image: gitlab-registry.cern.ch/webservices/discourse-cern:stable
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
...@@ -150,7 +150,7 @@ objects: ...@@ -150,7 +150,7 @@ objects:
timeoutSeconds: 10 timeoutSeconds: 10
- -
name: webapp name: webapp
image: gitlab-registry.cern.ch/webservices/discourse-cern:v2.3.0 image: gitlab-registry.cern.ch/webservices/discourse-cern:stable
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000
...@@ -340,7 +340,7 @@ objects: ...@@ -340,7 +340,7 @@ objects:
configMapKeyRef: configMapKeyRef:
key: LANG key: LANG
name: env-configmap name: env-configmap
image: gitlab-registry.cern.ch/webservices/discourse-cern:v2.3.0 image: gitlab-registry.cern.ch/webservices/discourse-cern:stable
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
...@@ -406,7 +406,7 @@ objects: ...@@ -406,7 +406,7 @@ objects:
configMapKeyRef: configMapKeyRef:
key: LANG key: LANG
name: env-configmap name: env-configmap
image: gitlab-registry.cern.ch/webservices/discourse-cern:v2.3.0 image: gitlab-registry.cern.ch/webservices/discourse-cern:stable
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
...@@ -454,7 +454,7 @@ objects: ...@@ -454,7 +454,7 @@ objects:
- "nginx" - "nginx"
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: discourse-cern:v2.3.0 name: discourse-cern:stable
namespace: openshift namespace: openshift
- kind: PersistentVolumeClaim - kind: PersistentVolumeClaim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment