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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
argocd.argoproj.io/sync-wave: '20'
kubefirst.konstruct.io/application-name: cluster-autoscaler-aws
kubefirst.konstruct.io/source: catalog-templates
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: <PROJECT>
source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ kind: Application
metadata:
name: <CLUSTER_NAME>-grapple-solution-framework
namespace: argocd
annotations:
kubefirst.konstruct.io/application-name: grapple-solution-framework
kubefirst.konstruct.io/source: catalog-templates
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: <PROJECT>
source:
Expand Down
24 changes: 0 additions & 24 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,30 +234,6 @@ apps:
description: "The open source Firebase alternative."
category: Database

- name: testkube
displayName: Testkube
website: "https://github.com/kubeshop/testkube"
imageUrl: "https://raw.githubusercontent.com/konstructio/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."
category: Testing
secretKeys:
- name: API_KEY
label: Testkube API Key
env: TESTKUBE_APP_KEY
- name: ORG_ID
label: Testkube Org ID
env: TESTKUBE_ORG_ID
- name: ENV_ID
label: Testkube Environment ID
env: TESTKUBE_ENV_ID

- name: tracetest
displayName: Tracetest
website: "https://github.com/kubeshop/tracetest"
imageUrl: "https://raw.githubusercontent.com/konstructio/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."
category: Testing

- name: typesense
displayName: TypeSense
website: "https://github.com/typesense/typesense"
Expand Down
13 changes: 0 additions & 13 deletions logos/testkube.svg

This file was deleted.

82 changes: 0 additions & 82 deletions logos/tracetest.svg

This file was deleted.

36 changes: 0 additions & 36 deletions testkube/components/testkube/application.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions testkube/components/testkube/external-secret.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions testkube/testkube.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions tracetest/components/tracetest/application.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions tracetest/tracetest.yaml

This file was deleted.