Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add opensearch-k8s-operator package #31311

Merged
merged 11 commits into from
Oct 21, 2024
46 changes: 46 additions & 0 deletions opensearch-k8s-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
package:
name: opensearch-k8s-operator
version: 2.6.1
epoch: 0
description: OpenSearch Kubernetes Operator
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ca-certificates-bundle
jspeed-meyers marked this conversation as resolved.
Show resolved Hide resolved

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- go
jspeed-meyers marked this conversation as resolved.
Show resolved Hide resolved

pipeline:
- uses: git-checkout
with:
repository: https://github.com/opensearch-project/opensearch-k8s-operator
tag: v${{package.version}}
expected-commit: b2417013b570cc2dec3acd8204c15f73ba887efa

- uses: go/build
with:
packages: ./opensearch-operator
output: manager
ldflags: -s -w
jspeed-meyers marked this conversation as resolved.
Show resolved Hide resolved

- uses: strip
kranurag7 marked this conversation as resolved.
Show resolved Hide resolved

update:
enabled: true
github:
identifier: opensearch-project/opensearch-k8s-operator
strip-prefix: v

test:
pipeline:
# AUTOGENERATED
- runs: |
manager
jspeed-meyers marked this conversation as resolved.
Show resolved Hide resolved