Merge branch 'feature/update-nginx' into 'master'

Update the nginx version to 1.18

See merge request cara/cara!248
This commit is contained in:
Andre Henriques 2021-08-31 09:19:58 +02:00
commit 3f38897099

View file

@ -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