diff --git a/app-config/openshift/buildconfig.yaml b/app-config/openshift/buildconfig.yaml index 52dd8380..822050c0 100644 --- a/app-config/openshift/buildconfig.yaml +++ b/app-config/openshift/buildconfig.yaml @@ -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