diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml deleted file mode 100644 index 30672e6..0000000 --- a/.github/workflows/security-scan.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Kusari Security Scan - -on: - # Run on pull requests - pull_request: - types: [opened, synchronize, reopened] - - # Run when triggered via API - workflow_dispatch: - inputs: - pr_number: - description: 'Pull request number' - required: false - sha: - description: 'Commit SHA to analyze' - required: false - -permissions: - contents: read - pull-requests: write - -jobs: - security-scan: - name: Run Security Scan - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - # If triggered by workflow_dispatch with a SHA, use that SHA - ref: ${{ github.event.inputs.sha || github.sha }} - - - name: Run Security Scanner - uses: Kusari-Sandbox/kusari-security-data@v1.0.0-beta1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload scan results as artifact - uses: actions/upload-artifact@v4 - with: - name: security-scan-results - path: security-scan-results.json - retention-days: 3 \ No newline at end of file diff --git a/LICENSE b/LICENSE index c6d3987..e711466 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 57f1004..4fe617f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: +The source code of all GUAC [Helm](https://helm.sh) charts can be found on Github: ## 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) diff --git a/charts/guac/Chart.yaml b/charts/guac/Chart.yaml index de426a7..a03c359 100644 --- a/charts/guac/Chart.yaml +++ b/charts/guac/Chart.yaml @@ -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 diff --git a/charts/guac/templates/_helpers.tpl b/charts/guac/templates/_helpers.tpl index b6f4c5b..a4a6282 100644 --- a/charts/guac/templates/_helpers.tpl +++ b/charts/guac/templates/_helpers.tpl @@ -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. *} diff --git a/charts/guac/templates/cd-certifier-deployment.yaml b/charts/guac/templates/cd-certifier-deployment.yaml index e4ba2ef..b29c44e 100644 --- a/charts/guac/templates/cd-certifier-deployment.yaml +++ b/charts/guac/templates/cd-certifier-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/cd-certifier-sa.yaml b/charts/guac/templates/cd-certifier-sa.yaml index 18d7926..611bd77 100644 --- a/charts/guac/templates/cd-certifier-sa.yaml +++ b/charts/guac/templates/cd-certifier-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/collectsub-deployment.yaml b/charts/guac/templates/collectsub-deployment.yaml index 4e56aae..f0f3dbb 100644 --- a/charts/guac/templates/collectsub-deployment.yaml +++ b/charts/guac/templates/collectsub-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/collectsub-sa.yaml b/charts/guac/templates/collectsub-sa.yaml index 8bec572..e82c6d8 100644 --- a/charts/guac/templates/collectsub-sa.yaml +++ b/charts/guac/templates/collectsub-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/collectsub-service.yaml b/charts/guac/templates/collectsub-service.yaml index 5d65944..caca020 100644 --- a/charts/guac/templates/collectsub-service.yaml +++ b/charts/guac/templates/collectsub-service.yaml @@ -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 }} @@ -20,4 +20,4 @@ spec: - {{ . | toYaml | indent 6 | trim }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/guac/templates/depsdev-collector-deployment.yaml b/charts/guac/templates/depsdev-collector-deployment.yaml index 42c623c..c537ce1 100644 --- a/charts/guac/templates/depsdev-collector-deployment.yaml +++ b/charts/guac/templates/depsdev-collector-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/depsdev-collector-sa.yaml b/charts/guac/templates/depsdev-collector-sa.yaml index bf72be9..a945f19 100644 --- a/charts/guac/templates/depsdev-collector-sa.yaml +++ b/charts/guac/templates/depsdev-collector-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/graphql-server-deployment.yaml b/charts/guac/templates/graphql-server-deployment.yaml index 4356c5a..10f925b 100644 --- a/charts/guac/templates/graphql-server-deployment.yaml +++ b/charts/guac/templates/graphql-server-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/graphql-server-sa.yaml b/charts/guac/templates/graphql-server-sa.yaml index e79e736..5a10a17 100644 --- a/charts/guac/templates/graphql-server-sa.yaml +++ b/charts/guac/templates/graphql-server-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/graphql-server-service.yaml b/charts/guac/templates/graphql-server-service.yaml index c129476..df918e6 100644 --- a/charts/guac/templates/graphql-server-service.yaml +++ b/charts/guac/templates/graphql-server-service.yaml @@ -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 }} @@ -48,4 +48,4 @@ spec: {{- end }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/guac/templates/guac-cm.yaml b/charts/guac/templates/guac-cm.yaml index 003b185..2ca32e1 100644 --- a/charts/guac/templates/guac-cm.yaml +++ b/charts/guac/templates/guac-cm.yaml @@ -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 diff --git a/charts/guac/templates/guacrest-deployment.yaml b/charts/guac/templates/guacrest-deployment.yaml index d754556..fe2a516 100644 --- a/charts/guac/templates/guacrest-deployment.yaml +++ b/charts/guac/templates/guacrest-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/guacrest-sa.yaml b/charts/guac/templates/guacrest-sa.yaml index 5309b9c..db55d70 100644 --- a/charts/guac/templates/guacrest-sa.yaml +++ b/charts/guac/templates/guacrest-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/guacrest-service.yaml b/charts/guac/templates/guacrest-service.yaml index b8b1b96..223a7eb 100644 --- a/charts/guac/templates/guacrest-service.yaml +++ b/charts/guac/templates/guacrest-service.yaml @@ -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 }} @@ -21,4 +21,4 @@ spec: - {{ . | toYaml | indent 6 | trim }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/guac/templates/ingest-guac-data-job.yaml b/charts/guac/templates/ingest-guac-data-job.yaml index 8e17c50..9da52dc 100644 --- a/charts/guac/templates/ingest-guac-data-job.yaml +++ b/charts/guac/templates/ingest-guac-data-job.yaml @@ -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 }} --- @@ -138,4 +138,4 @@ data: ;; esac -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/guac/templates/ingestor-deployment.yaml b/charts/guac/templates/ingestor-deployment.yaml index 9341d06..5528899 100644 --- a/charts/guac/templates/ingestor-deployment.yaml +++ b/charts/guac/templates/ingestor-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/ingestor-sa.yaml b/charts/guac/templates/ingestor-sa.yaml index c08789f..02d6a9a 100644 --- a/charts/guac/templates/ingestor-sa.yaml +++ b/charts/guac/templates/ingestor-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/ingressroute.yaml b/charts/guac/templates/ingressroute.yaml index fbe6199..1c482bf 100644 --- a/charts/guac/templates/ingressroute.yaml +++ b/charts/guac/templates/ingressroute.yaml @@ -19,4 +19,4 @@ spec: namespace: {{ .Release.Namespace }} port: 8080 scheme: http -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/charts/guac/templates/oci-collector-deployment.yaml b/charts/guac/templates/oci-collector-deployment.yaml index 02b7fe6..400abec 100644 --- a/charts/guac/templates/oci-collector-deployment.yaml +++ b/charts/guac/templates/oci-collector-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/oci-collector-sa.yaml b/charts/guac/templates/oci-collector-sa.yaml index 6fc7d9e..5178720 100644 --- a/charts/guac/templates/oci-collector-sa.yaml +++ b/charts/guac/templates/oci-collector-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/osv-certifier-deployment.yaml b/charts/guac/templates/osv-certifier-deployment.yaml index e90a168..2837e39 100644 --- a/charts/guac/templates/osv-certifier-deployment.yaml +++ b/charts/guac/templates/osv-certifier-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/osv-certifier-sa.yaml b/charts/guac/templates/osv-certifier-sa.yaml index 01fdbde..e69b0ba 100644 --- a/charts/guac/templates/osv-certifier-sa.yaml +++ b/charts/guac/templates/osv-certifier-sa.yaml @@ -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 }} diff --git a/charts/guac/templates/visualizer-deployment.yaml b/charts/guac/templates/visualizer-deployment.yaml index 5a60656..1128a99 100644 --- a/charts/guac/templates/visualizer-deployment.yaml +++ b/charts/guac/templates/visualizer-deployment.yaml @@ -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 }} --- diff --git a/charts/guac/templates/visualizer-proxy-cm.yaml b/charts/guac/templates/visualizer-proxy-cm.yaml index e5e63e3..084bc2f 100644 --- a/charts/guac/templates/visualizer-proxy-cm.yaml +++ b/charts/guac/templates/visualizer-proxy-cm.yaml @@ -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 diff --git a/charts/guac/templates/visualizer-service.yaml b/charts/guac/templates/visualizer-service.yaml index 6dbdfda..50dc8da 100644 --- a/charts/guac/templates/visualizer-service.yaml +++ b/charts/guac/templates/visualizer-service.yaml @@ -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 }} diff --git a/charts/guac/tests/cd-certifier_deployment_test.yaml b/charts/guac/tests/cd-certifier_deployment_test.yaml index b76fc07..306fa24 100644 --- a/charts/guac/tests/cd-certifier_deployment_test.yaml +++ b/charts/guac/tests/cd-certifier_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/collectsub_deployment_test.yaml b/charts/guac/tests/collectsub_deployment_test.yaml index b8fb0a8..e160246 100644 --- a/charts/guac/tests/collectsub_deployment_test.yaml +++ b/charts/guac/tests/collectsub_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/collectsub_service_test.yaml b/charts/guac/tests/collectsub_service_test.yaml index 097923f..993ff18 100644 --- a/charts/guac/tests/collectsub_service_test.yaml +++ b/charts/guac/tests/collectsub_service_test.yaml @@ -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: @@ -24,4 +24,4 @@ tests: value: collectsub - equal: path: spec.selector["app.kubernetes.io/name"] - value: collectsub \ No newline at end of file + value: collectsub diff --git a/charts/guac/tests/configmap_no_test.yaml b/charts/guac/tests/configmap_no_test.yaml index 9933f0f..4c49cca 100644 --- a/charts/guac/tests/configmap_no_test.yaml +++ b/charts/guac/tests/configmap_no_test.yaml @@ -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: diff --git a/charts/guac/tests/configmap_test.yaml b/charts/guac/tests/configmap_test.yaml index e566519..1759bb0 100644 --- a/charts/guac/tests/configmap_test.yaml +++ b/charts/guac/tests/configmap_test.yaml @@ -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: diff --git a/charts/guac/tests/depsdev-collector_deployment_test.yaml b/charts/guac/tests/depsdev-collector_deployment_test.yaml index 5046ee1..5bfe17a 100644 --- a/charts/guac/tests/depsdev-collector_deployment_test.yaml +++ b/charts/guac/tests/depsdev-collector_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/graphql_deployment_test.yaml b/charts/guac/tests/graphql_deployment_test.yaml index 42e708c..e84cec2 100644 --- a/charts/guac/tests/graphql_deployment_test.yaml +++ b/charts/guac/tests/graphql_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/graphql_service_test.yaml b/charts/guac/tests/graphql_service_test.yaml index 0d6d53a..af91fde 100644 --- a/charts/guac/tests/graphql_service_test.yaml +++ b/charts/guac/tests/graphql_service_test.yaml @@ -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: @@ -29,4 +29,4 @@ tests: value: graphql-server - equal: path: spec.selector["app.kubernetes.io/name"] - value: graphql-server \ No newline at end of file + value: graphql-server diff --git a/charts/guac/tests/ingestor_deployment_test.yaml b/charts/guac/tests/ingestor_deployment_test.yaml index 2ab3d9b..44d8620 100644 --- a/charts/guac/tests/ingestor_deployment_test.yaml +++ b/charts/guac/tests/ingestor_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/ingress_test.yaml b/charts/guac/tests/ingress_test.yaml index b7c0b87..f601ade 100644 --- a/charts/guac/tests/ingress_test.yaml +++ b/charts/guac/tests/ingress_test.yaml @@ -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: diff --git a/charts/guac/tests/oci_collector_deployment_test.yaml b/charts/guac/tests/oci_collector_deployment_test.yaml index 64c7989..e812fea 100644 --- a/charts/guac/tests/oci_collector_deployment_test.yaml +++ b/charts/guac/tests/oci_collector_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/osv-certifier_deployment_test.yaml b/charts/guac/tests/osv-certifier_deployment_test.yaml index 82ec18b..03ff8da 100644 --- a/charts/guac/tests/osv-certifier_deployment_test.yaml +++ b/charts/guac/tests/osv-certifier_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/rest-api_deployment_test.yaml b/charts/guac/tests/rest-api_deployment_test.yaml index b7ebbfb..3a8a2d7 100644 --- a/charts/guac/tests/rest-api_deployment_test.yaml +++ b/charts/guac/tests/rest-api_deployment_test.yaml @@ -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: diff --git a/charts/guac/tests/serviceaccount_all_test.yaml b/charts/guac/tests/serviceaccount_all_test.yaml index 7e436c9..2559f05 100644 --- a/charts/guac/tests/serviceaccount_all_test.yaml +++ b/charts/guac/tests/serviceaccount_all_test.yaml @@ -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: diff --git a/charts/guac/tests/serviceaccount_no_test.yaml b/charts/guac/tests/serviceaccount_no_test.yaml index bdd16c5..049b8c4 100644 --- a/charts/guac/tests/serviceaccount_no_test.yaml +++ b/charts/guac/tests/serviceaccount_no_test.yaml @@ -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: diff --git a/charts/guac/tests/values_combine.yaml b/charts/guac/tests/values_combine.yaml index d42743d..160f32e 100644 --- a/charts/guac/tests/values_combine.yaml +++ b/charts/guac/tests/values_combine.yaml @@ -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: diff --git a/charts/guac/tests/values_common_certifier.yaml b/charts/guac/tests/values_common_certifier.yaml index 512f9bd..26ec216 100644 --- a/charts/guac/tests/values_common_certifier.yaml +++ b/charts/guac/tests/values_common_certifier.yaml @@ -1,8 +1,8 @@ -# 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: common: certifier: dayBetweenRescan: "5" batchSize: "50000" - latency: "5s" \ No newline at end of file + latency: "5s" diff --git a/charts/guac/tests/values_configmap_no.yaml b/charts/guac/tests/values_configmap_no.yaml index 034c7a7..bcf1053 100644 --- a/charts/guac/tests/values_configmap_no.yaml +++ b/charts/guac/tests/values_configmap_no.yaml @@ -1,6 +1,6 @@ -# 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: configMap: - enabled: false \ No newline at end of file + enabled: false diff --git a/charts/guac/tests/values_digest_and_tag.yaml b/charts/guac/tests/values_digest_and_tag.yaml index 5666aab..b65b665 100644 --- a/charts/guac/tests/values_digest_and_tag.yaml +++ b/charts/guac/tests/values_digest_and_tag.yaml @@ -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. imagePullSecrets: - name: imagepullsecret @@ -30,4 +30,4 @@ guac: name: graphql-server ingestor: - name: ingestor \ No newline at end of file + name: ingestor diff --git a/charts/guac/tests/values_graphql_deployment.yaml b/charts/guac/tests/values_graphql_deployment.yaml index 4eddbff..14686c4 100644 --- a/charts/guac/tests/values_graphql_deployment.yaml +++ b/charts/guac/tests/values_graphql_deployment.yaml @@ -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: graphqlServer: diff --git a/charts/guac/tests/values_graphql_service.yaml b/charts/guac/tests/values_graphql_service.yaml index e499bb2..14686c4 100644 --- a/charts/guac/tests/values_graphql_service.yaml +++ b/charts/guac/tests/values_graphql_service.yaml @@ -1,6 +1,6 @@ -# 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: graphqlServer: service: - createNodePortService: true \ No newline at end of file + createNodePortService: true diff --git a/charts/guac/tests/values_serviceaccount_all.yaml b/charts/guac/tests/values_serviceaccount_all.yaml index 85e7add..480cc51 100644 --- a/charts/guac/tests/values_serviceaccount_all.yaml +++ b/charts/guac/tests/values_serviceaccount_all.yaml @@ -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: diff --git a/charts/guac/tests/values_serviceaccount_no.yaml b/charts/guac/tests/values_serviceaccount_no.yaml index 3c11207..94a64cb 100644 --- a/charts/guac/tests/values_serviceaccount_no.yaml +++ b/charts/guac/tests/values_serviceaccount_no.yaml @@ -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: diff --git a/charts/guac/tests/values_tag_no_digest.yaml b/charts/guac/tests/values_tag_no_digest.yaml index 23b309e..f15d1af 100644 --- a/charts/guac/tests/values_tag_no_digest.yaml +++ b/charts/guac/tests/values_tag_no_digest.yaml @@ -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. imagePullSecrets: - name: imagepullsecret @@ -30,4 +30,4 @@ guac: name: collectsub graphqlServer: - name: graphql-server \ No newline at end of file + name: graphql-server