Skip to content

Commit

Permalink
build: deploy argo-controller with trust (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas authored Sep 15, 2023
1 parent 179213c commit 10035ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions releases/latest/beta/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ applications:
argo-controller:
charm: argo-controller
channel: latest/beta
trust: True
scale: 1
_github_repo_name: argo-operators
argo-server:
Expand Down
1 change: 1 addition & 0 deletions releases/latest/edge/bundle-airgap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ applications:
argo-controller:
charm: ./argo-controller_b59eaec.charm
scale: 1
trust: true
resources:
oci-image: 172.17.0.2:5000/argoproj/workflow-controller:v3.3.8
options:
Expand Down
1 change: 1 addition & 0 deletions releases/latest/edge/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ applications:
argo-controller:
charm: argo-controller
channel: latest/edge
trust: true
scale: 1
_github_repo_name: argo-operators
_github_repo_branch: main
Expand Down

0 comments on commit 10035ad

Please sign in to comment.