Skip to content

Commit

Permalink
Merge pull request #52 from djzager/drop-wd-inputs
Browse files Browse the repository at this point in the history
🌱 limit bundle workflow dispatch inputs
  • Loading branch information
shawn-hurley authored Jul 5, 2024
2 parents fad66b7 + 4c06420 commit 33b3afe
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .github/workflows/global-ci-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,47 +109,7 @@ on:
description: image uri for operator-bundle (ie. quay.io/<namespace>/<image-name>:<tag>). Must be pullable.
type: string
required: false
default: ""
oauth_proxy:
description: image uri for oauth_proxy (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
tackle_hub:
description: image uri for tackle-hub (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
tackle_postgres:
description: image uri for tackle-postgres (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
keycloak_sso:
description: image uri for keycloak_sso image (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
keycloak_init:
description: image uri for keycloak_init image (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
tackle_ui:
description: image uri for tackle-ui (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
addon_analyzer:
description: image uri for analyzer addon (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
addon_discovery:
description: image uri for discovery addon (ie. quay.io/<namespace>/<image-name>:<tag>)
type: string
required: false
default: ""
default: "quay.io/konveyor/tackle2-operator-bundle:latest"
namespace:
description: |
Namespace for the konveyor install.
Expand Down

0 comments on commit 33b3afe

Please sign in to comment.