Skip to content

Commit ec70976

Browse files
dex4ergithub-actions[bot]
authored andcommitted
Alphabetic ordering
Signed-off-by: Piotr Roszatycki <[email protected]> (cherry picked from commit b76f8f0)
1 parent 687404e commit ec70976

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/ecosystem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ These open source projects offer a dedicated graphical user interface for Flux.
5151
|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5252
| [gimlet-io/capacitor](https://github.com/gimlet-io/capacitor) | Capacitor is a general purpose Flux UI to debug Flux and application issues. Apply [these manifests](https://github.com/gimlet-io/capacitor?tab=readme-ov-file#flux) to install it. |
5353
| [headlamp/flux-plugin](https://github.com/headlamp-k8s/plugins/tree/main/flux) | Headlamp is a Kubernetes UI extensible through plugins. The Flux plugin for Headlamp allows to visualize Flux and perform operations common operations like quick sync'ing, suspending/resuming, and others. See the plugin [README](https://github.com/headlamp-k8s/plugins/tree/main/flux#readme) for installation instructions. |
54+
| [freelensapp/freelens-extension-fluxcd](https://github.com/freelensapp/freelens-extension-fluxcd) | [Freelens](https://freelens.app) is a free and open-source user interface designed for managing Kubernetes clusters. It provides a standalone application compatible with macOS, Windows, and Linux operating systems. This extension visualizes Flux resources and allows to perform operations on them. |
5455
| [vmware-tanzu/kubeapps](https://github.com/vmware-tanzu/kubeapps) | Kubeapps is an in-cluster web-based application that enables users with a one-time installation to deploy, manage, and upgrade applications on a Kubernetes cluster. Read [the documentation](https://kubeapps.dev/docs/latest/tutorials/managing-flux-packages) for managing Flux packages using Kubeapps. |
5556
| [weaveworks/vscode-gitops-tools](https://github.com/weaveworks/vscode-gitops-tools) | GitOps Tools for Visual Studio Code: provides an intuitive way to manage, troubleshoot and operate your Kubernetes environment following the GitOps operating model |
5657
| [weaveworks/weave-gitops](https://github.com/weaveworks/weave-gitops) | Weaveworks offered a free and open source GUI for Flux under the [weave-gitops](https://web.archive.org/web/20230314183054/https://docs.gitops.weave.works/docs/intro/) project. You can install the Weave GitOps UI using a Flux `HelmRelease`, please see the [get started documentation](https://web.archive.org/web/20230927114646/https://docs.gitops.weave.works/docs/getting-started/intro/) for more details. |
57-
| [freelensapp/freelens-extension-fluxcd](https://github.com/freelensapp/freelens-extension-fluxcd) | [Freelens](https://freelens.app) is a free and open-source user interface designed for managing Kubernetes clusters. It provides a standalone application compatible with macOS, Windows, and Linux operating systems. This extension visualizes Flux resources and allows to perform operations on them. |
5858

5959
{{< blocks/flux_ui_galleries >}}
6060

layouts/shortcodes/blocks/flux_ui_galleries.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{ $one := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
22
{{ $two := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
3-
{{ $three := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
4-
{{ $four := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
5-
{{ $five := slice "Freelens" "/img/uis/freelens-*.png" "freelens" }}
3+
{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "freelens" }}
4+
{{ $four := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
5+
{{ $five := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
66
{{ $data := slice $one $two $three $four $five }}
77

88
{{ range $data }}

0 commit comments

Comments
 (0)