Skip to content

Commit

Permalink
Update BOP manifest to include dependency support (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
byDimasik authored Sep 24, 2024
1 parent c87ae44 commit ecfb365
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/static/boundless-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ spec:
properties:
chart:
properties:
dependsOn:
items:
type: string
type: array
name:
type: string
repo:
Expand Down Expand Up @@ -142,6 +146,8 @@ spec:
TagSuffix is the value used to suffix the original tag
If Digest and NewTag is present an error is thrown
type: string
required:
- name
type: object
type: array
patches:
Expand Down Expand Up @@ -311,6 +317,10 @@ spec:
properties:
chart:
properties:
dependsOn:
items:
type: string
type: array
name:
type: string
repo:
Expand Down Expand Up @@ -384,6 +394,8 @@ spec:
TagSuffix is the value used to suffix the original tag
If Digest and NewTag is present an error is thrown
type: string
required:
- name
type: object
type: array
patches:
Expand Down Expand Up @@ -5734,6 +5746,8 @@ spec:
TagSuffix is the value used to suffix the original tag
If Digest and NewTag is present an error is thrown
type: string
required:
- name
type: object
type: array
patches:
Expand Down

0 comments on commit ecfb365

Please sign in to comment.