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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/slauger/crashloop-operator)](https://goreportcard.com/report/github.com/slauger/crashloop-operator)
[![Go Reference](https://pkg.go.dev/badge/github.com/slauger/crashloop-operator.svg)](https://pkg.go.dev/github.com/slauger/crashloop-operator)
[![License](https://img.shields.io/github/license/slauger/crashloop-operator)](LICENSE)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/slauger-crashloop-operator)](https://artifacthub.io/packages/search?repo=slauger-crashloop-operator)

A Kubernetes Operator that watches pods for terminal failure states and scales down (or suspends) the owning workload after configurable thresholds are exceeded. Prevents resource waste and alert fatigue from permanently broken deployments.

Expand Down
17 changes: 9 additions & 8 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Artifact Hub repository metadata. This file is pushed to the chart's OCI
# repository during a release so that Artifact Hub can verify who owns it.
# Artifact Hub repository metadata. The release workflow pushes this file to
# the chart's OCI repository as an artifacthub.io layer, which is how Artifact
# Hub verifies who owns the listing and grants the verified-publisher badge.
#
# repositoryID is issued by Artifact Hub when the repository is registered as
# kind OCI with the URL oci://ghcr.io/slauger/charts/crashloop-operator. Until
# it is filled in the release workflow skips the push, because publishing this
# file with a blank or wrong ID would fail verification rather than establish
# it.
repositoryID: ""
# The listing is registered as kind Helm with the URL
# oci://ghcr.io/slauger/charts/crashloop-operator, under the repository name
# slauger-crashloop-operator because the unprefixed name was already taken.
# That name only appears in the Artifact Hub URL; the chart itself and the
# install command are unaffected.
repositoryID: "b6525baf-0717-4352-9174-bed0afd7efca"
owners:
- name: Simon Lauger
email: simon@lauger.de
Loading