From 8bd153c157124758efa445a1008267f64b616594 Mon Sep 17 00:00:00 2001 From: "glasskube[bot]" <133648757+glasskube-bot@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:30:21 +0200 Subject: [PATCH] chore: update package cyclops (#415) Signed-off-by: glasskube-bot --- packages/cyclops/v0.13.1+1/package.yaml | 32 +++++++++++++++++++++++++ packages/cyclops/versions.yaml | 1 + 2 files changed, 33 insertions(+) create mode 100644 packages/cyclops/v0.13.1+1/package.yaml diff --git a/packages/cyclops/v0.13.1+1/package.yaml b/packages/cyclops/v0.13.1+1/package.yaml new file mode 100644 index 00000000..062a8b8e --- /dev/null +++ b/packages/cyclops/v0.13.1+1/package.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json + +name: cyclops +shortDescription: Developer friendly Kubernetes +longDescription: > + Welcome to Cyclops, a powerful user interface for managing and interacting + with Kubernetes clusters. + + Cyclops is designed to simplify the management of containerized applications + on Kubernetes, + + providing an intuitive and user-friendly experience for developers, system + administrators, and DevOps professionals. + + Divide the responsibility between your infrastructure and your developer teams + so everyone can play to their strengths. + + Automate your processes and shrink the window for deployment mistakes. +references: + - label: Github + url: https://github.com/cyclops-ui/cyclops + - label: Website + url: https://cyclops-ui.com/ +defaultNamespace: cyclops +iconUrl: https://cyclops-ui.com/img/logo.png +manifests: + - url: https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.13.1/install/cyclops-install.yaml + - url: https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.13.1/install/demo-templates.yaml +entrypoints: + - serviceName: cyclops-ui + port: 3000 + name: ui diff --git a/packages/cyclops/versions.yaml b/packages/cyclops/versions.yaml index 3fb0a44b..4ad0ec0d 100644 --- a/packages/cyclops/versions.yaml +++ b/packages/cyclops/versions.yaml @@ -26,3 +26,4 @@ versions: - version: v0.11.0+1 - version: v0.11.1+1 - version: v0.12.0+1 + - version: v0.13.1+1