Skip to content

Commit

Permalink
Fix metadata release series for operator install
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev committed Mar 4, 2024
1 parent f7e5d68 commit 867adfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/samples/operator-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: AddonProvider
metadata:
name: velero
namespace: capi-operator-system
spec:
fetchConfig:
url: https://github.com/Danil-Grigorev/cluster-api-addon-provider-velero/releases/v0.0.1/download/addon-components.yaml
version: v0.0.1
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# update this file only when a new major or minor version is released
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
releaseSeries:
- major: 0
minor: 0
contract: v1beta1
- major: 0
minor: 1
contract: v1beta1

0 comments on commit 867adfa

Please sign in to comment.