|
1 | 1 | apiVersion: v2 |
2 | 2 | name: hermes-operator |
3 | | -description: Kubernetes operator for nousresearch/hermes-agent |
| 3 | +description: >- |
| 4 | + A Kubernetes operator for deploying and managing Nous Research Hermes |
| 5 | + AI agent instances |
4 | 6 | type: application |
5 | 7 | version: 0.1.14 |
6 | 8 | appVersion: 0.1.14 |
7 | 9 | kubeVersion: '>=1.28.0-0' |
8 | | -home: https://github.com/paperclipinc/hermes-operator |
| 10 | +keywords: |
| 11 | + - kubernetes |
| 12 | + - operator |
| 13 | + - hermes |
| 14 | + - ai |
| 15 | + - agent |
| 16 | + - llm |
| 17 | + - nous-research |
| 18 | + - automation |
| 19 | +home: https://paperclip.inc |
| 20 | +icon: https://paperclip.inc/favicon.svg |
9 | 21 | sources: |
10 | 22 | - https://github.com/paperclipinc/hermes-operator |
11 | 23 | maintainers: |
12 | 24 | - name: paperclipinc |
13 | 25 | email: jannes@paperclip.inc |
| 26 | +annotations: |
| 27 | + artifacthub.io/category: ai-machine-learning |
| 28 | + artifacthub.io/license: Apache-2.0 |
| 29 | + artifacthub.io/operator: 'true' |
| 30 | + artifacthub.io/operatorCapabilities: Seamless Upgrades |
| 31 | + artifacthub.io/prerelease: 'false' |
| 32 | + artifacthub.io/links: | |
| 33 | + - name: Website |
| 34 | + url: https://paperclip.inc |
| 35 | + - name: Documentation |
| 36 | + url: https://paperclip.inc/docs/operators/hermes |
| 37 | + - name: OperatorHub |
| 38 | + url: https://artifacthub.io/packages/olm/community-operators/hermes-operator |
| 39 | + - name: support |
| 40 | + url: https://github.com/paperclipinc/hermes-operator/issues |
| 41 | + artifacthub.io/crds: | |
| 42 | + - kind: HermesInstance |
| 43 | + version: v1 |
| 44 | + name: hermesinstances.hermes.agent |
| 45 | + displayName: Hermes Instance |
| 46 | + description: Represents a managed Nous Research Hermes AI agent instance |
| 47 | + - kind: HermesSelfConfig |
| 48 | + version: v1 |
| 49 | + name: hermesselfconfigs.hermes.agent |
| 50 | + displayName: Hermes Self-Config |
| 51 | + description: A request from an agent to modify its own HermesInstance spec |
| 52 | + - kind: HermesClusterDefaults |
| 53 | + version: v1 |
| 54 | + name: hermesclusterdefaults.hermes.agent |
| 55 | + displayName: Hermes Cluster Defaults |
| 56 | + description: Cluster-wide default settings applied to Hermes instances |
| 57 | + artifacthub.io/crdsExamples: | |
| 58 | + - apiVersion: hermes.agent/v1 |
| 59 | + kind: HermesInstance |
| 60 | + metadata: |
| 61 | + name: my-hermes |
| 62 | + spec: |
| 63 | + image: |
| 64 | + repository: ghcr.io/paperclipinc/hermes-agent |
| 65 | + tag: v2026.5.29.2 |
| 66 | + storage: |
| 67 | + persistence: |
| 68 | + enabled: true |
| 69 | + size: 10Gi |
| 70 | + artifacthub.io/images: | |
| 71 | + - name: hermes-operator |
| 72 | + image: ghcr.io/paperclipinc/hermes-operator:0.1.14 # x-release-please-version |
| 73 | + artifacthub.io/changes: | |
| 74 | + - kind: added |
| 75 | + description: World-class Artifact Hub metadata (logo, keywords, CRDs, images) |
| 76 | + - kind: added |
| 77 | + description: Helm chart OCI artifact is now cosign-signed (keyless) |
0 commit comments