Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions k8sgpt-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package:
name: k8sgpt-operator
version: 0.0.15
epoch: 0
description: Automatic SRE Superpowers within your Kubernetes cluster
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- wolfi-baselayout
- busybox
- build-base
- go
- ca-certificates-bundle

pipeline:
# We can't use go/install because this requires specific ldflags to set the version
- uses: git-checkout
with:
repository: https://github.com/k8sgpt-ai/k8sgpt-operator
tag: v${{package.version}}
expected-commit: b6d5cf84d969152be8078ec23f771eb9d86b8913

- uses: go/build
with:
packages: .
output: manager

update:
enabled: true
github:
identifier: k8sgpt-ai/k8sgpt-operator
strip-prefix: v
use-tag: true
tag-filter: v
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ kubewatch
hey
external-resizer
external-attacher
k8sgpt-operator
newrelic-nri-kube-events
newrelic-fluent-bit-output
kaf
Expand Down