Skip to content

Commit

Permalink
openshift: Fix docker image names
Browse files Browse the repository at this point in the history
The docker image names were renamed 4 months ago to 'faf' and 'faf-db'.

Fixes #944
  • Loading branch information
mkutlak authored and xsuchy committed Sep 24, 2020
1 parent a96baf1 commit b2e0ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions container/openshift/faf-database-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ objects:
metadata:
name: ${DB_SERVICE_NAME}
spec:
dockerImageRepository: abrt/postgres-semver
dockerImageRepository: abrt/faf-db
status:
dockerImageRepository: abrt/postgres-semver
dockerImageRepository: abrt/faf-db

- apiVersion: v1
kind: PersistentVolumeClaim
Expand Down Expand Up @@ -108,7 +108,7 @@ objects:
spec:
containers:
- name: ${DB_SERVICE_NAME}
image: abrt/postgres-semver:latest
image: abrt/faf-db:latest
imagePullPolicy: IfNotPresent
env:
- name: POSTGRESQL_ADMIN_PASSWORD
Expand Down
6 changes: 3 additions & 3 deletions container/openshift/faf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ objects:
metadata:
name: ${FAF_SERVICE_NAME}
spec:
dockerImageRepository: abrt/faf-image
dockerImageRepository: abrt/faf
status:
dockerImageRepository: abrt/faf-image
dockerImageRepository: abrt/faf

- apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -84,7 +84,7 @@ objects:
spec:
containers:
- name: ${FAF_SERVICE_NAME}
image: abrt/faf-image:latest
image: abrt/faf:latest
env:
- name: PGUSER
valueFrom:
Expand Down

0 comments on commit b2e0ddc

Please sign in to comment.