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
9 changes: 6 additions & 3 deletions bundle/manifests/hermes-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: 0.1.10
name: hermes-operator.v0.1.10
namespace: placeholder
annotations:
capabilities: Auto Pilot
categories: AI/Machine Learning, Developer Tools, Application Runtime
containerImage: 0.1.10
containerImage: ghcr.io/paperclipinc/hermes-operator:v0.1.10
createdAt: '2026-05-12T00:00:00Z'
support: paperclipinc
repository: https://github.com/paperclipinc/hermes-operator
Expand Down Expand Up @@ -96,6 +96,9 @@ metadata:
features.operators.openshift.io/token-auth-azure: 'false'
features.operators.openshift.io/token-auth-gcp: 'false'
spec:
icon:
- base64data: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4IiByb2xlPSJpbWciIGFyaWEtbGFiZWw9Ikhlcm1lcyBPcGVyYXRvciI+CiAgPHJlY3Qgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHJ4PSIyNCIgZmlsbD0iIzBCMTAyMCIvPgogIDxwYXRoIGQ9Ik00NCAzNnY1Nk04NCAzNnY1Nk00NCA2NGg0MCIgc3Ryb2tlPSIjNUI4REVGIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8cGF0aCBkPSJNMzAgNTBjLTEwLTYtMjAtNi0yNi0yIDggMiAxNCA2IDE4IDEyek05OCA1MGMxMC02IDIwLTYgMjYtMi04IDItMTQgNi0xOCAxMnoiIGZpbGw9IiM3Q0UwQzMiLz4KPC9zdmc+Cg==
mediatype: image/svg+xml
displayName: Hermes Operator
description: >
## Hermes Kubernetes Operator
Expand Down Expand Up @@ -239,7 +242,7 @@ spec:
- name: hermes-operator
image: ghcr.io/paperclipinc/hermes-operator:v0.1.0
- name: hermes-agent
image: ghcr.io/paperclipinc/hermes-agent:latest
image: ghcr.io/paperclipinc/hermes-agent:v2026.5.29.2
customresourcedefinitions:
owned:
- name: hermesinstances.hermes.agent
Expand Down
2 changes: 0 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
{ "type": "yaml", "path": "charts/hermes-operator/Chart.yaml", "jsonpath": "$.version" },
{ "type": "yaml", "path": "charts/hermes-operator/Chart.yaml", "jsonpath": "$.appVersion" },
{ "type": "yaml", "path": "charts/hermes-operator/values.yaml", "jsonpath": "$.image.tag" },
{ "type": "yaml", "path": "bundle/manifests/hermes-operator.clusterserviceversion.yaml", "jsonpath": "$.metadata.name" },
{ "type": "yaml", "path": "bundle/manifests/hermes-operator.clusterserviceversion.yaml", "jsonpath": "$.metadata.annotations.containerImage" },
{ "type": "yaml", "path": "bundle/manifests/hermes-operator.clusterserviceversion.yaml", "jsonpath": "$.spec.version" }
]
}
Expand Down
Loading