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
44 changes: 0 additions & 44 deletions .github/workflows/security-scan.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Kusari Inc, and contributors
Copyright (c) Kusari Inc and GUAC contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kusari Helm Charts
# GUAC Helm Charts

[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit/) ![Release Charts](https://github.com/kusaridev/helm-charts/actions/workflows/release.yaml/badge.svg) [![Releases downloads](https://img.shields.io/github/downloads/kusaridev/helm-charts/total.svg)](https://github.com/kusaridev/helm-charts/releases)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit/) ![Release Charts](https://github.com/guacsec/helm-charts/actions/workflows/release.yaml/badge.svg) [![Releases downloads](https://img.shields.io/github/downloads/guacsec/helm-charts/total.svg)](https://github.com/guacsec/helm-charts/releases)

This is a repository of [Helm](https://helm.sh) Charts provided by [Kusari](https://kusari.dev)
This is a repository of [Helm](https://helm.sh) Charts for the [GUAC project](https://guac.sh).

## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Expand All @@ -11,14 +11,14 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:

```console
helm repo add kusaridev https://kusaridev.github.io/helm-charts
helm repo add guacsec https://guacsec.github.io/helm-charts
```
You can then run `helm search repo kusaridev` to see the charts.
You can then run `helm search repo guacsec` to see the charts.

## Contributing

The source code of all [Kusari](https://kusari.dev) [Helm](https://helm.sh) charts can be found on Github: <https://github.com/kusaridev/helm-charts/>
The source code of all GUAC [Helm](https://helm.sh) charts can be found on Github: <https://github.com/guacsec/helm-charts/>

<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
## Helm charts build status
![Release Charts](https://github.com/kusaridev/helm-charts/actions/workflows/release.yaml/badge.svg)
![Release Charts](https://github.com/guacsec/helm-charts/actions/workflows/release.yaml/badge.svg)
4 changes: 2 additions & 2 deletions charts/guac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
apiVersion: v2
name: guac
description: A Helm chart for deploying GUAC to Kubernetes

maintainers:
- name: kusaridev
url: https://github.com/kusaridev/helm-charts
url: https://github.com/guacsec/helm-charts
email: guac-info@kusari.dev

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
Copyright Kusari, Inc. and contributors
Copyright Kusari, Inc. and GUAC contributors
Licensed under the MIT license. See LICENSE file in the project root for details.
*}

Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/cd-certifier-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.cdCertifier.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/cd-certifier-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.cdCertifier.enabled }}
{{ if .Values.guac.cdCertifier.serviceAccount.create }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/collectsub-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.collectSub.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/collectsub-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.collectSub.enabled }}
{{ if .Values.guac.collectSub.serviceAccount.create }}
Expand Down
4 changes: 2 additions & 2 deletions charts/guac/templates/collectsub-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.collectSub.enabled }}
{{- if .Values.guac.collectSub.svcPorts }}
Expand All @@ -20,4 +20,4 @@ spec:
- {{ . | toYaml | indent 6 | trim }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/guac/templates/depsdev-collector-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.depsDevCollector.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/depsdev-collector-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.depsDevCollector.enabled }}
{{ if .Values.guac.depsDevCollector.serviceAccount.create }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/graphql-server-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.graphqlServer.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/graphql-server-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.graphqlServer.enabled }}
{{ if .Values.guac.graphqlServer.serviceAccount.create }}
Expand Down
4 changes: 2 additions & 2 deletions charts/guac/templates/graphql-server-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.graphqlServer.enabled }}
{{- if .Values.guac.graphqlServer.svcPorts }}
Expand Down Expand Up @@ -48,4 +48,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/guac/templates/guac-cm.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if .Values.guac.configMap.enabled }}
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/guacrest-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.restApi.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/guacrest-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.restApi.enabled }}
{{ if .Values.guac.restApi.serviceAccount.create }}
Expand Down
4 changes: 2 additions & 2 deletions charts/guac/templates/guacrest-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.restApi.enabled }}
{{- if .Values.guac.restApi.svcPorts }}
Expand All @@ -21,4 +21,4 @@ spec:
- {{ . | toYaml | indent 6 | trim }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/guac/templates/ingest-guac-data-job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{- if .Values.guac.sampleData.ingest }}
---
Expand Down Expand Up @@ -138,4 +138,4 @@ data:
;;
esac

{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/guac/templates/ingestor-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.ingestor.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/ingestor-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.ingestor.enabled }}
{{ if .Values.guac.ingestor.serviceAccount.create }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
namespace: {{ .Release.Namespace }}
port: 8080
scheme: http
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion charts/guac/templates/oci-collector-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.ociCollector.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/oci-collector-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.ociCollector.enabled }}
{{ if .Values.guac.ociCollector.serviceAccount.create }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/osv-certifier-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.osvCertifier.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/osv-certifier-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.osvCertifier.enabled }}
{{ if .Values.guac.osvCertifier.serviceAccount.create }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/visualizer-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.visualizer.enabled }}
---
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/visualizer-proxy-cm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/templates/visualizer-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
{{ if .Values.guac.visualizer.enabled }}
{{- if .Values.guac.visualizer.svcPorts }}
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/cd-certifier_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: CD Certifier Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/collectsub_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: Collectsub Deployment tests
templates:
Expand Down
4 changes: 2 additions & 2 deletions charts/guac/tests/collectsub_service_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: Collectsub Service tests
templates:
Expand All @@ -24,4 +24,4 @@ tests:
value: collectsub
- equal:
path: spec.selector["app.kubernetes.io/name"]
value: collectsub
value: collectsub
2 changes: 1 addition & 1 deletion charts/guac/tests/configmap_no_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: No ConfigMap test
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/configmap_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: ConfigMap tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/depsdev-collector_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: DepsDev Collector Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/graphql_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: GraphQL Deployment tests
templates:
Expand Down
4 changes: 2 additions & 2 deletions charts/guac/tests/graphql_service_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: GraphQL Service tests
templates:
Expand Down Expand Up @@ -29,4 +29,4 @@ tests:
value: graphql-server
- equal:
path: spec.selector["app.kubernetes.io/name"]
value: graphql-server
value: graphql-server
2 changes: 1 addition & 1 deletion charts/guac/tests/ingestor_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: Ingestor Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/ingress_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: Ingress tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/oci_collector_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: OCI Collector Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/osv-certifier_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: OSV Certifier Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/rest-api_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: OSV Certifier Deployment tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/serviceaccount_all_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: All Service Account tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/serviceaccount_no_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
suite: No Service Account tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/values_combine.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kusari, Inc. and contributors
# Copyright Kusari, Inc. and GUAC contributors
# Licensed under the MIT license. See LICENSE file in the project root for details.
guac:

Expand Down
Loading
Loading