Skip to content

Commit

Permalink
Merge pull request #518 from CiraciNicolo/fix/capi-operator-subchart-fix
Browse files Browse the repository at this point in the history
[Bug] fix missing conditional for CAPI Operator dependencies
  • Loading branch information
salasberryfin authored May 10, 2024
2 parents 5a03bda + 821b0b7 commit 2c99afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ hack/crd/bases/*

# act
.secrets

# helm
**/Chart.lock
1 change: 1 addition & 0 deletions charts/rancher-turtles/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- name: cluster-api-operator
version: v0.10.1
repository: https://kubernetes-sigs.github.io/cluster-api-operator
condition: cluster-api-operator.enabled
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension
Expand Down

0 comments on commit 2c99afb

Please sign in to comment.