Skip to content

Commit

Permalink
fix: logos (#55)
Browse files Browse the repository at this point in the history
* fix: logos

* chore: readme instructions for logo
  • Loading branch information
CristhianF7 authored Jan 23, 2024
1 parent 56880b0 commit 6a35386
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ To make a new application available for installation, you'll need to:
- Fork this repository.
- Create a new directory with your new application's name in your fork.
- Add, and organize your Argo CD GitOps file(s) into it, if any.
- Add a SVG file of the application's logo, named `logo.svg`. If you don't have a SVG file, PNG and JPEG are also accepted. The application logo will be displayed in the GitOps catalog at a size of 32x32 pixels.
- Add a SVG file of the application's logo, named `<appName>.svg` under the [logos folder](https://github.com/kubefirst/gitops-catalog/tree/main/logos) . If you don't have a SVG file, PNG and JPEG are also accepted. The application logo will be displayed in the GitOps catalog at a size of 32x32 pixels.
- Add a new entry to the [index.yaml](index.yaml) file with:
- **name**: application name as described in your YAML file.
- **displayName**: name to be displayed in the GitOps catalog (120 characters maximum).
- **website**: application website or GitHub repository.
- **imageUrl**: `https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/<name>/logo.<svg|png|jpeg|jpg>`
- **imageUrl**: `https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/<appName>.<svg|png|jpeg|jpg>`
- **description**: an insightful description about your application. It will be displayed in the GitOps Catalog (200 characters maximum).
- **categories**: one category amongst the following ones:
- App management
Expand Down
26 changes: 13 additions & 13 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apps:
- name: argo-events
displayName: Argo Events
website: "https://github.com/argoproj/argo-events"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/argo-events/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/argo-events.png"
description: "Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. on events from a variety of sources."
categories:
- CI/CD

- name: argo-rollouts
displayName: Argo Rollouts
website: "https://github.com/argoproj/argo-rollouts"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/argo-rollouts/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/argo-rollouts.png"
description: "A Kubernetes controller & set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, & progressive delivery features to Kubernetes."
categories:
- CI/CD
Expand All @@ -24,71 +24,71 @@ apps:
label: Datadog API key
- name: app-key
label: Datadog application key
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/datadog-agent/logo.png"
description: "Datadog's SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can maintain and optimize your cloud or hybrid environments."
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/datadog-agent.png"
description: "Datadog's SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can main/logostain and optimize your cloud or hybrid environments."
categories:
- Observability

- name: gitlab
displayName: GitLab
website: "https://docs.gitlab.com/charts/installation/"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/gitlab/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/gitlab.png"
description: "GitLab Server - a complete devops solution that does it all, from project planning and source code management to CI/CD, monitoring, and security."
categories:
- CI/CD

- name: goldilocks
displayName: Goldilocks
website: "https://github.com/FairwindsOps/goldilocks"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/goldilocks/logo.svg"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/goldilocks.svg"
description: "Goldilocks is a utility that can help you identify a starting point for resource requests and limits."
categories:
- Monitoring

- name: kratix
displayName: Kratix
website: "https://github.com/syntasso/kratix"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/kratix/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/kratix.png"
description: "Kratix is a framework used by platform teams to build the custom platforms tailored to their organisation."
categories:
- App Management

- name: kubernetes-dashboard
displayName: Kubernetes Dashboard
website: "https://github.com/kubernetes/dashboard"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/kubernetes-dashboard/logo.svg"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/kubernetes-dashboard.svg"
description: "Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage apps running in the cluster & troubleshoot them, as well as manage the cluster itself."
categories:
- Observability

- name: kyverno
displayName: Kyverno
website: "https://github.com/kyverno/kyverno"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/kyverno/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/kyverno.png"
description: "Kyverno is a policy engine designed for Kubernetes. Kyverno Policies are managed as Kubernetes resources and no new language is required to write policies."
categories:
- Security

- name: opencost
displayName: OpenCost
website: "https://github.com/opencost/opencost"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/opencost/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/opencost.png"
description: "OpenCost is a vendor-neutral open source project for measuring and allocating infrastructure and container costs in real time."
categories:
- FinOps

- name: polaris
displayName: Polaris
website: "https://github.com/FairwindsOps/polaris"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/polaris/logo.png"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/polaris.png"
description: "Polaris is an open source policy engine for Kubernetes."
categories:
- Security

- name: testkube
displayName: Testkube
website: "https://github.com/kubeshop/testkube"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/testkube/logo.svg"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/testkube.svg"
description: "Testkube is a Kubernetes-native testing framework that allows you to automate the executions of your existing testing tools inside your Kubernetes cluster."
categories:
- Testing
Expand All @@ -103,7 +103,7 @@ apps:
- name: tracetest
displayName: Tracetest
website: "https://github.com/kubeshop/tracetest"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/tracetest/logo.svg"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/tracetest.svg"
description: "Tracetest uses your existing OpenTelemetry traces to power trace-based testing with assertions against your trace data at every point of the request transaction."
categories:
- Testing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions logos/kubescape-operator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 6a35386

Please sign in to comment.