diff --git a/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml b/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml index f97a0209a1..8f50dcaf2f 100644 --- a/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml +++ b/roles/openshift-apps/accountsystem/templates/buildconfig_caiapi.yml @@ -8,7 +8,7 @@ spec: runPolicy: Serial source: git: - url: https://github.com/fedora-infra/noggin.git + uri: https://github.com/fedora-infra/noggin.git ref: {{ env }} contextDir: CAIAPI strategy: @@ -19,4 +19,4 @@ spec: output: to: kind: ImageStreamTag - name: caiapi + name: caiapi:latest