Update the nginx version to 1.18
This commit is contained in:
parent
fd49deaca0
commit
6178fc3c15
1 changed files with 1 additions and 36 deletions
|
|
@ -37,7 +37,7 @@
|
|||
sourceStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: 'nginx:1.12'
|
||||
name: 'nginx:1.18-ubi8'
|
||||
namespace: openshift
|
||||
type: Source
|
||||
triggers:
|
||||
|
|
@ -49,41 +49,6 @@
|
|||
name: gitlab-cara-webhook-secret
|
||||
type: Generic
|
||||
nodeSelector: null
|
||||
-
|
||||
kind: BuildConfig
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: cara-webservice
|
||||
labels:
|
||||
template: "cara-application"
|
||||
spec:
|
||||
source:
|
||||
type: Git
|
||||
git:
|
||||
ref: ${GIT_BRANCH}
|
||||
uri: ${GIT_REPO}
|
||||
sourceSecret:
|
||||
name: sshdeploykey
|
||||
postCommit: {}
|
||||
resources: {}
|
||||
runPolicy: Serial
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
name: 'cara-webservice:latest'
|
||||
strategy:
|
||||
sourceStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: 'python:3.6'
|
||||
namespace: openshift
|
||||
type: Source
|
||||
triggers:
|
||||
- generic:
|
||||
secretReference:
|
||||
name: gitlab-cara-webhook-secret
|
||||
type: Generic
|
||||
nodeSelector: null
|
||||
parameters:
|
||||
- name: GIT_REPO
|
||||
description: The GIT repo URL
|
||||
|
|
|
|||
Loading…
Reference in a new issue