Skip to content

Commit

Permalink
Fix the image tags for the pulp instance (#1381)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
  • Loading branch information
harshad16 committed Nov 29, 2021
1 parent f67c2ae commit 7fd1fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulp/overlays/moc/smaug/opf-pulp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
ingress_type: Route
loadbalancer_port: 80
image_pull_policy: IfNotPresent
image_web: 'quay.io/pulp/pulp-web:stable'
image_web: 'quay.io/pulp/pulp-web'
file_storage_size: 50Gi
file_storage_storage_class: ocs-external-storagecluster-ceph-rbd
file_storage_access_mode: ReadWriteOnce
Expand All @@ -20,7 +20,7 @@ spec:
api:
log_level: INFO
replicas: 1
image: 'quay.io/pulp/pulp:stable'
image: 'quay.io/pulp/pulp'
loadbalancer_protocol: http
resource_manager:
replicas: 1
Expand Down

0 comments on commit 7fd1fbd

Please sign in to comment.