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 0420224
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
echo "OWNER=$(echo $GITHUB_ACTOR | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo "REGISTRY=$(echo $REGISTRY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Build docker image
run: make docker-build-all
run: make docker-build-all TAG=${{ env.RELEASE_TAG }}
- name: Push docker image
run: make docker-push-all
run: make docker-push-all TAG=${{ env.RELEASE_TAG }}

publish:
name: Publish the draft release
Expand Down
8 changes: 8 additions & 0 deletions config/samples/operator-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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/latest/addon-components.yaml
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
releaseSeries:
- major: 0
minor: 1
minor: 0
contract: v1beta1

0 comments on commit 0420224

Please sign in to comment.