Skip to content

Commit

Permalink
feat: remove ms operator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Nov 26, 2024
1 parent 0a7e6b7 commit 15d5a54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ dependencies:
- name: onecx-product-store-mfe-operator
repository: oci://ghcr.io/onecx/charts
version: 1.3.0-rc.3
- name: onecx-product-store-ms-operator
repository: oci://ghcr.io/onecx/charts
version: 1.3.0-rc.3
- name: onecx-product-store-ui
repository: oci://ghcr.io/onecx/charts
version: 1.3.0
digest: sha256:2db7770174ba9d165ec2229eab4b71605b58de0fca81f3eadc5cc9a4c6cdf732
generated: "2024-11-25T14:16:42.679525096Z"
digest: sha256:539588dd21efe51a7a0e35d51645ec32bb05f88494b08a3f3ced10b6f8f7e576
generated: "2024-11-26T13:51:44.472849803+01:00"
5 changes: 0 additions & 5 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ dependencies:
repository: oci://ghcr.io/onecx/charts
condition: "deployment.mfeOperator"
alias: "mfeOperator"
- name: onecx-product-store-ms-operator
version: "*-0"
repository: oci://ghcr.io/onecx/charts
condition: "deployment.msOperator"
alias: "msOperator"
- name: onecx-product-store-ui
version: "*-0"
repository: oci://ghcr.io/onecx/charts
Expand Down
1 change: 0 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ deployment:
ui: true
operator: true
mfeOperator: true
msOperator: true

product:
info:
Expand Down

0 comments on commit 15d5a54

Please sign in to comment.