Skip to content

Commit

Permalink
Merge pull request #890 from anmazzotti/remove_elemental_provider
Browse files Browse the repository at this point in the history
Remove Elemental from supported providers list
  • Loading branch information
alexander-demicev authored Dec 2, 2024
2 parents ea62861 + 49fa037 commit 33f0261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions internal/controllers/clusterctl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ data:
- name: "vsphere"
url: "https://github.com/rancher-sandbox/cluster-api-provider-vsphere/releases/v1.11.2/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "elemental"
url: "https://github.com/rancher-sandbox/cluster-api-provider-elemental/releases/v0.7.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "docker"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/infrastructure-components-development.yaml"
type: "InfrastructureProvider"
Expand Down
19 changes: 0 additions & 19 deletions updatecli/updatecli.d/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ sources:
username: '{{ requiredEnv "UPDATECLI_GITHUB_ACTOR" }}'
typeFilter:
latest: true
capielementalrelease:
kind: githubrelease
name: Get the latest CAPI Elemental infrastructure provider release
spec:
owner: "rancher-sandbox"
repository: "cluster-api-provider-elemental"
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
username: '{{ requiredEnv "UPDATECLI_GITHUB_ACTOR" }}'
typeFilter:
latest: true
capifleetrelease:
kind: githubrelease
name: Get the latest CAPI add-on provider Fleet release
Expand Down Expand Up @@ -161,15 +151,6 @@ targets:
replacepattern: 'https://github.com/rancher-sandbox/cluster-api-provider-vsphere/releases/{{ source "capvrelease" }}/'
scmid: turtles
sourceid: capvrelease # Will be ignored as `replacepattern` is specified
bumpcapielemental:
name: bump capi elemental provider
kind: file
spec:
file: ./internal/controllers/clusterctl/config.yaml
matchpattern: 'https://github.com/rancher-sandbox/cluster-api-provider-elemental/releases/(.*)/'
replacepattern: 'https://github.com/rancher-sandbox/cluster-api-provider-elemental/releases/{{ source "capielementalrelease" }}/'
scmid: turtles
sourceid: capielementalrelease # Will be ignored as `replacepattern` is specified
bumpcapifleet:
name: bump capi fleet addon provider
kind: file
Expand Down

0 comments on commit 33f0261

Please sign in to comment.