Skip to content

Commit 2afa8b3

Browse files
Merge pull request #1034 from petar-cvit/cyclops-to-v0.18.1
Cyclops to v0.18.1
2 parents 009af59 + 54e1b6a commit 2afa8b3

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

cyclops/install.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

33
# Install Cyclops
4-
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.15.2/install/cyclops-install.yaml
5-
6-
# Add Cyclops app templates
7-
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.15.2/install/demo-templates.yaml
4+
helm install cyclops \
5+
--version 0.14.4 \
6+
--namespace cyclops \
7+
--create-namespace \
8+
--set global.installManager=civo \
9+
oci://registry-1.docker.io/cyclopsui/cyclops

cyclops/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: cyclops
33
title: "Cyclops UI"
4-
version: "v0.15.2"
4+
version: "v0.18.1"
55
maintainer: "[email protected]"
66
description: "Customizable UI for Kubernetes applications"
77
url: https://cyclops-ui.com/

cyclops/post_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or expose it using a [Civo Load Balancer](https://www.civo.com/load-balancers).
1616

1717
## Details
1818

19-
Cyclops creates a new namespace, `cyclops,` and installs the Cyclops UI and Cyclops controller in it.
19+
Cyclops creates a new namespace, `cyclops` and installs the Cyclops UI and Cyclops controller in it.
2020

2121
```sh
2222
kubectl get pods -n cyclops

cyclops/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# Delete cyclops
4-
kubectl delete -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.15.2/install/cyclops-install.yaml
4+
helm uninstall cyclops --namespace cyclops

0 commit comments

Comments
 (0)