Skip to content

Commit

Permalink
fix catalogd/Tiltfile
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jan 7, 2025
1 parent a8f49d9 commit 599c532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalogd/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ if not os.path.exists('../tilt-support'):

load('../tilt-support/Tiltfile', 'deploy_repo')

repo = {
catalogd = {
'image': 'quay.io/operator-framework/catalogd',
'yaml': 'config/overlays/cert-manager',
'binaries': {
'manager': 'catalogd-controller-manager',
'catalogd': 'catalogd-controller-manager',
},
'starting_debug_port': 20000,
}

deploy_repo('catalogd', repo, '-tags containers_image_openpgp')
deploy_repo('catalogd', catalogd, '-tags containers_image_openpgp')

0 comments on commit 599c532

Please sign in to comment.