diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 89ffc73371..d378cc3c8e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: 🐞 Bug description: Create a report to help us improve labels: ["tech-issues"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0cec..c828f29493 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,4 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9929548166..ee9098bdac 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: "\U0001F680 Feature request" description: Suggest an idea for this project labels: ["feature-request"] diff --git a/.github/workflows/assign-asset-label.yml b/.github/workflows/assign-asset-label.yml index fa7a0d6dd8..5cd5f88f29 100644 --- a/.github/workflows/assign-asset-label.yml +++ b/.github/workflows/assign-asset-label.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Assign asset label' on: pull_request_target: diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index b80d791b94..479ad60b63 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[CI/CD] CD Pipeline' on: # rebuild any PRs and main branch changes push: diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4da965508d..7d633979d9 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[CI/CD] CI Pipeline' on: # rebuild any PRs and main branch changes pull_request_target: diff --git a/.github/workflows/clossing-issues.yml b/.github/workflows/clossing-issues.yml index 8d2c612fd9..94e918e547 100644 --- a/.github/workflows/clossing-issues.yml +++ b/.github/workflows/clossing-issues.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Close Solved issues' on: schedule: diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index 64550a0552..f85231c31b 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Comments based card movements' on: issue_comment: diff --git a/.github/workflows/delete-solved-cards.yml b/.github/workflows/delete-solved-cards.yml index 4b9bd59bf8..2a4868e3ce 100644 --- a/.github/workflows/delete-solved-cards.yml +++ b/.github/workflows/delete-solved-cards.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Delete Solved cards' on: workflow_dispatch: diff --git a/.github/workflows/generate-chart-readme.yml b/.github/workflows/generate-chart-readme.yml index d422605fca..bea8215fbf 100644 --- a/.github/workflows/generate-chart-readme.yml +++ b/.github/workflows/generate-chart-readme.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Update README metadata' on: diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index a63138114c..1b847e923c 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[CI/CD] Markdown linter' on: pull_request: diff --git a/.github/workflows/move-closed-issues.yml b/.github/workflows/move-closed-issues.yml index e2113f094a..450bee0563 100644 --- a/.github/workflows/move-closed-issues.yml +++ b/.github/workflows/move-closed-issues.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Move closed issues' on: issues: diff --git a/.github/workflows/moving-cards.yml b/.github/workflows/moving-cards.yml index f35e71d345..fe14bf041d 100644 --- a/.github/workflows/moving-cards.yml +++ b/.github/workflows/moving-cards.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # This workflow is built to manage the triage support by using GH issues. name: '[Support] Cards movements' on: diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 6398eea15f..821b22e3c8 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Review based card movements' on: pull_request_target: diff --git a/.github/workflows/srp-report.yml b/.github/workflows/srp-report.yml index 9846418f6b..77eda3dbc6 100644 --- a/.github/workflows/srp-report.yml +++ b/.github/workflows/srp-report.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[SRP] Secure Release Pipeline Report' on: schedule: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 424fef0f74..73c77a4b6e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Close stale issues and PRs' on: workflow_dispatch: diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index c9a2e045b8..190ba9b242 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + name: '[Support] Synchronize team members in the .env file' on: schedule: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index f96bd2605a..1cab2c0088 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # This workflow is built to manage the triage support by using GH issues. name: '[Support] Organize triage' on: diff --git a/.vib/airflow/cypress/cypress/integration/airflow_spec.js b/.vib/airflow/cypress/cypress/integration/airflow_spec.js index e6df7f53f4..9d00a9a362 100644 --- a/.vib/airflow/cypress/cypress/integration/airflow_spec.js +++ b/.vib/airflow/cypress/cypress/integration/airflow_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/airflow/cypress/cypress/support/commands.js b/.vib/airflow/cypress/cypress/support/commands.js index 750b897ad0..eb443c8a6f 100644 --- a/.vib/airflow/cypress/cypress/support/commands.js +++ b/.vib/airflow/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/airflow/cypress/cypress/support/index.js b/.vib/airflow/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/airflow/cypress/cypress/support/index.js +++ b/.vib/airflow/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/airflow/cypress/cypress/support/utils.js b/.vib/airflow/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/airflow/cypress/cypress/support/utils.js +++ b/.vib/airflow/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/airflow/goss/goss.yaml b/.vib/airflow/goss/goss.yaml index cab588528b..b6e3f416e6 100644 --- a/.vib/airflow/goss/goss.yaml +++ b/.vib/airflow/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: airflow-trigger-dag: exec: airflow dags trigger example_bash_operator diff --git a/.vib/apache/cypress/cypress/integration/apache_spec.js b/.vib/apache/cypress/cypress/integration/apache_spec.js index cf09a1dc61..84778576c3 100644 --- a/.vib/apache/cypress/cypress/integration/apache_spec.js +++ b/.vib/apache/cypress/cypress/integration/apache_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('visits the apache start page', () => { diff --git a/.vib/apache/goss/goss.yaml b/.vib/apache/goss/goss.yaml index c568e102e7..2681aab124 100644 --- a/.vib/apache/goss/goss.yaml +++ b/.vib/apache/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://apache:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/apisix/cypress/cypress/integration/apisix_spec.js b/.vib/apisix/cypress/cypress/integration/apisix_spec.js index 18f442242c..85d6330e15 100644 --- a/.vib/apisix/cypress/cypress/integration/apisix_spec.js +++ b/.vib/apisix/cypress/cypress/integration/apisix_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, diff --git a/.vib/apisix/cypress/cypress/support/commands.js b/.vib/apisix/cypress/cypress/support/commands.js index 4059ab631d..e64cbf692c 100644 --- a/.vib/apisix/cypress/cypress/support/commands.js +++ b/.vib/apisix/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/apisix/cypress/cypress/support/index.js b/.vib/apisix/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/apisix/cypress/cypress/support/index.js +++ b/.vib/apisix/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/apisix/cypress/cypress/support/utils.js b/.vib/apisix/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/apisix/cypress/cypress/support/utils.js +++ b/.vib/apisix/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/apisix/goss/goss.yaml b/.vib/apisix/goss/goss.yaml index b0155441ae..a6a71ed5e4 100644 --- a/.vib/apisix/goss/goss.yaml +++ b/.vib/apisix/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://apisix-data-plane:{{ .Vars.dataPlane.service.ports.http }}: # The proxy does respond but the route is not registered diff --git a/.vib/appsmith/cypress/cypress/integration/appsmith_spec.js b/.vib/appsmith/cypress/cypress/integration/appsmith_spec.js index e3c80ed012..391283c24e 100644 --- a/.vib/appsmith/cypress/cypress/integration/appsmith_spec.js +++ b/.vib/appsmith/cypress/cypress/integration/appsmith_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, diff --git a/.vib/appsmith/cypress/cypress/support/commands.js b/.vib/appsmith/cypress/cypress/support/commands.js index 5f90aacc11..10296843c2 100644 --- a/.vib/appsmith/cypress/cypress/support/commands.js +++ b/.vib/appsmith/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/appsmith/cypress/cypress/support/index.js b/.vib/appsmith/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/appsmith/cypress/cypress/support/index.js +++ b/.vib/appsmith/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/appsmith/cypress/cypress/support/utils.js b/.vib/appsmith/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/appsmith/cypress/cypress/support/utils.js +++ b/.vib/appsmith/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/appsmith/goss/goss.yaml b/.vib/appsmith/goss/goss.yaml index 94ebb5ac2c..2b3e8e44be 100644 --- a/.vib/appsmith/goss/goss.yaml +++ b/.vib/appsmith/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://appsmith:{{ .Vars.client.service.ports.http }}: status: 200 diff --git a/.vib/argo-cd/cypress/cypress/integration/argo_cd_spec.js b/.vib/argo-cd/cypress/cypress/integration/argo_cd_spec.js index d0312a6364..1c2d3d5599 100644 --- a/.vib/argo-cd/cypress/cypress/integration/argo_cd_spec.js +++ b/.vib/argo-cd/cypress/cypress/integration/argo_cd_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/argo-cd/cypress/cypress/support/commands.js b/.vib/argo-cd/cypress/cypress/support/commands.js index 0c840fb572..8d47478029 100644 --- a/.vib/argo-cd/cypress/cypress/support/commands.js +++ b/.vib/argo-cd/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/argo-cd/cypress/cypress/support/index.js b/.vib/argo-cd/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/argo-cd/cypress/cypress/support/index.js +++ b/.vib/argo-cd/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/argo-cd/cypress/cypress/support/utils.js b/.vib/argo-cd/cypress/cypress/support/utils.js index db2b9bada1..3c267de556 100644 --- a/.vib/argo-cd/cypress/cypress/support/utils.js +++ b/.vib/argo-cd/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase(); diff --git a/.vib/argo-cd/goss/goss.yaml b/.vib/argo-cd/goss/goss.yaml index a2d28eea8a..509bcc489b 100644 --- a/.vib/argo-cd/goss/goss.yaml +++ b/.vib/argo-cd/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://argo-cd-server:{{ .Vars.server.service.ports.http }}: status: 307 diff --git a/.vib/argo-workflows/cypress/cypress/integration/argo_workflows_spec.js b/.vib/argo-workflows/cypress/cypress/integration/argo_workflows_spec.js index 4a8c7f3522..9345b7d745 100644 --- a/.vib/argo-workflows/cypress/cypress/integration/argo_workflows_spec.js +++ b/.vib/argo-workflows/cypress/cypress/integration/argo_workflows_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/argo-workflows/cypress/cypress/support/commands.js b/.vib/argo-workflows/cypress/cypress/support/commands.js index 85a974c522..2c02854895 100644 --- a/.vib/argo-workflows/cypress/cypress/support/commands.js +++ b/.vib/argo-workflows/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/argo-workflows/cypress/cypress/support/index.js b/.vib/argo-workflows/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/argo-workflows/cypress/cypress/support/index.js +++ b/.vib/argo-workflows/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/argo-workflows/cypress/cypress/support/utils.js b/.vib/argo-workflows/cypress/cypress/support/utils.js index db2b9bada1..3c267de556 100644 --- a/.vib/argo-workflows/cypress/cypress/support/utils.js +++ b/.vib/argo-workflows/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7).toLowerCase(); diff --git a/.vib/aspnet-core/cypress/cypress/integration/aspnet-core_spec.js b/.vib/aspnet-core/cypress/cypress/integration/aspnet-core_spec.js index 101aeeb255..f75cc4a2f9 100644 --- a/.vib/aspnet-core/cypress/cypress/integration/aspnet-core_spec.js +++ b/.vib/aspnet-core/cypress/cypress/integration/aspnet-core_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('renders application correctly', () => { diff --git a/.vib/aspnet-core/goss/goss.yaml b/.vib/aspnet-core/goss/goss.yaml index 543f637ca7..247ff69791 100644 --- a/.vib/aspnet-core/goss/goss.yaml +++ b/.vib/aspnet-core/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /app: exists: true diff --git a/.vib/cassandra/goss/goss.yaml b/.vib/cassandra/goss/goss.yaml index dfd385516e..d3eee414ac 100644 --- a/.vib/cassandra/goss/goss.yaml +++ b/.vib/cassandra/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/cert-manager/ginkgo/certmanager_test.go b/.vib/cert-manager/ginkgo/certmanager_test.go index cb7bd9eda3..8e0b51ff66 100644 --- a/.vib/cert-manager/ginkgo/certmanager_test.go +++ b/.vib/cert-manager/ginkgo/certmanager_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/cert-manager/ginkgo/integration_suite_test.go b/.vib/cert-manager/ginkgo/integration_suite_test.go index 5e086fa86f..c6a7cf2b7f 100644 --- a/.vib/cert-manager/ginkgo/integration_suite_test.go +++ b/.vib/cert-manager/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/cert-manager/goss/goss.yaml b/.vib/cert-manager/goss/goss.yaml index 5480a48a0a..ad33421a36 100644 --- a/.vib/cert-manager/goss/goss.yaml +++ b/.vib/cert-manager/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.controller.containerSecurityContext.runAsUser }} {{- $gid := .Vars.controller.podSecurityContext.fsGroup }} diff --git a/.vib/clickhouse/cypress/cypress/integration/clickhouse_spec.js b/.vib/clickhouse/cypress/cypress/integration/clickhouse_spec.js index cd92e8ef74..85ad3bb2b5 100644 --- a/.vib/clickhouse/cypress/cypress/integration/clickhouse_spec.js +++ b/.vib/clickhouse/cypress/cypress/integration/clickhouse_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows running a query', () => { diff --git a/.vib/clickhouse/cypress/cypress/support/commands.js b/.vib/clickhouse/cypress/cypress/support/commands.js index c92703d212..fab8090727 100644 --- a/.vib/clickhouse/cypress/cypress/support/commands.js +++ b/.vib/clickhouse/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-clickhouse.my'; diff --git a/.vib/clickhouse/cypress/cypress/support/index.js b/.vib/clickhouse/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/clickhouse/cypress/cypress/support/index.js +++ b/.vib/clickhouse/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/clickhouse/goss/goss.yaml b/.vib/clickhouse/goss/goss.yaml index c5ce7b408d..3916668bf1 100644 --- a/.vib/clickhouse/goss/goss.yaml +++ b/.vib/clickhouse/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/clickhouse/etc/conf.d/00_default_overrides.xml: mode: "0644" diff --git a/.vib/concourse/cypress/cypress/integration/concourse_spec.js b/.vib/concourse/cypress/cypress/integration/concourse_spec.js index bad3f66fb4..7d72b28521 100644 --- a/.vib/concourse/cypress/cypress/integration/concourse_spec.js +++ b/.vib/concourse/cypress/cypress/integration/concourse_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('renders landing page correctly', () => { diff --git a/.vib/concourse/cypress/cypress/support/commands.js b/.vib/concourse/cypress/cypress/support/commands.js index 7d21570447..52d1723a8d 100644 --- a/.vib/concourse/cypress/cypress/support/commands.js +++ b/.vib/concourse/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-concourse.my'; diff --git a/.vib/concourse/cypress/cypress/support/index.js b/.vib/concourse/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/concourse/cypress/cypress/support/index.js +++ b/.vib/concourse/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/concourse/goss/web/goss.yaml b/.vib/concourse/goss/web/goss.yaml index 2d2a9b3dd1..2f78951f84 100644 --- a/.vib/concourse/goss/web/goss.yaml +++ b/.vib/concourse/goss/web/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $user := (split ":" .Vars.secrets.localUsers)._0 }} {{- $pwd := (split ":" .Vars.secrets.localUsers)._1 }} diff --git a/.vib/concourse/goss/worker/goss.yaml b/.vib/concourse/goss/worker/goss.yaml index 1b3bd6d3a6..06d1739d0a 100644 --- a/.vib/concourse/goss/worker/goss.yaml +++ b/.vib/concourse/goss/worker/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/concourse/workdir: exists: true diff --git a/.vib/consul/cypress/cypress/integration/consul_spec.js b/.vib/consul/cypress/cypress/integration/consul_spec.js index 9a90507a8b..df6bbf9fb4 100644 --- a/.vib/consul/cypress/cypress/integration/consul_spec.js +++ b/.vib/consul/cypress/cypress/integration/consul_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/consul/cypress/cypress/support/commands.js b/.vib/consul/cypress/cypress/support/commands.js index 7128b5b707..659301dbd7 100644 --- a/.vib/consul/cypress/cypress/support/commands.js +++ b/.vib/consul/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + Cypress.on('uncaught:exception', (err, runnable) => { if (err.message.includes('Cannot read properties of undefined') || err.message.includes('is not a function')) { diff --git a/.vib/consul/cypress/cypress/support/index.js b/.vib/consul/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/consul/cypress/cypress/support/index.js +++ b/.vib/consul/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/consul/cypress/cypress/support/utils.js b/.vib/consul/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/consul/cypress/cypress/support/utils.js +++ b/.vib/consul/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/consul/goss/goss.yaml b/.vib/consul/goss/goss.yaml index b80d23ede9..00f67883b2 100644 --- a/.vib/consul/goss/goss.yaml +++ b/.vib/consul/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/consul/conf/consul.json: exists: true diff --git a/.vib/contour/ginkgo/contour.go b/.vib/contour/ginkgo/contour.go index 740406a52c..3e38d2c06d 100644 --- a/.vib/contour/ginkgo/contour.go +++ b/.vib/contour/ginkgo/contour.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/contour/ginkgo/integration_suite_test.go b/.vib/contour/ginkgo/integration_suite_test.go index 3d14bbb0ad..0e9b5ca6fd 100644 --- a/.vib/contour/ginkgo/integration_suite_test.go +++ b/.vib/contour/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/contour/goss/goss.yaml b/.vib/contour/goss/goss.yaml index 718a7d9f86..0a4a846e8e 100644 --- a/.vib/contour/goss/goss.yaml +++ b/.vib/contour/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://contour-envoy:{{ .Vars.envoy.service.ports.https }}: status: 200 diff --git a/.vib/discourse/cypress/cypress/integration/discourse_spec.js b/.vib/discourse/cypress/cypress/integration/discourse_spec.js index 33b62da0c5..31f9b8c773 100644 --- a/.vib/discourse/cypress/cypress/integration/discourse_spec.js +++ b/.vib/discourse/cypress/cypress/integration/discourse_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/discourse/cypress/cypress/support/commands.js b/.vib/discourse/cypress/cypress/support/commands.js index 2b3039ba29..89d5d0899d 100644 --- a/.vib/discourse/cypress/cypress/support/commands.js +++ b/.vib/discourse/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://bitnami-discourse.my'; diff --git a/.vib/discourse/cypress/cypress/support/index.js b/.vib/discourse/cypress/cypress/support/index.js index 3ef0a75b05..2b86b4ae79 100644 --- a/.vib/discourse/cypress/cypress/support/index.js +++ b/.vib/discourse/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/discourse/cypress/cypress/support/utils.js b/.vib/discourse/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/discourse/cypress/cypress/support/utils.js +++ b/.vib/discourse/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/discourse/goss/goss.yaml b/.vib/discourse/goss/goss.yaml index a8cf887223..860deb5826 100644 --- a/.vib/discourse/goss/goss.yaml +++ b/.vib/discourse/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/discourse: exists: true diff --git a/.vib/dokuwiki/cypress/cypress/integration/dokuwiki_spec.js b/.vib/dokuwiki/cypress/cypress/integration/dokuwiki_spec.js index a175e9be40..996516225d 100644 --- a/.vib/dokuwiki/cypress/cypress/integration/dokuwiki_spec.js +++ b/.vib/dokuwiki/cypress/cypress/integration/dokuwiki_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/dokuwiki/cypress/cypress/support/commands.js b/.vib/dokuwiki/cypress/cypress/support/commands.js index ad3d94923e..1244bb44e4 100644 --- a/.vib/dokuwiki/cypress/cypress/support/commands.js +++ b/.vib/dokuwiki/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/dokuwiki/cypress/cypress/support/index.js b/.vib/dokuwiki/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/dokuwiki/cypress/cypress/support/index.js +++ b/.vib/dokuwiki/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/dokuwiki/cypress/cypress/support/utils.js b/.vib/dokuwiki/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/dokuwiki/cypress/cypress/support/utils.js +++ b/.vib/dokuwiki/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/dokuwiki/goss/goss.yaml b/.vib/dokuwiki/goss/goss.yaml index d58697b0c3..7ac7c2d3d6 100644 --- a/.vib/dokuwiki/goss/goss.yaml +++ b/.vib/dokuwiki/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/dokuwiki: exists: true diff --git a/.vib/drupal/cypress/cypress/integration/drupal_spec.js b/.vib/drupal/cypress/cypress/integration/drupal_spec.js index 3d5c81367d..1b60d82c16 100644 --- a/.vib/drupal/cypress/cypress/integration/drupal_spec.js +++ b/.vib/drupal/cypress/cypress/integration/drupal_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/drupal/cypress/cypress/support/commands.js b/.vib/drupal/cypress/cypress/support/commands.js index 5e7f7a5816..b6df49d547 100644 --- a/.vib/drupal/cypress/cypress/support/commands.js +++ b/.vib/drupal/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/drupal/cypress/cypress/support/index.js b/.vib/drupal/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/drupal/cypress/cypress/support/index.js +++ b/.vib/drupal/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/drupal/cypress/cypress/support/utils.js b/.vib/drupal/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/drupal/cypress/cypress/support/utils.js +++ b/.vib/drupal/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/drupal/goss/goss.yaml b/.vib/drupal/goss/goss.yaml index d82354b1e2..42cc3ca363 100644 --- a/.vib/drupal/goss/goss.yaml +++ b/.vib/drupal/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://drupal:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/ejbca/cypress/cypress/integration/ejbca_spec.js b/.vib/ejbca/cypress/cypress/integration/ejbca_spec.js index ea5f2b91fb..e556406872 100644 --- a/.vib/ejbca/cypress/cypress/integration/ejbca_spec.js +++ b/.vib/ejbca/cypress/cypress/integration/ejbca_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows to enrol and verify certificate', () => { diff --git a/.vib/ejbca/cypress/cypress/plugins/index.js b/.vib/ejbca/cypress/cypress/plugins/index.js index 273aa37869..c0cf18ffb4 100644 --- a/.vib/ejbca/cypress/cypress/plugins/index.js +++ b/.vib/ejbca/cypress/cypress/plugins/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// // *********************************************************** // This example plugins/index.js can be used to load plugins diff --git a/.vib/ejbca/cypress/cypress/support/commands.js b/.vib/ejbca/cypress/cypress/support/commands.js index db6590fd8c..1c6e378fe8 100644 --- a/.vib/ejbca/cypress/cypress/support/commands.js +++ b/.vib/ejbca/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/ejbca/cypress/cypress/support/index.js b/.vib/ejbca/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/ejbca/cypress/cypress/support/index.js +++ b/.vib/ejbca/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/ejbca/goss/goss-wait.yaml b/.vib/ejbca/goss/goss-wait.yaml index 16908ccbd6..34d5be84ff 100644 --- a/.vib/ejbca/goss/goss-wait.yaml +++ b/.vib/ejbca/goss/goss-wait.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: # During the initilization process, EJBCA is restarted to apply some settings. It # might happen that GOSS tests are launched precisely when this restart is triggered, diff --git a/.vib/ejbca/goss/goss.yaml b/.vib/ejbca/goss/goss.yaml index e98910ca89..37f041fb93 100644 --- a/.vib/ejbca/goss/goss.yaml +++ b/.vib/ejbca/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://ejbca:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/elasticsearch/cypress/cypress/integration/elasticsearch_spec.js b/.vib/elasticsearch/cypress/cypress/integration/elasticsearch_spec.js index f42bfd954c..b6614e22ca 100644 --- a/.vib/elasticsearch/cypress/cypress/integration/elasticsearch_spec.js +++ b/.vib/elasticsearch/cypress/cypress/integration/elasticsearch_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; import body from '../fixtures/documents.json'; diff --git a/.vib/elasticsearch/cypress/cypress/support/utils.js b/.vib/elasticsearch/cypress/cypress/support/utils.js index 3e207fb128..7fbf795771 100644 --- a/.vib/elasticsearch/cypress/cypress/support/utils.js +++ b/.vib/elasticsearch/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.floor(Math.random() * 10000) + 10000) diff --git a/.vib/elasticsearch/goss/goss.yaml b/.vib/elasticsearch/goss/goss.yaml index c3c1cf5160..cdb6f4c17a 100644 --- a/.vib/elasticsearch/goss/goss.yaml +++ b/.vib/elasticsearch/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/elasticsearch/config/elasticsearch.yml: mode: "0644" diff --git a/.vib/etcd/goss/goss.yaml b/.vib/etcd/goss/goss.yaml index f62f8d9e1f..c79021001b 100644 --- a/.vib/etcd/goss/goss.yaml +++ b/.vib/etcd/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://etcd:{{ .Vars.service.ports.peer }}/version: status: 200 diff --git a/.vib/external-dns/cypress/cypress/integration/external_dns_spec.js b/.vib/external-dns/cypress/cypress/integration/external_dns_spec.js index 5d0df1ac13..3721c798e4 100644 --- a/.vib/external-dns/cypress/cypress/integration/external_dns_spec.js +++ b/.vib/external-dns/cypress/cypress/integration/external_dns_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('can check metrics endpoint', () => { diff --git a/.vib/external-dns/goss/goss.yaml b/.vib/external-dns/goss/goss.yaml index ce786db8e0..5900502c44 100644 --- a/.vib/external-dns/goss/goss.yaml +++ b/.vib/external-dns/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://127.0.0.1:{{ .Vars.containerPorts.http }}/metrics: status: 200 diff --git a/.vib/flink/cypress/cypress/integration/flink_spec.js b/.vib/flink/cypress/cypress/integration/flink_spec.js index dde8aca59e..f6f37f7e65 100644 --- a/.vib/flink/cypress/cypress/integration/flink_spec.js +++ b/.vib/flink/cypress/cypress/integration/flink_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('should show available task slots', () => { diff --git a/.vib/flink/goss/goss.yaml b/.vib/flink/goss/goss.yaml index 4bc8c6342e..f1375510a3 100644 --- a/.vib/flink/goss/goss.yaml +++ b/.vib/flink/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: # Container ports tcp://localhost:{{ .Vars.jobmanager.containerPorts.rpc }}: diff --git a/.vib/fluent-bit/goss/goss.yaml b/.vib/fluent-bit/goss/goss.yaml index 9b24ce0b1c..612dca9f66 100644 --- a/.vib/fluent-bit/goss/goss.yaml +++ b/.vib/fluent-bit/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: # Container ports http://localhost:{{ .Vars.containerPorts.http }}/: diff --git a/.vib/fluentd/goss/goss.yaml b/.vib/fluentd/goss/goss.yaml index 82656ae5a7..071c00c0cb 100644 --- a/.vib/fluentd/goss/goss.yaml +++ b/.vib/fluentd/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/fluentd/conf/fluentd-inputs.conf: exists: true diff --git a/.vib/flux/goss/goss-wait.yaml b/.vib/flux/goss/goss-wait.yaml index 2bfed9ab22..c1875e008a 100644 --- a/.vib/flux/goss/goss-wait.yaml +++ b/.vib/flux/goss/goss-wait.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: {{- $chartReleaseName := (index .Vars.extraDeploy 3).metadata.name }} tcp://{{ $chartReleaseName }}:80: diff --git a/.vib/flux/goss/goss.yaml b/.vib/flux/goss/goss.yaml index 83430d8e92..3c7b0d535b 100644 --- a/.vib/flux/goss/goss.yaml +++ b/.vib/flux/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.sourceController.containerSecurityContext.runAsUser }} {{- $gid := .Vars.sourceController.podSecurityContext.fsGroup }} diff --git a/.vib/ghost/cypress/cypress/integration/ghost_spec.js b/.vib/ghost/cypress/cypress/integration/ghost_spec.js index 63b5aab6cf..44f1dc20e7 100644 --- a/.vib/ghost/cypress/cypress/integration/ghost_spec.js +++ b/.vib/ghost/cypress/cypress/integration/ghost_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/ghost/cypress/cypress/support/commands.js b/.vib/ghost/cypress/cypress/support/commands.js index 7473b0f5a6..ae7de6e9dc 100644 --- a/.vib/ghost/cypress/cypress/support/commands.js +++ b/.vib/ghost/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-ghost.my'; diff --git a/.vib/ghost/cypress/cypress/support/index.js b/.vib/ghost/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/ghost/cypress/cypress/support/index.js +++ b/.vib/ghost/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/ghost/cypress/cypress/support/utils.js b/.vib/ghost/cypress/cypress/support/utils.js index 445a887aec..648fe0d775 100644 --- a/.vib/ghost/cypress/cypress/support/utils.js +++ b/.vib/ghost/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); \ No newline at end of file diff --git a/.vib/ghost/goss/goss.yaml b/.vib/ghost/goss/goss.yaml index 870804cdae..40a497413f 100644 --- a/.vib/ghost/goss/goss.yaml +++ b/.vib/ghost/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://localhost:{{ .Vars.containerPorts.http }}: status: 200 diff --git a/.vib/gitea/cypress/cypress/integration/gitea_spec.js b/.vib/gitea/cypress/cypress/integration/gitea_spec.js index 801a5fc780..29fc727bb6 100644 --- a/.vib/gitea/cypress/cypress/integration/gitea_spec.js +++ b/.vib/gitea/cypress/cypress/integration/gitea_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, diff --git a/.vib/gitea/cypress/cypress/support/commands.js b/.vib/gitea/cypress/cypress/support/commands.js index 25cee504a9..eca086618d 100644 --- a/.vib/gitea/cypress/cypress/support/commands.js +++ b/.vib/gitea/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/gitea/cypress/cypress/support/index.js b/.vib/gitea/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/gitea/cypress/cypress/support/index.js +++ b/.vib/gitea/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/gitea/cypress/cypress/support/utils.js b/.vib/gitea/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/gitea/cypress/cypress/support/utils.js +++ b/.vib/gitea/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/gitea/goss/goss.yaml b/.vib/gitea/goss/goss.yaml index a3b8d321d4..7c81836437 100644 --- a/.vib/gitea/goss/goss.yaml +++ b/.vib/gitea/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: tcp://127.0.0.1:{{ .Vars.containerPorts.ssh }}: reachable: true diff --git a/.vib/grafana-loki/cypress/cypress/integration/grafana_loki_spec.js b/.vib/grafana-loki/cypress/cypress/integration/grafana_loki_spec.js index 6041c6a670..ec5adcf672 100644 --- a/.vib/grafana-loki/cypress/cypress/integration/grafana_loki_spec.js +++ b/.vib/grafana-loki/cypress/cypress/integration/grafana_loki_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import body from '../fixtures/logs-body.json'; import { lastMinuteTimestamp } from '../support/utils'; diff --git a/.vib/grafana-loki/cypress/cypress/support/utils.js b/.vib/grafana-loki/cypress/cypress/support/utils.js index eac040eda2..4ca58c4d11 100644 --- a/.vib/grafana-loki/cypress/cypress/support/utils.js +++ b/.vib/grafana-loki/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let lastMinuteTimestamp = Date.now() * 1e6 - 6e1 * 1e9; // Date.now() returns the date in miliseconds diff --git a/.vib/grafana-loki/goss/promtail/goss.yaml b/.vib/grafana-loki/goss/promtail/goss.yaml index fc8f7d8317..f3abd0c87d 100644 --- a/.vib/grafana-loki/goss/promtail/goss.yaml +++ b/.vib/grafana-loki/goss/promtail/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/promtail/conf/promtail.yaml: mode: "0644" diff --git a/.vib/grafana-loki/goss/querier/goss.yaml b/.vib/grafana-loki/goss/querier/goss.yaml index 6bed5cc7c3..30b6fbcda2 100644 --- a/.vib/grafana-loki/goss/querier/goss.yaml +++ b/.vib/grafana-loki/goss/querier/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.loki.dataDir }}/conf/loki.yaml: mode: "0644" diff --git a/.vib/grafana-mimir/cypress/cypress/integration/grafana_mimir_spec.js b/.vib/grafana-mimir/cypress/cypress/integration/grafana_mimir_spec.js index d1fe9dbe2f..d32cdbd0a4 100644 --- a/.vib/grafana-mimir/cypress/cypress/integration/grafana_mimir_spec.js +++ b/.vib/grafana-mimir/cypress/cypress/integration/grafana_mimir_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import body from '../fixtures/metric-body.json'; import { diff --git a/.vib/grafana-mimir/cypress/cypress/support/utils.js b/.vib/grafana-mimir/cypress/cypress/support/utils.js index b0e5515546..559432e1ad 100644 --- a/.vib/grafana-mimir/cypress/cypress/support/utils.js +++ b/.vib/grafana-mimir/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let lastMinuteTimestamp = (Date.now() - 1000) * 1e6; // Date.now() returns the date in miliseconds diff --git a/.vib/grafana-mimir/goss/goss.yaml b/.vib/grafana-mimir/goss/goss.yaml index 129786459d..f485b60afc 100644 --- a/.vib/grafana-mimir/goss/goss.yaml +++ b/.vib/grafana-mimir/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.mimir.dataDir }}/conf/mimir.yaml: exists: true diff --git a/.vib/grafana-operator/cypress/cypress/integration/grafana_operator_spec.js b/.vib/grafana-operator/cypress/cypress/integration/grafana_operator_spec.js index 98537978db..11e72123e0 100644 --- a/.vib/grafana-operator/cypress/cypress/integration/grafana_operator_spec.js +++ b/.vib/grafana-operator/cypress/cypress/integration/grafana_operator_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/grafana-operator/cypress/cypress/support/commands.js b/.vib/grafana-operator/cypress/cypress/support/commands.js index 8367ebd72f..40edd27120 100644 --- a/.vib/grafana-operator/cypress/cypress/support/commands.js +++ b/.vib/grafana-operator/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/grafana-operator/cypress/cypress/support/index.js b/.vib/grafana-operator/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/grafana-operator/cypress/cypress/support/index.js +++ b/.vib/grafana-operator/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/grafana-operator/cypress/cypress/support/utils.js b/.vib/grafana-operator/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/grafana-operator/cypress/cypress/support/utils.js +++ b/.vib/grafana-operator/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/grafana-operator/goss/goss.yaml b/.vib/grafana-operator/goss/goss.yaml index b2ac71d364..502d9a196c 100644 --- a/.vib/grafana-operator/goss/goss.yaml +++ b/.vib/grafana-operator/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://grafana-service:3000: status: 200 diff --git a/.vib/grafana-tempo/cypress/cypress/integration/grafana_tempo_spec.js b/.vib/grafana-tempo/cypress/cypress/integration/grafana_tempo_spec.js index 2160792794..fecfe8f199 100644 --- a/.vib/grafana-tempo/cypress/cypress/integration/grafana_tempo_spec.js +++ b/.vib/grafana-tempo/cypress/cypress/integration/grafana_tempo_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('(ring) is aware of all the replicas', () => { diff --git a/.vib/grafana-tempo/cypress/cypress/plugins/index.js b/.vib/grafana-tempo/cypress/cypress/plugins/index.js index 59b2bab6e4..14a9282235 100644 --- a/.vib/grafana-tempo/cypress/cypress/plugins/index.js +++ b/.vib/grafana-tempo/cypress/cypress/plugins/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// // *********************************************************** // This example plugins/index.js can be used to load plugins diff --git a/.vib/grafana-tempo/goss/goss.yaml b/.vib/grafana-tempo/goss/goss.yaml index fe8691e171..9bf1ff4a76 100644 --- a/.vib/grafana-tempo/goss/goss.yaml +++ b/.vib/grafana-tempo/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: # Querying /ready in HTTP too early results in error 503 and makes the test flaky tcp://grafana-tempo-ingester:{{ .Vars.ingester.service.ports.http }}: diff --git a/.vib/grafana/cypress/cypress/integration/grafana_spec.js b/.vib/grafana/cypress/cypress/integration/grafana_spec.js index 15fe8a0b89..7f2c83aa14 100644 --- a/.vib/grafana/cypress/cypress/integration/grafana_spec.js +++ b/.vib/grafana/cypress/cypress/integration/grafana_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/grafana/cypress/cypress/support/commands.js b/.vib/grafana/cypress/cypress/support/commands.js index 20715f2d5c..63d57128bf 100644 --- a/.vib/grafana/cypress/cypress/support/commands.js +++ b/.vib/grafana/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/grafana/cypress/cypress/support/index.js b/.vib/grafana/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/grafana/cypress/cypress/support/index.js +++ b/.vib/grafana/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/grafana/cypress/cypress/support/utils.js b/.vib/grafana/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/grafana/cypress/cypress/support/utils.js +++ b/.vib/grafana/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/grafana/goss/goss.yaml b/.vib/grafana/goss/goss.yaml index ee47a409e6..fb80e396d1 100644 --- a/.vib/grafana/goss/goss.yaml +++ b/.vib/grafana/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/grafana/data: filetype: directory diff --git a/.vib/haproxy/cypress/cypress/integration/haproxy_spec.js b/.vib/haproxy/cypress/cypress/integration/haproxy_spec.js index fa2024eb59..838a240778 100644 --- a/.vib/haproxy/cypress/cypress/integration/haproxy_spec.js +++ b/.vib/haproxy/cypress/cypress/integration/haproxy_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('can access backend server', () => { diff --git a/.vib/haproxy/goss/goss.yaml b/.vib/haproxy/goss/goss.yaml index e35ebb07cd..317c90fd08 100644 --- a/.vib/haproxy/goss/goss.yaml +++ b/.vib/haproxy/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.containerSecurityContext.runAsUser }} {{- $gid := .Vars.podSecurityContext.fsGroup }} diff --git a/.vib/harbor/cypress/cypress/integration/harbor_spec.js b/.vib/harbor/cypress/cypress/integration/harbor_spec.js index 853b7a190e..1bcd32c4f3 100644 --- a/.vib/harbor/cypress/cypress/integration/harbor_spec.js +++ b/.vib/harbor/cypress/cypress/integration/harbor_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/harbor/cypress/cypress/support/commands.js b/.vib/harbor/cypress/cypress/support/commands.js index 5e8bca3b75..9618035b95 100644 --- a/.vib/harbor/cypress/cypress/support/commands.js +++ b/.vib/harbor/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/harbor/cypress/cypress/support/index.js b/.vib/harbor/cypress/cypress/support/index.js index d076cec9fd..ee7e084772 100644 --- a/.vib/harbor/cypress/cypress/support/index.js +++ b/.vib/harbor/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/harbor/cypress/cypress/support/utils.js b/.vib/harbor/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/harbor/cypress/cypress/support/utils.js +++ b/.vib/harbor/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/harbor/goss/goss.yaml b/.vib/harbor/goss/goss.yaml index e49ac757bb..47316a7d0f 100644 --- a/.vib/harbor/goss/goss.yaml +++ b/.vib/harbor/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /etc/registry/config.yml: exists: true diff --git a/.vib/influxdb/cypress/cypress/integration/influxdb_spec.js b/.vib/influxdb/cypress/cypress/integration/influxdb_spec.js index 675e0985b0..d54cad2aa2 100644 --- a/.vib/influxdb/cypress/cypress/integration/influxdb_spec.js +++ b/.vib/influxdb/cypress/cypress/integration/influxdb_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, selectOrg } from '../support/utils'; diff --git a/.vib/influxdb/cypress/cypress/support/commands.js b/.vib/influxdb/cypress/cypress/support/commands.js index 761a6e37fa..bd876b1e1b 100644 --- a/.vib/influxdb/cypress/cypress/support/commands.js +++ b/.vib/influxdb/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/influxdb/cypress/cypress/support/index.js b/.vib/influxdb/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/influxdb/cypress/cypress/support/index.js +++ b/.vib/influxdb/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/influxdb/cypress/cypress/support/utils.js b/.vib/influxdb/cypress/cypress/support/utils.js index 7dbd373914..d3d3693960 100644 --- a/.vib/influxdb/cypress/cypress/support/utils.js +++ b/.vib/influxdb/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/influxdb/goss/goss.yaml b/.vib/influxdb/goss/goss.yaml index 938d39039c..ec66e63893 100644 --- a/.vib/influxdb/goss/goss.yaml +++ b/.vib/influxdb/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/influxdb: exists: true diff --git a/.vib/jaeger/cypress/cypress/integration/jaeger_spec.js b/.vib/jaeger/cypress/cypress/integration/jaeger_spec.js index f2d02b9cb2..c365f3d1ae 100644 --- a/.vib/jaeger/cypress/cypress/integration/jaeger_spec.js +++ b/.vib/jaeger/cypress/cypress/integration/jaeger_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('lists and retrieves jaeger traces', () => { diff --git a/.vib/jaeger/goss/goss.yaml b/.vib/jaeger/goss/goss.yaml index 3d1ab5bbf3..bc5605fd21 100644 --- a/.vib/jaeger/goss/goss.yaml +++ b/.vib/jaeger/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: tcp://localhost:{{ .Vars.agent.containerPorts.config }}: reachable: true diff --git a/.vib/jasperreports/cypress/cypress/integration/jasperreports_spec.js b/.vib/jasperreports/cypress/cypress/integration/jasperreports_spec.js index b331752ecb..bc7afc875c 100644 --- a/.vib/jasperreports/cypress/cypress/integration/jasperreports_spec.js +++ b/.vib/jasperreports/cypress/cypress/integration/jasperreports_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/jasperreports/cypress/cypress/support/commands.js b/.vib/jasperreports/cypress/cypress/support/commands.js index 87cdbaf189..ac55902b63 100644 --- a/.vib/jasperreports/cypress/cypress/support/commands.js +++ b/.vib/jasperreports/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/jasperreports/cypress/cypress/support/index.js b/.vib/jasperreports/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/jasperreports/cypress/cypress/support/index.js +++ b/.vib/jasperreports/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/jasperreports/cypress/cypress/support/utils.js b/.vib/jasperreports/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/jasperreports/cypress/cypress/support/utils.js +++ b/.vib/jasperreports/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/jasperreports/goss/goss.yaml b/.vib/jasperreports/goss/goss.yaml index 9a681439c4..7a2ad269f7 100644 --- a/.vib/jasperreports/goss/goss.yaml +++ b/.vib/jasperreports/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.containerSecurityContext.runAsUser }} {{- $gid := .Vars.podSecurityContext.fsGroup }} diff --git a/.vib/jenkins/cypress/cypress/integration/jenkins_spec.js b/.vib/jenkins/cypress/cypress/integration/jenkins_spec.js index 397459b776..92943f82e5 100644 --- a/.vib/jenkins/cypress/cypress/integration/jenkins_spec.js +++ b/.vib/jenkins/cypress/cypress/integration/jenkins_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, checkErrors } from '../support/utils'; diff --git a/.vib/jenkins/cypress/cypress/support/commands.js b/.vib/jenkins/cypress/cypress/support/commands.js index 9b0735339b..2891849ed8 100644 --- a/.vib/jenkins/cypress/cypress/support/commands.js +++ b/.vib/jenkins/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/jenkins/cypress/cypress/support/index.js b/.vib/jenkins/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/jenkins/cypress/cypress/support/index.js +++ b/.vib/jenkins/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/jenkins/cypress/cypress/support/utils.js b/.vib/jenkins/cypress/cypress/support/utils.js index f9f71d6c32..191e4b2c58 100644 --- a/.vib/jenkins/cypress/cypress/support/utils.js +++ b/.vib/jenkins/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/jenkins/goss/goss.yaml b/.vib/jenkins/goss/goss.yaml index 6f7f927589..97df1fea5c 100644 --- a/.vib/jenkins/goss/goss.yaml +++ b/.vib/jenkins/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: jenkins-cli-user: exec: java -jar /bitnami/jenkins/home/war/WEB-INF/lib/cli-${APP_VERSION}.jar -s http://localhost:{{ .Vars.containerPorts.http }} -auth {{ .Vars.jenkinsUser }}:{{ .Vars.jenkinsPassword }} who-am-i diff --git a/.vib/joomla/cypress/cypress/integration/joomla_spec.js b/.vib/joomla/cypress/cypress/integration/joomla_spec.js index 22e9e2c427..7a8fdd2dc1 100644 --- a/.vib/joomla/cypress/cypress/integration/joomla_spec.js +++ b/.vib/joomla/cypress/cypress/integration/joomla_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/joomla/cypress/cypress/support/commands.js b/.vib/joomla/cypress/cypress/support/commands.js index c60410f3f0..8615327737 100644 --- a/.vib/joomla/cypress/cypress/support/commands.js +++ b/.vib/joomla/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/joomla/cypress/cypress/support/index.js b/.vib/joomla/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/joomla/cypress/cypress/support/index.js +++ b/.vib/joomla/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/joomla/cypress/cypress/support/utils.js b/.vib/joomla/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/joomla/cypress/cypress/support/utils.js +++ b/.vib/joomla/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/joomla/goss/goss.yaml b/.vib/joomla/goss/goss.yaml index a1b8f1b7c1..6c5601abf6 100644 --- a/.vib/joomla/goss/goss.yaml +++ b/.vib/joomla/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami: exists: true diff --git a/.vib/jupyterhub/cypress/cypress/integration/jupyterhub_spec.js b/.vib/jupyterhub/cypress/cypress/integration/jupyterhub_spec.js index 2254606be5..6bad3b2596 100644 --- a/.vib/jupyterhub/cypress/cypress/integration/jupyterhub_spec.js +++ b/.vib/jupyterhub/cypress/cypress/integration/jupyterhub_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/jupyterhub/cypress/cypress/support/commands.js b/.vib/jupyterhub/cypress/cypress/support/commands.js index 34e1a0676f..b62550664e 100644 --- a/.vib/jupyterhub/cypress/cypress/support/commands.js +++ b/.vib/jupyterhub/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/jupyterhub/cypress/cypress/support/index.js b/.vib/jupyterhub/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/jupyterhub/cypress/cypress/support/index.js +++ b/.vib/jupyterhub/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/jupyterhub/cypress/cypress/support/utils.js b/.vib/jupyterhub/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/jupyterhub/cypress/cypress/support/utils.js +++ b/.vib/jupyterhub/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/jupyterhub/goss/goss.yaml b/.vib/jupyterhub/goss/goss.yaml index 5f1547a322..72eb8ab8b5 100644 --- a/.vib/jupyterhub/goss/goss.yaml +++ b/.vib/jupyterhub/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://jupyterhub-hub:{{ .Vars.hub.service.ports.http }}/hub/health: status: 200 diff --git a/.vib/kafka/goss/goss.yaml b/.vib/kafka/goss/goss.yaml index 403e4fa904..ce241863a3 100644 --- a/.vib/kafka/goss/goss.yaml +++ b/.vib/kafka/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/keycloak/cypress/cypress/integration/keycloak_spec.js b/.vib/keycloak/cypress/cypress/integration/keycloak_spec.js index 338cf0204a..87131f54e4 100644 --- a/.vib/keycloak/cypress/cypress/integration/keycloak_spec.js +++ b/.vib/keycloak/cypress/cypress/integration/keycloak_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/keycloak/cypress/cypress/support/commands.js b/.vib/keycloak/cypress/cypress/support/commands.js index e89e95f7f8..5d7c6b9c56 100644 --- a/.vib/keycloak/cypress/cypress/support/commands.js +++ b/.vib/keycloak/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/keycloak/cypress/cypress/support/index.js b/.vib/keycloak/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/keycloak/cypress/cypress/support/index.js +++ b/.vib/keycloak/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/keycloak/cypress/cypress/support/utils.js b/.vib/keycloak/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/keycloak/cypress/cypress/support/utils.js +++ b/.vib/keycloak/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/keycloak/goss/goss.yaml b/.vib/keycloak/goss/goss.yaml index 42eec291b8..3c0455f73c 100644 --- a/.vib/keycloak/goss/goss.yaml +++ b/.vib/keycloak/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/keycloak/conf/keycloak.conf: exists: true diff --git a/.vib/kibana/cypress/cypress/integration/kibana_spec.js b/.vib/kibana/cypress/cypress/integration/kibana_spec.js index b2bae6b292..5810f8f9ad 100644 --- a/.vib/kibana/cypress/cypress/integration/kibana_spec.js +++ b/.vib/kibana/cypress/cypress/integration/kibana_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { skipTheWelcomeScreen, random } from '../support/utils'; diff --git a/.vib/kibana/cypress/cypress/support/commands.js b/.vib/kibana/cypress/cypress/support/commands.js index 3987db165c..b90d673e8e 100644 --- a/.vib/kibana/cypress/cypress/support/commands.js +++ b/.vib/kibana/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // Added to slow down Cypress test execution without using hardcoded waits. If removed, there will be false positives. const COMMAND_DELAY = 2000; diff --git a/.vib/kibana/cypress/cypress/support/index.js b/.vib/kibana/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/kibana/cypress/cypress/support/index.js +++ b/.vib/kibana/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/kibana/cypress/cypress/support/utils.js b/.vib/kibana/cypress/cypress/support/utils.js index b59e8025f3..1db246050e 100644 --- a/.vib/kibana/cypress/cypress/support/utils.js +++ b/.vib/kibana/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(9); diff --git a/.vib/kibana/goss/goss.yaml b/.vib/kibana/goss/goss.yaml index 526838ca12..87f8bbf901 100644 --- a/.vib/kibana/goss/goss.yaml +++ b/.vib/kibana/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/kibana: exists: true diff --git a/.vib/kong/cypress/cypress/integration/kong_spec.js b/.vib/kong/cypress/cypress/integration/kong_spec.js index 5513e4ded3..2142917837 100644 --- a/.vib/kong/cypress/cypress/integration/kong_spec.js +++ b/.vib/kong/cypress/cypress/integration/kong_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/kong/cypress/cypress/support/utils.js b/.vib/kong/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/kong/cypress/cypress/support/utils.js +++ b/.vib/kong/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/kong/goss/goss.yaml b/.vib/kong/goss/goss.yaml index d4ac0772f7..699cc53e3a 100644 --- a/.vib/kong/goss/goss.yaml +++ b/.vib/kong/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://kong:{{ .Vars.service.ports.proxyHttps }}: # The proxy does respond but the route is not registered diff --git a/.vib/kube-prometheus/cypress/cypress/integration/kube_prometheus_spec.js b/.vib/kube-prometheus/cypress/cypress/integration/kube_prometheus_spec.js index b6d0473122..3a61a877e6 100644 --- a/.vib/kube-prometheus/cypress/cypress/integration/kube_prometheus_spec.js +++ b/.vib/kube-prometheus/cypress/cypress/integration/kube_prometheus_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows executing a query and displaying response data for each deployment', () => { diff --git a/.vib/kube-prometheus/goss/goss.yaml b/.vib/kube-prometheus/goss/goss.yaml index e24c3dd998..c6fd1afcf6 100644 --- a/.vib/kube-prometheus/goss/goss.yaml +++ b/.vib/kube-prometheus/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: check-no-capabilities: exec: cat /proc/1/status diff --git a/.vib/kube-state-metrics/goss/goss.yaml b/.vib/kube-state-metrics/goss/goss.yaml index 69bad8d6c2..694b8b7fbe 100644 --- a/.vib/kube-state-metrics/goss/goss.yaml +++ b/.vib/kube-state-metrics/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://kube-state-metrics:{{ .Vars.service.ports.http }}/metrics: status: 200 diff --git a/.vib/kubeapps/cypress/cypress/integration/kubeapps_spec.js b/.vib/kubeapps/cypress/cypress/integration/kubeapps_spec.js index adbfa77cad..688108bb92 100644 --- a/.vib/kubeapps/cypress/cypress/integration/kubeapps_spec.js +++ b/.vib/kubeapps/cypress/cypress/integration/kubeapps_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/kubeapps/cypress/cypress/support/commands.js b/.vib/kubeapps/cypress/cypress/support/commands.js index bd40884329..1e2b152b41 100644 --- a/.vib/kubeapps/cypress/cypress/support/commands.js +++ b/.vib/kubeapps/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/kubeapps/cypress/cypress/support/index.js b/.vib/kubeapps/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/kubeapps/cypress/cypress/support/index.js +++ b/.vib/kubeapps/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/kubeapps/cypress/cypress/support/utils.js b/.vib/kubeapps/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/kubeapps/cypress/cypress/support/utils.js +++ b/.vib/kubeapps/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/kubeapps/goss/goss.yaml b/.vib/kubeapps/goss/goss.yaml index dfe2c08473..c27af7f7a3 100644 --- a/.vib/kubeapps/goss/goss.yaml +++ b/.vib/kubeapps/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://kubeapps-internal-kubeappsapis:{{ .Vars.kubeappsapis.service.ports.http }}/core/plugins/v1alpha1/configured-plugins: status: 200 diff --git a/.vib/kubernetes-event-exporter/ginkgo/integration_suite_test.go b/.vib/kubernetes-event-exporter/ginkgo/integration_suite_test.go index 3fa8155f53..b1f5bc0a83 100644 --- a/.vib/kubernetes-event-exporter/ginkgo/integration_suite_test.go +++ b/.vib/kubernetes-event-exporter/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/kubernetes-event-exporter/ginkgo/kubernetes_event_exporter.go b/.vib/kubernetes-event-exporter/ginkgo/kubernetes_event_exporter.go index 905fa8d857..2fd6403110 100644 --- a/.vib/kubernetes-event-exporter/ginkgo/kubernetes_event_exporter.go +++ b/.vib/kubernetes-event-exporter/ginkgo/kubernetes_event_exporter.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/kubernetes-event-exporter/goss/goss.yaml b/.vib/kubernetes-event-exporter/goss/goss.yaml index a80ca4e69f..b227526fd1 100644 --- a/.vib/kubernetes-event-exporter/goss/goss.yaml +++ b/.vib/kubernetes-event-exporter/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /data/config.yaml: exists: true diff --git a/.vib/logstash/cypress/cypress/integration/logstash_spec.js b/.vib/logstash/cypress/cypress/integration/logstash_spec.js index 500ef49b91..7a55250594 100644 --- a/.vib/logstash/cypress/cypress/integration/logstash_spec.js +++ b/.vib/logstash/cypress/cypress/integration/logstash_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('can check cluster health', () => { diff --git a/.vib/logstash/goss/goss.yaml b/.vib/logstash/goss/goss.yaml index b06f3b98e5..864cfabc36 100644 --- a/.vib/logstash/goss/goss.yaml +++ b/.vib/logstash/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://logstash:{{ (index .Vars.service.ports 0).port }}: status: 200 diff --git a/.vib/magento/cypress/cypress/integration/magento_spec.js b/.vib/magento/cypress/cypress/integration/magento_spec.js index e38b08cc90..e315063a83 100644 --- a/.vib/magento/cypress/cypress/integration/magento_spec.js +++ b/.vib/magento/cypress/cypress/integration/magento_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, allowDataUsage } from '../support/utils'; diff --git a/.vib/magento/cypress/cypress/support/commands.js b/.vib/magento/cypress/cypress/support/commands.js index 83e9d29806..f61276317d 100644 --- a/.vib/magento/cypress/cypress/support/commands.js +++ b/.vib/magento/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-magento.my'; diff --git a/.vib/magento/cypress/cypress/support/index.js b/.vib/magento/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/magento/cypress/cypress/support/index.js +++ b/.vib/magento/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/magento/cypress/cypress/support/utils.js b/.vib/magento/cypress/cypress/support/utils.js index 88cf23a188..a303a82548 100644 --- a/.vib/magento/cypress/cypress/support/utils.js +++ b/.vib/magento/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/magento/goss/goss.yaml b/.vib/magento/goss/goss.yaml index 2511fc3e22..588a76746c 100644 --- a/.vib/magento/goss/goss.yaml +++ b/.vib/magento/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: magento-store-list: exec: magento store:list diff --git a/.vib/mariadb-galera/goss/goss.yaml b/.vib/mariadb-galera/goss/goss.yaml index 1c83a786f7..51dc4f1cfd 100644 --- a/.vib/mariadb-galera/goss/goss.yaml +++ b/.vib/mariadb-galera/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/mariadb/data/{{ .Vars.db.name }}: mode: "2700" diff --git a/.vib/mariadb/goss/goss.yaml b/.vib/mariadb/goss/goss.yaml index 71798bdcdc..4ed57d070d 100644 --- a/.vib/mariadb/goss/goss.yaml +++ b/.vib/mariadb/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/mariadb/data/{{ .Vars.auth.database }}: mode: "2700" diff --git a/.vib/mastodon/cypress/cypress/integration/mastodon_spec.js b/.vib/mastodon/cypress/cypress/integration/mastodon_spec.js index 202473334e..bdd774fc4f 100644 --- a/.vib/mastodon/cypress/cypress/integration/mastodon_spec.js +++ b/.vib/mastodon/cypress/cypress/integration/mastodon_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, diff --git a/.vib/mastodon/cypress/cypress/support/commands.js b/.vib/mastodon/cypress/cypress/support/commands.js index 0fa744b9d9..094c796de1 100644 --- a/.vib/mastodon/cypress/cypress/support/commands.js +++ b/.vib/mastodon/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://bitnami-mastodon.my'; diff --git a/.vib/mastodon/cypress/cypress/support/index.js b/.vib/mastodon/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/mastodon/cypress/cypress/support/index.js +++ b/.vib/mastodon/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/mastodon/cypress/cypress/support/utils.js b/.vib/mastodon/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/mastodon/cypress/cypress/support/utils.js +++ b/.vib/mastodon/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/mastodon/goss/goss.yaml b/.vib/mastodon/goss/goss.yaml index 8ef09fb764..17f72e6681 100644 --- a/.vib/mastodon/goss/goss.yaml +++ b/.vib/mastodon/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.web.containerSecurityContext.runAsUser }} {{- $gid := .Vars.web.podSecurityContext.fsGroup }} diff --git a/.vib/matomo/cypress/cypress/integration/matomo_spec.js b/.vib/matomo/cypress/cypress/integration/matomo_spec.js index 3c18dfc41f..3e5973cde8 100644 --- a/.vib/matomo/cypress/cypress/integration/matomo_spec.js +++ b/.vib/matomo/cypress/cypress/integration/matomo_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/matomo/cypress/cypress/support/commands.js b/.vib/matomo/cypress/cypress/support/commands.js index 9853f4614c..d03b284e8f 100644 --- a/.vib/matomo/cypress/cypress/support/commands.js +++ b/.vib/matomo/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://bitnami-matomo.my'; diff --git a/.vib/matomo/cypress/cypress/support/index.js b/.vib/matomo/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/matomo/cypress/cypress/support/index.js +++ b/.vib/matomo/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/matomo/cypress/cypress/support/utils.js b/.vib/matomo/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/matomo/cypress/cypress/support/utils.js +++ b/.vib/matomo/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/matomo/goss/goss.yaml b/.vib/matomo/goss/goss.yaml index 966ea0da39..c2059aab05 100644 --- a/.vib/matomo/goss/goss.yaml +++ b/.vib/matomo/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/matomo: exists: true diff --git a/.vib/mediawiki/cypress/cypress/integration/mediawiki_spec.js b/.vib/mediawiki/cypress/cypress/integration/mediawiki_spec.js index 15415f9bf3..dbc8fb854d 100644 --- a/.vib/mediawiki/cypress/cypress/integration/mediawiki_spec.js +++ b/.vib/mediawiki/cypress/cypress/integration/mediawiki_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, getPageUrlFromTitle, confirmLogOut } from '../support/utils'; diff --git a/.vib/mediawiki/cypress/cypress/support/commands.js b/.vib/mediawiki/cypress/cypress/support/commands.js index 50268c6338..bbed700202 100644 --- a/.vib/mediawiki/cypress/cypress/support/commands.js +++ b/.vib/mediawiki/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-mediawiki.my'; diff --git a/.vib/mediawiki/cypress/cypress/support/index.js b/.vib/mediawiki/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/mediawiki/cypress/cypress/support/index.js +++ b/.vib/mediawiki/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/mediawiki/cypress/cypress/support/utils.js b/.vib/mediawiki/cypress/cypress/support/utils.js index 29e4a15542..846d2fa222 100644 --- a/.vib/mediawiki/cypress/cypress/support/utils.js +++ b/.vib/mediawiki/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/mediawiki/goss/goss.yaml b/.vib/mediawiki/goss/goss.yaml index 8c7b17f875..93d3d014e5 100644 --- a/.vib/mediawiki/goss/goss.yaml +++ b/.vib/mediawiki/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/mediawiki: exists: true diff --git a/.vib/memcached/goss/goss.yaml b/.vib/memcached/goss/goss.yaml index 4b26a3a036..38694d2c32 100644 --- a/.vib/memcached/goss/goss.yaml +++ b/.vib/memcached/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /tmp: mode: "2777" diff --git a/.vib/metallb/ginkgo/integration_suite_test.go b/.vib/metallb/ginkgo/integration_suite_test.go index e1eb985688..eb29eada97 100644 --- a/.vib/metallb/ginkgo/integration_suite_test.go +++ b/.vib/metallb/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/metallb/ginkgo/metallb_test.go b/.vib/metallb/ginkgo/metallb_test.go index 16ebff5322..f1bdc51164 100644 --- a/.vib/metallb/ginkgo/metallb_test.go +++ b/.vib/metallb/ginkgo/metallb_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/metallb/goss/goss.yaml b/.vib/metallb/goss/goss.yaml index 3ac992601d..64a9aace0c 100644 --- a/.vib/metallb/goss/goss.yaml +++ b/.vib/metallb/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: check-no-capabilities: exec: cat /proc/1/status diff --git a/.vib/metrics-server/goss/goss.yaml b/.vib/metrics-server/goss/goss.yaml index f695a79d93..88c20f6053 100644 --- a/.vib/metrics-server/goss/goss.yaml +++ b/.vib/metrics-server/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://metrics-server:{{ .Vars.service.ports.https }}/metrics: status: 200 diff --git a/.vib/minio/cypress/cypress/integration/minio_spec.js b/.vib/minio/cypress/cypress/integration/minio_spec.js index 360d08864b..16aa1de474 100644 --- a/.vib/minio/cypress/cypress/integration/minio_spec.js +++ b/.vib/minio/cypress/cypress/integration/minio_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; it('allows creating a bucket, uploading and retrieving a file', () => { diff --git a/.vib/minio/cypress/cypress/support/commands.js b/.vib/minio/cypress/cypress/support/commands.js index 511e15c749..0e3040a8e0 100644 --- a/.vib/minio/cypress/cypress/support/commands.js +++ b/.vib/minio/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click', 'type', 'selectFile']) { diff --git a/.vib/minio/cypress/cypress/support/index.js b/.vib/minio/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/minio/cypress/cypress/support/index.js +++ b/.vib/minio/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/minio/cypress/cypress/support/utils.js b/.vib/minio/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/minio/cypress/cypress/support/utils.js +++ b/.vib/minio/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/minio/goss/goss.yaml b/.vib/minio/goss/goss.yaml index 9a92faf69e..11725d1a9f 100644 --- a/.vib/minio/goss/goss.yaml +++ b/.vib/minio/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://localhost:{{ .Vars.containerPorts.console }}: status: 200 diff --git a/.vib/mongodb-sharded/goss/goss.yaml b/.vib/mongodb-sharded/goss/goss.yaml index 4a3d8a7dfe..d55fb3b519 100644 --- a/.vib/mongodb-sharded/goss/goss.yaml +++ b/.vib/mongodb-sharded/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $mongos := .Vars.mongos.replicaCount }} {{- $shards := .Vars.shards }} diff --git a/.vib/mongodb/goss/goss.yaml b/.vib/mongodb/goss/goss.yaml index 3203dd4ea6..c20e5a6a51 100644 --- a/.vib/mongodb/goss/goss.yaml +++ b/.vib/mongodb/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/moodle/cypress/cypress/integration/moodle_spec.js b/.vib/moodle/cypress/cypress/integration/moodle_spec.js index da53779d08..0c52cf0a0d 100644 --- a/.vib/moodle/cypress/cypress/integration/moodle_spec.js +++ b/.vib/moodle/cypress/cypress/integration/moodle_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/moodle/cypress/cypress/support/commands.js b/.vib/moodle/cypress/cypress/support/commands.js index 2b304d5e7c..4bf8df9182 100644 --- a/.vib/moodle/cypress/cypress/support/commands.js +++ b/.vib/moodle/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/moodle/cypress/cypress/support/index.js b/.vib/moodle/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/moodle/cypress/cypress/support/index.js +++ b/.vib/moodle/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/moodle/cypress/cypress/support/utils.js b/.vib/moodle/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/moodle/cypress/cypress/support/utils.js +++ b/.vib/moodle/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/moodle/goss/goss.yaml b/.vib/moodle/goss/goss.yaml index 525f1c30ee..c17e5001ce 100644 --- a/.vib/moodle/goss/goss.yaml +++ b/.vib/moodle/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/moodledata: exists: true diff --git a/.vib/multus-cni/goss/goss.yaml b/.vib/multus-cni/goss/goss.yaml index ce06870a02..e91c48665b 100644 --- a/.vib/multus-cni/goss/goss.yaml +++ b/.vib/multus-cni/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # This application performs modifications at host-level, injecting new configuration files. Therefore the # container has root user and is privileged. In order to properly test multus-cni, we would need to access the host and # change the default host networking configuration, which is something we cannot do. Therefore the test suite is simpler diff --git a/.vib/mxnet/goss/goss.yaml b/.vib/mxnet/goss/goss.yaml index de2e5f7a43..ecedf6e6d0 100644 --- a/.vib/mxnet/goss/goss.yaml +++ b/.vib/mxnet/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/mysql/goss/goss.yaml b/.vib/mysql/goss/goss.yaml index 4d3d140c74..e60cc9c491 100644 --- a/.vib/mysql/goss/goss.yaml +++ b/.vib/mysql/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: create-table-root-test: exec: mysql -h mysql-primary -u root -P {{ .Vars.primary.service.ports.mysql }} -p'{{ .Vars.auth.rootPassword }}' {{ .Vars.auth.database }} -e 'DROP TABLE IF EXISTS TEST; create table TEST(test_id int auto_increment, test_value int, primary key(test_id)); INSERT INTO TEST (TEST_VALUE) VALUES (1993);SELECT * FROM TEST' diff --git a/.vib/nats/cypress/cypress/integration/nats_spec.js b/.vib/nats/cypress/cypress/integration/nats_spec.js index 9504c028de..70358cc3d6 100644 --- a/.vib/nats/cypress/cypress/integration/nats_spec.js +++ b/.vib/nats/cypress/cypress/integration/nats_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows to check general config endpoint', () => { diff --git a/.vib/nats/goss/goss.yaml b/.vib/nats/goss/goss.yaml index c08c2c0224..68f64ac87a 100644 --- a/.vib/nats/goss/goss.yaml +++ b/.vib/nats/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/nats/conf/{{ .Vars.natsFilename }}.conf: mode: "0644" diff --git a/.vib/nginx-ingress-controller/ginkgo/integration_suite_test.go b/.vib/nginx-ingress-controller/ginkgo/integration_suite_test.go index 4f1fb5931b..a6183819cf 100644 --- a/.vib/nginx-ingress-controller/ginkgo/integration_suite_test.go +++ b/.vib/nginx-ingress-controller/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/nginx-ingress-controller/ginkgo/nginx_ingress_controller_test.go b/.vib/nginx-ingress-controller/ginkgo/nginx_ingress_controller_test.go index ee5d8ef1ab..81015385ab 100644 --- a/.vib/nginx-ingress-controller/ginkgo/nginx_ingress_controller_test.go +++ b/.vib/nginx-ingress-controller/ginkgo/nginx_ingress_controller_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/nginx-ingress-controller/goss/goss.yaml b/.vib/nginx-ingress-controller/goss/goss.yaml index 582ad99bbd..626616c1bf 100644 --- a/.vib/nginx-ingress-controller/goss/goss.yaml +++ b/.vib/nginx-ingress-controller/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://nginx-ingress-controller:{{ .Vars.service.ports.https }}: status: 404 diff --git a/.vib/nginx/cypress/cypress/integration/nginx_spec.js b/.vib/nginx/cypress/cypress/integration/nginx_spec.js index a73ce605bf..cd91eaa237 100644 --- a/.vib/nginx/cypress/cypress/integration/nginx_spec.js +++ b/.vib/nginx/cypress/cypress/integration/nginx_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('can access welcome page', () => { diff --git a/.vib/nginx/goss/goss.yaml b/.vib/nginx/goss/goss.yaml index f1a372c009..b604527a37 100644 --- a/.vib/nginx/goss/goss.yaml +++ b/.vib/nginx/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://nginx:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/node-exporter/cypress/cypress/integration/node_exporter_spec.js b/.vib/node-exporter/cypress/cypress/integration/node_exporter_spec.js index b4a0a1f46b..1dba36f5f2 100644 --- a/.vib/node-exporter/cypress/cypress/integration/node_exporter_spec.js +++ b/.vib/node-exporter/cypress/cypress/integration/node_exporter_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('can check cluster health', () => { diff --git a/.vib/node-exporter/goss/goss.yaml b/.vib/node-exporter/goss/goss.yaml index 132efcc171..c6fc0b9942 100644 --- a/.vib/node-exporter/goss/goss.yaml +++ b/.vib/node-exporter/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /host/proc: exists: true diff --git a/.vib/oauth2-proxy/cypress/cypress/integration/oauth2-proxy_spec.js b/.vib/oauth2-proxy/cypress/cypress/integration/oauth2-proxy_spec.js index bd7dea4da8..b8b2fd2f22 100644 --- a/.vib/oauth2-proxy/cypress/cypress/integration/oauth2-proxy_spec.js +++ b/.vib/oauth2-proxy/cypress/cypress/integration/oauth2-proxy_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows to access auth-protected resource', () => { diff --git a/.vib/oauth2-proxy/cypress/cypress/support/commands.js b/.vib/oauth2-proxy/cypress/cypress/support/commands.js index 4c0cf301e4..4dbf5c7244 100644 --- a/.vib/oauth2-proxy/cypress/cypress/support/commands.js +++ b/.vib/oauth2-proxy/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const BASE_URL = 'http://vmware-oauth2-proxy.my'; // DEX is deployed at localhost:5556/dex/, which is not exposed (only port 80 is). diff --git a/.vib/oauth2-proxy/cypress/cypress/support/index.js b/.vib/oauth2-proxy/cypress/cypress/support/index.js index 63268c1f34..58da85574c 100644 --- a/.vib/oauth2-proxy/cypress/cypress/support/index.js +++ b/.vib/oauth2-proxy/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/oauth2-proxy/goss/goss.yaml b/.vib/oauth2-proxy/goss/goss.yaml index b1e26841b4..bebbc3703e 100644 --- a/.vib/oauth2-proxy/goss/goss.yaml +++ b/.vib/oauth2-proxy/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://localhost:{{ .Vars.containerPort }}: status: 403 diff --git a/.vib/odoo/cypress/cypress/integration/odoo_spec.js b/.vib/odoo/cypress/cypress/integration/odoo_spec.js index 2c79a3f7cb..d12296e44e 100644 --- a/.vib/odoo/cypress/cypress/integration/odoo_spec.js +++ b/.vib/odoo/cypress/cypress/integration/odoo_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/odoo/cypress/cypress/support/commands.js b/.vib/odoo/cypress/cypress/support/commands.js index 34e1352044..700d78801a 100644 --- a/.vib/odoo/cypress/cypress/support/commands.js +++ b/.vib/odoo/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/odoo/cypress/cypress/support/index.js b/.vib/odoo/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/odoo/cypress/cypress/support/index.js +++ b/.vib/odoo/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/odoo/cypress/cypress/support/utils.js b/.vib/odoo/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/odoo/cypress/cypress/support/utils.js +++ b/.vib/odoo/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/odoo/goss/goss.yaml b/.vib/odoo/goss/goss.yaml index a8c9087ffb..f8349a97d5 100644 --- a/.vib/odoo/goss/goss.yaml +++ b/.vib/odoo/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/odoo: exists: true diff --git a/.vib/opencart/cypress/cypress/integration/opencart_spec.js b/.vib/opencart/cypress/cypress/integration/opencart_spec.js index 17c9a0326d..d6db32b212 100644 --- a/.vib/opencart/cypress/cypress/integration/opencart_spec.js +++ b/.vib/opencart/cypress/cypress/integration/opencart_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/opencart/cypress/cypress/support/commands.js b/.vib/opencart/cypress/cypress/support/commands.js index da1f705515..2ff46e6d49 100644 --- a/.vib/opencart/cypress/cypress/support/commands.js +++ b/.vib/opencart/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-opencart.my'; diff --git a/.vib/opencart/cypress/cypress/support/index.js b/.vib/opencart/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/opencart/cypress/cypress/support/index.js +++ b/.vib/opencart/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/opencart/cypress/cypress/support/utils.js b/.vib/opencart/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/opencart/cypress/cypress/support/utils.js +++ b/.vib/opencart/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/opencart/goss/goss.yaml b/.vib/opencart/goss/goss.yaml index 90206b21ed..10268eb595 100644 --- a/.vib/opencart/goss/goss.yaml +++ b/.vib/opencart/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://opencart:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/osclass/cypress/cypress/integration/osclass_spec.js b/.vib/osclass/cypress/cypress/integration/osclass_spec.js index 0b40bde3b5..74cc68b2c6 100644 --- a/.vib/osclass/cypress/cypress/integration/osclass_spec.js +++ b/.vib/osclass/cypress/cypress/integration/osclass_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/osclass/cypress/cypress/support/commands.js b/.vib/osclass/cypress/cypress/support/commands.js index 0cec47d6d9..d71dd74a76 100644 --- a/.vib/osclass/cypress/cypress/support/commands.js +++ b/.vib/osclass/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/osclass/cypress/cypress/support/index.js b/.vib/osclass/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/osclass/cypress/cypress/support/index.js +++ b/.vib/osclass/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/osclass/cypress/cypress/support/utils.js b/.vib/osclass/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/osclass/cypress/cypress/support/utils.js +++ b/.vib/osclass/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/osclass/goss/goss.yaml b/.vib/osclass/goss/goss.yaml index 90f79ef1ef..5844cf10b4 100644 --- a/.vib/osclass/goss/goss.yaml +++ b/.vib/osclass/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://osclass:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/parse/cypress/cypress/integration/parse_spec.js b/.vib/parse/cypress/cypress/integration/parse_spec.js index dbe142958a..bef73f75ff 100644 --- a/.vib/parse/cypress/cypress/integration/parse_spec.js +++ b/.vib/parse/cypress/cypress/integration/parse_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; import highScoreStats from '../fixtures/high_score_stats.json'; diff --git a/.vib/parse/cypress/cypress/support/utils.js b/.vib/parse/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/parse/cypress/cypress/support/utils.js +++ b/.vib/parse/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/parse/goss/dashboard/goss.yaml b/.vib/parse/goss/dashboard/goss.yaml index 79bc6e740c..094f6d4023 100644 --- a/.vib/parse/goss/dashboard/goss.yaml +++ b/.vib/parse/goss/dashboard/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/parse-dashboard: exists: true diff --git a/.vib/parse/goss/server/goss.yaml b/.vib/parse/goss/server/goss.yaml index be6e755cd7..62e74170b2 100644 --- a/.vib/parse/goss/server/goss.yaml +++ b/.vib/parse/goss/server/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/parse: exists: true diff --git a/.vib/phpbb/cypress/cypress/integration/phpbb_spec.js b/.vib/phpbb/cypress/cypress/integration/phpbb_spec.js index 3b4ebc2df5..aac7be0b5b 100644 --- a/.vib/phpbb/cypress/cypress/integration/phpbb_spec.js +++ b/.vib/phpbb/cypress/cypress/integration/phpbb_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/phpbb/cypress/cypress/support/commands.js b/.vib/phpbb/cypress/cypress/support/commands.js index 61fcb5f1ba..95a453e9e7 100644 --- a/.vib/phpbb/cypress/cypress/support/commands.js +++ b/.vib/phpbb/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/phpbb/cypress/cypress/support/index.js b/.vib/phpbb/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/phpbb/cypress/cypress/support/index.js +++ b/.vib/phpbb/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/phpbb/cypress/cypress/support/utils.js b/.vib/phpbb/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/phpbb/cypress/cypress/support/utils.js +++ b/.vib/phpbb/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/phpbb/goss/goss.yaml b/.vib/phpbb/goss/goss.yaml index 8841613610..d9bb1b535d 100644 --- a/.vib/phpbb/goss/goss.yaml +++ b/.vib/phpbb/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/phpbb: exists: true diff --git a/.vib/phpmyadmin/cypress/cypress/integration/phpmyadmin_spec.js b/.vib/phpmyadmin/cypress/cypress/integration/phpmyadmin_spec.js index af529a6334..5f770e5f30 100644 --- a/.vib/phpmyadmin/cypress/cypress/integration/phpmyadmin_spec.js +++ b/.vib/phpmyadmin/cypress/cypress/integration/phpmyadmin_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/phpmyadmin/cypress/cypress/support/commands.js b/.vib/phpmyadmin/cypress/cypress/support/commands.js index 5200c5e5a9..f1c0f38d51 100644 --- a/.vib/phpmyadmin/cypress/cypress/support/commands.js +++ b/.vib/phpmyadmin/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/phpmyadmin/cypress/cypress/support/index.js b/.vib/phpmyadmin/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/phpmyadmin/cypress/cypress/support/index.js +++ b/.vib/phpmyadmin/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/phpmyadmin/cypress/cypress/support/utils.js b/.vib/phpmyadmin/cypress/cypress/support/utils.js index 5de398d560..284c5b20b1 100644 --- a/.vib/phpmyadmin/cypress/cypress/support/utils.js +++ b/.vib/phpmyadmin/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(9); diff --git a/.vib/phpmyadmin/goss/goss.yaml b/.vib/phpmyadmin/goss/goss.yaml index 353b874d30..c354546847 100644 --- a/.vib/phpmyadmin/goss/goss.yaml +++ b/.vib/phpmyadmin/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /etc/hosts: exists: true diff --git a/.vib/pinniped/ginkgo/integration_suite_test.go b/.vib/pinniped/ginkgo/integration_suite_test.go index 351a7a2f0b..44284d4a39 100644 --- a/.vib/pinniped/ginkgo/integration_suite_test.go +++ b/.vib/pinniped/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/pinniped/ginkgo/pinniped_test.go b/.vib/pinniped/ginkgo/pinniped_test.go index 655657a488..3900d16c70 100644 --- a/.vib/pinniped/ginkgo/pinniped_test.go +++ b/.vib/pinniped/ginkgo/pinniped_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/pinniped/ginkgo/scripts/pinniped-auth.sh b/.vib/pinniped/ginkgo/scripts/pinniped-auth.sh index 3fce4707e9..d6e487dc02 100644 --- a/.vib/pinniped/ginkgo/scripts/pinniped-auth.sh +++ b/.vib/pinniped/ginkgo/scripts/pinniped-auth.sh @@ -1,4 +1,6 @@ #/bin/bash +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 # Install required packages and download pinniped-cli install_packages -qq curl diff --git a/.vib/postgresql-ha/goss/pgpool/goss.yaml b/.vib/postgresql-ha/goss/pgpool/goss.yaml index 26a5fa70af..334de03c72 100644 --- a/.vib/postgresql-ha/goss/pgpool/goss.yaml +++ b/.vib/postgresql-ha/goss/pgpool/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: check-pool-nodes: {{- $pgpool_host := "localhost" }} diff --git a/.vib/postgresql-ha/goss/repmgr/goss.yaml b/.vib/postgresql-ha/goss/repmgr/goss.yaml index 644543d577..1dfc4fa602 100644 --- a/.vib/postgresql-ha/goss/repmgr/goss.yaml +++ b/.vib/postgresql-ha/goss/repmgr/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/postgresql/goss/goss.yaml b/.vib/postgresql/goss/goss.yaml index 6ab5c92878..d20b4e7f7b 100644 --- a/.vib/postgresql/goss/goss.yaml +++ b/.vib/postgresql/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $dbUser := .Vars.auth.username }} {{- $dbPassword := .Vars.auth.password }} diff --git a/.vib/prestashop/cypress/cypress/integration/prestashop_spec.js b/.vib/prestashop/cypress/cypress/integration/prestashop_spec.js index 8d7b14f0bd..3ed3f401f2 100644 --- a/.vib/prestashop/cypress/cypress/integration/prestashop_spec.js +++ b/.vib/prestashop/cypress/cypress/integration/prestashop_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/prestashop/cypress/cypress/support/commands.js b/.vib/prestashop/cypress/cypress/support/commands.js index 982d8ba74d..f8fea713da 100644 --- a/.vib/prestashop/cypress/cypress/support/commands.js +++ b/.vib/prestashop/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-prestashop.my'; diff --git a/.vib/prestashop/cypress/cypress/support/index.js b/.vib/prestashop/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/prestashop/cypress/cypress/support/index.js +++ b/.vib/prestashop/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/prestashop/cypress/cypress/support/utils.js b/.vib/prestashop/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/prestashop/cypress/cypress/support/utils.js +++ b/.vib/prestashop/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/prestashop/goss/goss.yaml b/.vib/prestashop/goss/goss.yaml index 3391006af5..ce0d8720e0 100644 --- a/.vib/prestashop/goss/goss.yaml +++ b/.vib/prestashop/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://localhost:{{ .Vars.containerPorts.http }}: status: 302 diff --git a/.vib/prometheus/cypress/cypress/integration/prometheus_spec.js b/.vib/prometheus/cypress/cypress/integration/prometheus_spec.js index f4624f2657..f200947dc5 100644 --- a/.vib/prometheus/cypress/cypress/integration/prometheus_spec.js +++ b/.vib/prometheus/cypress/cypress/integration/prometheus_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows executing a query and displaying response data for each deployment', () => { diff --git a/.vib/prometheus/goss/goss.yaml b/.vib/prometheus/goss/goss.yaml index f87628f0e7..189f732d92 100644 --- a/.vib/prometheus/goss/goss.yaml +++ b/.vib/prometheus/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: check-no-capabilities: exec: cat /proc/1/status diff --git a/.vib/pytorch/goss/goss.yaml b/.vib/pytorch/goss/goss.yaml index f57c3648e2..7ba9577d0b 100644 --- a/.vib/pytorch/goss/goss.yaml +++ b/.vib/pytorch/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.persistence.mountPath }}: exists: true diff --git a/.vib/rabbitmq-cluster-operator/cypress/cypress/integration/rabbitmq_cluster_operator_spec.js b/.vib/rabbitmq-cluster-operator/cypress/cypress/integration/rabbitmq_cluster_operator_spec.js index 3c42310138..d0b8e29914 100644 --- a/.vib/rabbitmq-cluster-operator/cypress/cypress/integration/rabbitmq_cluster_operator_spec.js +++ b/.vib/rabbitmq-cluster-operator/cypress/cypress/integration/rabbitmq_cluster_operator_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/commands.js b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/commands.js index b7217d3d07..bd5c214d50 100644 --- a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/commands.js +++ b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/index.js b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/index.js +++ b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/utils.js b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/rabbitmq-cluster-operator/cypress/cypress/support/utils.js +++ b/.vib/rabbitmq-cluster-operator/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/rabbitmq-cluster-operator/goss/goss.yaml b/.vib/rabbitmq-cluster-operator/goss/goss.yaml index 5c5e6948cc..821a16dfd8 100644 --- a/.vib/rabbitmq-cluster-operator/goss/goss.yaml +++ b/.vib/rabbitmq-cluster-operator/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://rmq-op-webhook:{{ .Vars.msgTopologyOperator.service.ports.webhook }}: status: 400 diff --git a/.vib/rabbitmq/cypress/cypress/integration/rabbitmq_spec.js b/.vib/rabbitmq/cypress/cypress/integration/rabbitmq_spec.js index 3c42310138..d0b8e29914 100644 --- a/.vib/rabbitmq/cypress/cypress/integration/rabbitmq_spec.js +++ b/.vib/rabbitmq/cypress/cypress/integration/rabbitmq_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/rabbitmq/cypress/cypress/support/commands.js b/.vib/rabbitmq/cypress/cypress/support/commands.js index b7217d3d07..bd5c214d50 100644 --- a/.vib/rabbitmq/cypress/cypress/support/commands.js +++ b/.vib/rabbitmq/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/rabbitmq/cypress/cypress/support/index.js b/.vib/rabbitmq/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/rabbitmq/cypress/cypress/support/index.js +++ b/.vib/rabbitmq/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/rabbitmq/cypress/cypress/support/utils.js b/.vib/rabbitmq/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/rabbitmq/cypress/cypress/support/utils.js +++ b/.vib/rabbitmq/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/rabbitmq/goss/goss.yaml b/.vib/rabbitmq/goss/goss.yaml index 5809baafe2..1a32582bf7 100644 --- a/.vib/rabbitmq/goss/goss.yaml +++ b/.vib/rabbitmq/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: tcp://rabbitmq:{{ .Vars.service.ports.amqp }}: reachable: true diff --git a/.vib/redis-cluster/goss/goss.yaml b/.vib/redis-cluster/goss/goss.yaml index b209538ecc..12a64f078c 100644 --- a/.vib/redis-cluster/goss/goss.yaml +++ b/.vib/redis-cluster/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + {{- $auth := printf "REDISCLI_AUTH=%s" .Vars.password }} {{- $redis_port := .Vars.redis.containerPorts.redis }} {{- $lb_endpoint := printf "-h redis-cluster -p %d" .Vars.service.ports.redis }} diff --git a/.vib/redis/goss/goss.yaml b/.vib/redis/goss/goss.yaml index e5dd8ce5ae..f1e589df2f 100644 --- a/.vib/redis/goss/goss.yaml +++ b/.vib/redis/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + {{- $auth := printf "REDISCLI_AUTH=%s" .Vars.auth.password }} {{- $master_endpoint := printf "-h redis-master -p %d" .Vars.master.service.ports.redis }} {{- $replicas_endpoint := printf "-h redis-replicas -p %d" .Vars.replica.service.ports.redis }} diff --git a/.vib/redmine/cypress/cypress/integration/redmine_spec.js b/.vib/redmine/cypress/cypress/integration/redmine_spec.js index c331926b2e..2fd3912031 100644 --- a/.vib/redmine/cypress/cypress/integration/redmine_spec.js +++ b/.vib/redmine/cypress/cypress/integration/redmine_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/redmine/cypress/cypress/support/commands.js b/.vib/redmine/cypress/cypress/support/commands.js index 0ef1ec9401..582c021aa9 100644 --- a/.vib/redmine/cypress/cypress/support/commands.js +++ b/.vib/redmine/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/redmine/cypress/cypress/support/index.js b/.vib/redmine/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/redmine/cypress/cypress/support/index.js +++ b/.vib/redmine/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/redmine/cypress/cypress/support/utils.js b/.vib/redmine/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/redmine/cypress/cypress/support/utils.js +++ b/.vib/redmine/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/redmine/goss/goss.yaml b/.vib/redmine/goss/goss.yaml index 1c85446b62..c78523cda1 100644 --- a/.vib/redmine/goss/goss.yaml +++ b/.vib/redmine/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/redmine: exists: true diff --git a/.vib/schema-registry/cypress/cypress/integration/schema_registry_spec.js b/.vib/schema-registry/cypress/cypress/integration/schema_registry_spec.js index 23760bfb05..f7a8af3adc 100644 --- a/.vib/schema-registry/cypress/cypress/integration/schema_registry_spec.js +++ b/.vib/schema-registry/cypress/cypress/integration/schema_registry_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import body from '../fixtures/schema.json'; diff --git a/.vib/schema-registry/goss/goss.yaml b/.vib/schema-registry/goss/goss.yaml index b77beeeb54..5961c0358b 100644 --- a/.vib/schema-registry/goss/goss.yaml +++ b/.vib/schema-registry/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /opt/bitnami/schema-registry/etc/schema-registry/schema-registry.properties: mode: "0664" diff --git a/.vib/sealed-secrets/cypress/cypress/integration/sealed_secrets_spec.js b/.vib/sealed-secrets/cypress/cypress/integration/sealed_secrets_spec.js index 4a4392ee68..f300ba1f22 100644 --- a/.vib/sealed-secrets/cypress/cypress/integration/sealed_secrets_spec.js +++ b/.vib/sealed-secrets/cypress/cypress/integration/sealed_secrets_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('retrives the public certificate correctly', () => { diff --git a/.vib/sealed-secrets/ginkgo/integration_suite_test.go b/.vib/sealed-secrets/ginkgo/integration_suite_test.go index 3f6259b70c..bcc4c1b3cd 100644 --- a/.vib/sealed-secrets/ginkgo/integration_suite_test.go +++ b/.vib/sealed-secrets/ginkgo/integration_suite_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/sealed-secrets/ginkgo/sealed_secrets_test.go b/.vib/sealed-secrets/ginkgo/sealed_secrets_test.go index 093edb0075..c7219cfcfb 100644 --- a/.vib/sealed-secrets/ginkgo/sealed_secrets_test.go +++ b/.vib/sealed-secrets/ginkgo/sealed_secrets_test.go @@ -1,3 +1,6 @@ +// Copyright VMware, Inc. +// SPDX-License-Identifier: APACHE-2.0 + package integration import ( diff --git a/.vib/solr/cypress/cypress/integration/solr_spec.js b/.vib/solr/cypress/cypress/integration/solr_spec.js index 15747f3a3a..fc66487fbf 100644 --- a/.vib/solr/cypress/cypress/integration/solr_spec.js +++ b/.vib/solr/cypress/cypress/integration/solr_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { getBasicAuthHeader } from '../support/utils'; diff --git a/.vib/solr/cypress/cypress/support/commands.js b/.vib/solr/cypress/cypress/support/commands.js index a0c28496b7..21e9d677c3 100644 --- a/.vib/solr/cypress/cypress/support/commands.js +++ b/.vib/solr/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/solr/cypress/cypress/support/index.js b/.vib/solr/cypress/cypress/support/index.js index d68db96df2..a2b20fcfbd 100644 --- a/.vib/solr/cypress/cypress/support/index.js +++ b/.vib/solr/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/solr/cypress/cypress/support/utils.js b/.vib/solr/cypress/cypress/support/utils.js index d650993335..d81338377e 100644 --- a/.vib/solr/cypress/cypress/support/utils.js +++ b/.vib/solr/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export const getBasicAuthHeader = ( diff --git a/.vib/solr/goss/goss.yaml b/.vib/solr/goss/goss.yaml index 9037653bde..6dfd1bd42a 100644 --- a/.vib/solr/goss/goss.yaml +++ b/.vib/solr/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $auth := printf "SOLR_AUTH_TYPE=basic SOLR_AUTHENTICATION_OPTS=-Dbasicauth=%s:%s" .Vars.auth.adminUsername .Vars.auth.adminPassword }} {{- $collection := printf "test.%s" (randNumeric 5) }} diff --git a/.vib/sonarqube/cypress/cypress/integration/sonarqube_spec.js b/.vib/sonarqube/cypress/cypress/integration/sonarqube_spec.js index d1d2dd20fc..2bf47bcc89 100644 --- a/.vib/sonarqube/cypress/cypress/integration/sonarqube_spec.js +++ b/.vib/sonarqube/cypress/cypress/integration/sonarqube_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/sonarqube/cypress/cypress/support/commands.js b/.vib/sonarqube/cypress/cypress/support/commands.js index 8ca7d9af89..6d4b994e68 100644 --- a/.vib/sonarqube/cypress/cypress/support/commands.js +++ b/.vib/sonarqube/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/sonarqube/cypress/cypress/support/index.js b/.vib/sonarqube/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/sonarqube/cypress/cypress/support/index.js +++ b/.vib/sonarqube/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/sonarqube/cypress/cypress/support/utils.js b/.vib/sonarqube/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/sonarqube/cypress/cypress/support/utils.js +++ b/.vib/sonarqube/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/sonarqube/goss/goss.yaml b/.vib/sonarqube/goss/goss.yaml index 889f80f815..f21aa22fb6 100644 --- a/.vib/sonarqube/goss/goss.yaml +++ b/.vib/sonarqube/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/sonarqube: exists: true diff --git a/.vib/spark/cypress/cypress/integration/spark_spec.js b/.vib/spark/cypress/cypress/integration/spark_spec.js index 52a3b9f85e..1e30137e84 100644 --- a/.vib/spark/cypress/cypress/integration/spark_spec.js +++ b/.vib/spark/cypress/cypress/integration/spark_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('checks if the amount of workers is correct', () => { diff --git a/.vib/spark/goss/goss.yaml b/.vib/spark/goss/goss.yaml index 44cac99921..5e11b96142 100644 --- a/.vib/spark/goss/goss.yaml +++ b/.vib/spark/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: spark-submit-app: exec: spark-submit --class org.apache.spark.examples.SparkPi --master spark://spark-master-svc:{{ .Vars.master.containerPorts.cluster }} --deploy-mode cluster /opt/bitnami/spark/examples/jars/spark*.jar diff --git a/.vib/spring-cloud-dataflow/cypress/cypress/integration/spring_cloud_dataflow_spec.js b/.vib/spring-cloud-dataflow/cypress/cypress/integration/spring_cloud_dataflow_spec.js index 34c2c9bd71..a33540f565 100644 --- a/.vib/spring-cloud-dataflow/cypress/cypress/integration/spring_cloud_dataflow_spec.js +++ b/.vib/spring-cloud-dataflow/cypress/cypress/integration/spring_cloud_dataflow_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, importAppStarters } from '../support/utils.js'; diff --git a/.vib/spring-cloud-dataflow/cypress/cypress/support/commands.js b/.vib/spring-cloud-dataflow/cypress/cypress/support/commands.js index 1981b17720..a859e958fb 100644 --- a/.vib/spring-cloud-dataflow/cypress/cypress/support/commands.js +++ b/.vib/spring-cloud-dataflow/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click', 'type']) { diff --git a/.vib/spring-cloud-dataflow/cypress/cypress/support/index.js b/.vib/spring-cloud-dataflow/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/spring-cloud-dataflow/cypress/cypress/support/index.js +++ b/.vib/spring-cloud-dataflow/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/spring-cloud-dataflow/cypress/cypress/support/utils.js b/.vib/spring-cloud-dataflow/cypress/cypress/support/utils.js index 5e9e3d3166..799969421e 100644 --- a/.vib/spring-cloud-dataflow/cypress/cypress/support/utils.js +++ b/.vib/spring-cloud-dataflow/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + export let random = (Math.random() + 1).toString(36).substring(7); export let importAppStarters = () => { diff --git a/.vib/spring-cloud-dataflow/goss/goss.yaml b/.vib/spring-cloud-dataflow/goss/goss.yaml index 6f45d3da01..a65905f3c4 100644 --- a/.vib/spring-cloud-dataflow/goss/goss.yaml +++ b/.vib/spring-cloud-dataflow/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://spring-cloud-dataflow-skipper:{{ .Vars.skipper.service.port }}: status: 200 diff --git a/.vib/suitecrm/cypress/cypress/integration/suitecrm_spec.js b/.vib/suitecrm/cypress/cypress/integration/suitecrm_spec.js index fb83bf2766..2aeb57de82 100644 --- a/.vib/suitecrm/cypress/cypress/integration/suitecrm_spec.js +++ b/.vib/suitecrm/cypress/cypress/integration/suitecrm_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/suitecrm/cypress/cypress/support/commands.js b/.vib/suitecrm/cypress/cypress/support/commands.js index 7c83a00a40..ae6cf43e54 100644 --- a/.vib/suitecrm/cypress/cypress/support/commands.js +++ b/.vib/suitecrm/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; const BASE_URL = 'http://vmware-suitecrm.my/'; diff --git a/.vib/suitecrm/cypress/cypress/support/index.js b/.vib/suitecrm/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/suitecrm/cypress/cypress/support/index.js +++ b/.vib/suitecrm/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/suitecrm/cypress/cypress/support/utils.js b/.vib/suitecrm/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/suitecrm/cypress/cypress/support/utils.js +++ b/.vib/suitecrm/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/suitecrm/goss/goss-wait.yaml b/.vib/suitecrm/goss/goss-wait.yaml index 38fe462d10..a247b648ed 100644 --- a/.vib/suitecrm/goss/goss-wait.yaml +++ b/.vib/suitecrm/goss/goss-wait.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: wait-to-be-available: exec: "sleep 120" diff --git a/.vib/suitecrm/goss/goss.yaml b/.vib/suitecrm/goss/goss.yaml index 060493b6b4..f7357a1247 100644 --- a/.vib/suitecrm/goss/goss.yaml +++ b/.vib/suitecrm/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: https://suitecrm:{{ .Vars.service.ports.https }}: status: 200 diff --git a/.vib/supabase/cypress/cypress/integration/supabase_spec.js b/.vib/supabase/cypress/cypress/integration/supabase_spec.js index aa64189039..441a7751c1 100644 --- a/.vib/supabase/cypress/cypress/integration/supabase_spec.js +++ b/.vib/supabase/cypress/cypress/integration/supabase_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random diff --git a/.vib/supabase/cypress/cypress/support/utils.js b/.vib/supabase/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/supabase/cypress/cypress/support/utils.js +++ b/.vib/supabase/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/supabase/goss/goss.yaml b/.vib/supabase/goss/goss.yaml index 183c6cd5bd..2149a4742a 100644 --- a/.vib/supabase/goss/goss.yaml +++ b/.vib/supabase/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + http: http://supabase-auth:{{ .Vars.auth.service.ports.http }}/health: status: 200 diff --git a/.vib/tensorflow-resnet/cypress/cypress/integration/tensorflow_resnet_spec.js b/.vib/tensorflow-resnet/cypress/cypress/integration/tensorflow_resnet_spec.js index ef30b6343f..22c689915b 100644 --- a/.vib/tensorflow-resnet/cypress/cypress/integration/tensorflow_resnet_spec.js +++ b/.vib/tensorflow-resnet/cypress/cypress/integration/tensorflow_resnet_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('classifies sample image', () => { diff --git a/.vib/tensorflow-resnet/cypress/cypress/support/commands.js b/.vib/tensorflow-resnet/cypress/cypress/support/commands.js index 24c884c981..56726d8dfe 100644 --- a/.vib/tensorflow-resnet/cypress/cypress/support/commands.js +++ b/.vib/tensorflow-resnet/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + Cypress.Commands.add('loadB64Image', (base64) => { const loadImage = () => { const img = new Image(); diff --git a/.vib/tensorflow-resnet/cypress/cypress/support/index.js b/.vib/tensorflow-resnet/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/tensorflow-resnet/cypress/cypress/support/index.js +++ b/.vib/tensorflow-resnet/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/tensorflow-resnet/goss/goss.yaml b/.vib/tensorflow-resnet/goss/goss.yaml index 264336eb6a..5b86021351 100644 --- a/.vib/tensorflow-resnet/goss/goss.yaml +++ b/.vib/tensorflow-resnet/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: 127.0.0.1:{{ .Vars.containerPorts.server }}: reachable: true diff --git a/.vib/thanos/cypress/cypress/integration/thanos_spec.js b/.vib/thanos/cypress/cypress/integration/thanos_spec.js index e3727285a5..9f3109d7f0 100644 --- a/.vib/thanos/cypress/cypress/integration/thanos_spec.js +++ b/.vib/thanos/cypress/cypress/integration/thanos_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('allows the execution of a query', () => { diff --git a/.vib/thanos/cypress/cypress/support/commands.js b/.vib/thanos/cypress/cypress/support/commands.js index 1981b17720..a859e958fb 100644 --- a/.vib/thanos/cypress/cypress/support/commands.js +++ b/.vib/thanos/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click', 'type']) { diff --git a/.vib/thanos/cypress/cypress/support/index.js b/.vib/thanos/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/thanos/cypress/cypress/support/index.js +++ b/.vib/thanos/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/tomcat/cypress/cypress/integration/tomcat_spec.js b/.vib/tomcat/cypress/cypress/integration/tomcat_spec.js index 3427147ba4..97198ac329 100644 --- a/.vib/tomcat/cypress/cypress/integration/tomcat_spec.js +++ b/.vib/tomcat/cypress/cypress/integration/tomcat_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/tomcat/cypress/cypress/support/commands.js b/.vib/tomcat/cypress/cypress/support/commands.js index f8b98ad08b..bd9421631d 100644 --- a/.vib/tomcat/cypress/cypress/support/commands.js +++ b/.vib/tomcat/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/tomcat/cypress/cypress/support/index.js b/.vib/tomcat/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/tomcat/cypress/cypress/support/index.js +++ b/.vib/tomcat/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/tomcat/cypress/cypress/support/utils.js b/.vib/tomcat/cypress/cypress/support/utils.js index 445a887aec..648fe0d775 100644 --- a/.vib/tomcat/cypress/cypress/support/utils.js +++ b/.vib/tomcat/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); \ No newline at end of file diff --git a/.vib/tomcat/goss/goss.yaml b/.vib/tomcat/goss/goss.yaml index 0ceaf7d674..6c4066805c 100644 --- a/.vib/tomcat/goss/goss.yaml +++ b/.vib/tomcat/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + command: {{- $uid := .Vars.containerSecurityContext.runAsUser }} {{- $gid := .Vars.podSecurityContext.fsGroup }} diff --git a/.vib/vault/cypress/cypress/integration/vault_spec.js b/.vib/vault/cypress/cypress/integration/vault_spec.js index 614b08e9ac..7eef4aaf16 100644 --- a/.vib/vault/cypress/cypress/integration/vault_spec.js +++ b/.vib/vault/cypress/cypress/integration/vault_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random, diff --git a/.vib/vault/cypress/cypress/support/commands.js b/.vib/vault/cypress/cypress/support/commands.js index dc2463341b..904e259125 100644 --- a/.vib/vault/cypress/cypress/support/commands.js +++ b/.vib/vault/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + const COMMAND_DELAY = 2000; for (const command of ['click']) { diff --git a/.vib/vault/cypress/cypress/support/index.js b/.vib/vault/cypress/cypress/support/index.js index 37a498fb5b..fbd682739a 100644 --- a/.vib/vault/cypress/cypress/support/index.js +++ b/.vib/vault/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/vault/cypress/cypress/support/utils.js b/.vib/vault/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/vault/cypress/cypress/support/utils.js +++ b/.vib/vault/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/vault/goss/goss.yaml b/.vib/vault/goss/goss.yaml index ac6fdde0e4..f0c0edf155 100644 --- a/.vib/vault/goss/goss.yaml +++ b/.vib/vault/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: {{ .Vars.server.persistence.mountPath }}: exists: true diff --git a/.vib/whereabouts/goss/goss.yaml b/.vib/whereabouts/goss/goss.yaml index b35aaf6ebf..ed3ccb9a7a 100644 --- a/.vib/whereabouts/goss/goss.yaml +++ b/.vib/whereabouts/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # This application performs modifications at host-level, injecting new configuration files. Therefore the # container has root user and is privileged. In order to properly test wherebauts, we would need to access the host and # change the default host networking configuration, which is something we cannot do. Therefore the test suite is simpler diff --git a/.vib/wildfly/cypress/cypress/integration/wildfly_spec.js b/.vib/wildfly/cypress/cypress/integration/wildfly_spec.js index dd9a8a8173..b385b6cd96 100644 --- a/.vib/wildfly/cypress/cypress/integration/wildfly_spec.js +++ b/.vib/wildfly/cypress/cypress/integration/wildfly_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// it('renders landing page correctly', () => { diff --git a/.vib/wildfly/goss/goss.yaml b/.vib/wildfly/goss/goss.yaml index e227a32109..be35b1c892 100644 --- a/.vib/wildfly/goss/goss.yaml +++ b/.vib/wildfly/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/wildfly: exists: true diff --git a/.vib/wordpress/cypress/cypress/integration/wordpress_spec.js b/.vib/wordpress/cypress/cypress/integration/wordpress_spec.js index a5d38ebf30..8fd63eec45 100644 --- a/.vib/wordpress/cypress/cypress/integration/wordpress_spec.js +++ b/.vib/wordpress/cypress/cypress/integration/wordpress_spec.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// import { random } from '../support/utils'; diff --git a/.vib/wordpress/cypress/cypress/support/commands.js b/.vib/wordpress/cypress/cypress/support/commands.js index 56945f50b4..2686f9224f 100644 --- a/.vib/wordpress/cypress/cypress/support/commands.js +++ b/.vib/wordpress/cypress/cypress/support/commands.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // Added to slow down Cypress test execution without using hardcoded waits. If removed, there will be false positives. const COMMAND_DELAY = 2000; diff --git a/.vib/wordpress/cypress/cypress/support/index.js b/.vib/wordpress/cypress/cypress/support/index.js index d68db96df2..a2b20fcfbd 100644 --- a/.vib/wordpress/cypress/cypress/support/index.js +++ b/.vib/wordpress/cypress/cypress/support/index.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. diff --git a/.vib/wordpress/cypress/cypress/support/utils.js b/.vib/wordpress/cypress/cypress/support/utils.js index f0217c9773..3963b09ba2 100644 --- a/.vib/wordpress/cypress/cypress/support/utils.js +++ b/.vib/wordpress/cypress/cypress/support/utils.js @@ -1,3 +1,8 @@ +/* + * Copyright VMware, Inc. + * SPDX-License-Identifier: APACHE-2.0 + */ + /// export let random = (Math.random() + 1).toString(36).substring(7); diff --git a/.vib/wordpress/goss/goss-wait.yaml b/.vib/wordpress/goss/goss-wait.yaml index 510a07e7b2..ce83ddb00a 100644 --- a/.vib/wordpress/goss/goss-wait.yaml +++ b/.vib/wordpress/goss/goss-wait.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + addr: tcp://wordpress-mariadb:3306: reachable: true diff --git a/.vib/wordpress/goss/goss.yaml b/.vib/wordpress/goss/goss.yaml index 55ec99a90e..af60dfd529 100644 --- a/.vib/wordpress/goss/goss.yaml +++ b/.vib/wordpress/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/wordpress: exists: true diff --git a/.vib/zookeeper/goss/goss.yaml b/.vib/zookeeper/goss/goss.yaml index 6a732042ec..4b5d5358ad 100644 --- a/.vib/zookeeper/goss/goss.yaml +++ b/.vib/zookeeper/goss/goss.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + file: /bitnami/zookeeper/data: exists: true diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 3aa6c1b4b7..5025da2351 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: WorkFlow licenses: Apache-2.0 diff --git a/bitnami/airflow/templates/_git_helpers.tpl b/bitnami/airflow/templates/_git_helpers.tpl index f2b9e5db76..90e0f04b04 100644 --- a/bitnami/airflow/templates/_git_helpers.tpl +++ b/bitnami/airflow/templates/_git_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Returns the name that will identify the repository internally and it will be used to create folders or diff --git a/bitnami/airflow/templates/_helpers.tpl b/bitnami/airflow/templates/_helpers.tpl index 1f9f1cc0d2..ea7a848eda 100644 --- a/bitnami/airflow/templates/_helpers.tpl +++ b/bitnami/airflow/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/airflow/templates/config/configmap.yaml b/bitnami/airflow/templates/config/configmap.yaml index 0bcffb2970..cc3a5ae011 100644 --- a/bitnami/airflow/templates/config/configmap.yaml +++ b/bitnami/airflow/templates/config/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $kube := (contains "KubernetesExecutor" .Values.executor) -}} {{- if or .Values.configuration $kube }} apiVersion: v1 diff --git a/bitnami/airflow/templates/config/secret-external-db.yaml b/bitnami/airflow/templates/config/secret-external-db.yaml index ad36274b3a..a189a253f9 100644 --- a/bitnami/airflow/templates/config/secret-external-db.yaml +++ b/bitnami/airflow/templates/config/secret-external-db.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) (not .Values.postgresql.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/airflow/templates/config/secret-external-redis.yaml b/bitnami/airflow/templates/config/secret-external-redis.yaml index 598fcc28f6..89a6ec3061 100644 --- a/bitnami/airflow/templates/config/secret-external-redis.yaml +++ b/bitnami/airflow/templates/config/secret-external-redis.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.redis.enabled) (not .Values.externalRedis.existingSecret) (not .Values.redis.existingSecret) (not (eq .Values.executor "KubernetesExecutor" )) (not (eq .Values.executor "LocalKubernetesExecutor" )) }} apiVersion: v1 kind: Secret diff --git a/bitnami/airflow/templates/config/secret-ldap.yaml b/bitnami/airflow/templates/config/secret-ldap.yaml index b5b22c4891..ad71fdbb8c 100644 --- a/bitnami/airflow/templates/config/secret-ldap.yaml +++ b/bitnami/airflow/templates/config/secret-ldap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ldap.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/airflow/templates/config/secret.yaml b/bitnami/airflow/templates/config/secret.yaml index f5e6241c33..d9c3771cc3 100644 --- a/bitnami/airflow/templates/config/secret.yaml +++ b/bitnami/airflow/templates/config/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not .Values.auth.existingSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/airflow/templates/extra-list.yaml b/bitnami/airflow/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/airflow/templates/extra-list.yaml +++ b/bitnami/airflow/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/airflow/templates/metrics/deployment.yaml b/bitnami/airflow/templates/metrics/deployment.yaml index 817a0975c6..423af8944e 100644 --- a/bitnami/airflow/templates/metrics/deployment.yaml +++ b/bitnami/airflow/templates/metrics/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/airflow/templates/metrics/service.yaml b/bitnami/airflow/templates/metrics/service.yaml index f6ad376498..bbfdf67647 100644 --- a/bitnami/airflow/templates/metrics/service.yaml +++ b/bitnami/airflow/templates/metrics/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/airflow/templates/metrics/servicemonitor.yaml b/bitnami/airflow/templates/metrics/servicemonitor.yaml index cd47812c34..d05e3ad50e 100644 --- a/bitnami/airflow/templates/metrics/servicemonitor.yaml +++ b/bitnami/airflow/templates/metrics/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/airflow/templates/rbac/role.yaml b/bitnami/airflow/templates/rbac/role.yaml index 8a36a5efa9..c70507d39b 100644 --- a/bitnami/airflow/templates/rbac/role.yaml +++ b/bitnami/airflow/templates/rbac/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/airflow/templates/rbac/rolebinding.yaml b/bitnami/airflow/templates/rbac/rolebinding.yaml index f5a6f6d239..d21c142767 100644 --- a/bitnami/airflow/templates/rbac/rolebinding.yaml +++ b/bitnami/airflow/templates/rbac/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/airflow/templates/rbac/serviceaccount.yaml b/bitnami/airflow/templates/rbac/serviceaccount.yaml index 579b69ce44..c9ca905f40 100644 --- a/bitnami/airflow/templates/rbac/serviceaccount.yaml +++ b/bitnami/airflow/templates/rbac/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/airflow/templates/scheduler/deployment.yaml b/bitnami/airflow/templates/scheduler/deployment.yaml index e183a10d64..0379998ef3 100644 --- a/bitnami/airflow/templates/scheduler/deployment.yaml +++ b/bitnami/airflow/templates/scheduler/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $kube := (contains "KubernetesExecutor" .Values.executor) -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/airflow/templates/scheduler/poddisruptionbudget.yaml b/bitnami/airflow/templates/scheduler/poddisruptionbudget.yaml index f2b7a9cf36..e8f632300f 100644 --- a/bitnami/airflow/templates/scheduler/poddisruptionbudget.yaml +++ b/bitnami/airflow/templates/scheduler/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.scheduler.pdb.create }} kind: PodDisruptionBudget apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/airflow/templates/scheduler/service-headless.yaml b/bitnami/airflow/templates/scheduler/service-headless.yaml index 0356410a19..070f457c7d 100644 --- a/bitnami/airflow/templates/scheduler/service-headless.yaml +++ b/bitnami/airflow/templates/scheduler/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (or (eq .Values.executor "LocalExecutor") (eq .Values.executor "LocalKubernetesExecutor") (eq .Values.executor "SequentialExecutor")) }} kind: Service apiVersion: v1 diff --git a/bitnami/airflow/templates/web/deployment.yaml b/bitnami/airflow/templates/web/deployment.yaml index b47bb74abe..765c349418 100644 --- a/bitnami/airflow/templates/web/deployment.yaml +++ b/bitnami/airflow/templates/web/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/airflow/templates/web/ingress.yaml b/bitnami/airflow/templates/web/ingress.yaml index 71d2e27da1..19ee6a190c 100644 --- a/bitnami/airflow/templates/web/ingress.yaml +++ b/bitnami/airflow/templates/web/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/airflow/templates/web/poddisruptionbudget.yaml b/bitnami/airflow/templates/web/poddisruptionbudget.yaml index 567347c366..73eb077284 100644 --- a/bitnami/airflow/templates/web/poddisruptionbudget.yaml +++ b/bitnami/airflow/templates/web/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.web.pdb.enabled }} kind: PodDisruptionBudget apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/airflow/templates/web/service.yaml b/bitnami/airflow/templates/web/service.yaml index e87433a6c7..cddd38e46a 100644 --- a/bitnami/airflow/templates/web/service.yaml +++ b/bitnami/airflow/templates/web/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/airflow/templates/web/tls-secrets.yaml b/bitnami/airflow/templates/web/tls-secrets.yaml index 560c8b0914..b3f62ce182 100644 --- a/bitnami/airflow/templates/web/tls-secrets.yaml +++ b/bitnami/airflow/templates/web/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/airflow/templates/worker/horizontalpodautoscaler.yaml b/bitnami/airflow/templates/worker/horizontalpodautoscaler.yaml index 098fb5a8c6..07928383b4 100644 --- a/bitnami/airflow/templates/worker/horizontalpodautoscaler.yaml +++ b/bitnami/airflow/templates/worker/horizontalpodautoscaler.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.autoscaling.enabled (or (eq .Values.executor "CeleryExecutor") (eq .Values.executor "CeleryKubernetesExecutor")) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/airflow/templates/worker/poddisruptionbudget.yaml b/bitnami/airflow/templates/worker/poddisruptionbudget.yaml index 29c30c822e..223d720ac7 100644 --- a/bitnami/airflow/templates/worker/poddisruptionbudget.yaml +++ b/bitnami/airflow/templates/worker/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.pdb.create (or (eq .Values.executor "CeleryExecutor") (eq .Values.executor "CeleryKubernetesExecutor")) }} kind: PodDisruptionBudget apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/airflow/templates/worker/service-headless.yaml b/bitnami/airflow/templates/worker/service-headless.yaml index b47da81e31..b253a1ca3b 100644 --- a/bitnami/airflow/templates/worker/service-headless.yaml +++ b/bitnami/airflow/templates/worker/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/airflow/templates/worker/statefulset.yaml b/bitnami/airflow/templates/worker/statefulset.yaml index d516320281..4c38b4ba22 100644 --- a/bitnami/airflow/templates/worker/statefulset.yaml +++ b/bitnami/airflow/templates/worker/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (eq .Values.executor "CeleryExecutor") (eq .Values.executor "CeleryKubernetesExecutor") }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 409a3d3f32..3869876a75 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index d23b68bca3..c943c42215 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/apache/templates/_helpers.tpl b/bitnami/apache/templates/_helpers.tpl index b16d3b71bf..6e00bac3fc 100644 --- a/bitnami/apache/templates/_helpers.tpl +++ b/bitnami/apache/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Return the proper Apache image name diff --git a/bitnami/apache/templates/configmap-vhosts.yaml b/bitnami/apache/templates/configmap-vhosts.yaml index fc0b985d1a..ec4b474344 100644 --- a/bitnami/apache/templates/configmap-vhosts.yaml +++ b/bitnami/apache/templates/configmap-vhosts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Files.Glob "files/vhosts/*.conf") (not .Values.vhostsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apache/templates/configmap.yaml b/bitnami/apache/templates/configmap.yaml index b6928efdbe..dfa96dfd18 100644 --- a/bitnami/apache/templates/configmap.yaml +++ b/bitnami/apache/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and (.Files.Glob "files/httpd.conf") (not .Values.httpdConfConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apache/templates/deployment.yaml b/bitnami/apache/templates/deployment.yaml index 5c5655b299..7fc270be85 100644 --- a/bitnami/apache/templates/deployment.yaml +++ b/bitnami/apache/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/apache/templates/extra-list.yaml b/bitnami/apache/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/apache/templates/extra-list.yaml +++ b/bitnami/apache/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/apache/templates/hpa.yaml b/bitnami/apache/templates/hpa.yaml index d9a15751b3..14b76b1808 100644 --- a/bitnami/apache/templates/hpa.yaml +++ b/bitnami/apache/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/apache/templates/ingress.yaml b/bitnami/apache/templates/ingress.yaml index 6f45929109..4cc0addeec 100644 --- a/bitnami/apache/templates/ingress.yaml +++ b/bitnami/apache/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/apache/templates/metrics-svc.yaml b/bitnami/apache/templates/metrics-svc.yaml index 307776a06d..c00b4c0a71 100644 --- a/bitnami/apache/templates/metrics-svc.yaml +++ b/bitnami/apache/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/apache/templates/pdb.yaml b/bitnami/apache/templates/pdb.yaml index f82d278afd..7a4913c70d 100644 --- a/bitnami/apache/templates/pdb.yaml +++ b/bitnami/apache/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/apache/templates/prometheusrules.yaml b/bitnami/apache/templates/prometheusrules.yaml index de30d4aa7a..5998072ee2 100644 --- a/bitnami/apache/templates/prometheusrules.yaml +++ b/bitnami/apache/templates/prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/apache/templates/servicemonitor.yaml b/bitnami/apache/templates/servicemonitor.yaml index 93b95b485f..5225993b19 100644 --- a/bitnami/apache/templates/servicemonitor.yaml +++ b/bitnami/apache/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/apache/templates/svc.yaml b/bitnami/apache/templates/svc.yaml index 4cdc23cc4d..14e5f622e9 100644 --- a/bitnami/apache/templates/svc.yaml +++ b/bitnami/apache/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/apache/templates/tls-secrets.yaml b/bitnami/apache/templates/tls-secrets.yaml index 61c33935e8..65b4ca00e3 100644 --- a/bitnami/apache/templates/tls-secrets.yaml +++ b/bitnami/apache/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index 094c630856..65aa0920c4 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/apisix/Chart.yaml b/bitnami/apisix/Chart.yaml index 8283ad035d..aa2c71c035 100644 --- a/bitnami/apisix/Chart.yaml +++ b/bitnami/apisix/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/apisix/crds/ApisixGlobalRule.yaml b/bitnami/apisix/crds/ApisixGlobalRule.yaml index a6d3f9e6df..91b4f33fa6 100644 --- a/bitnami/apisix/crds/ApisixGlobalRule.yaml +++ b/bitnami/apisix/crds/ApisixGlobalRule.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Taken from https://github.com/apache/apisix-helm-chart/blob/apisix-ingress-controller-0.11.6/charts/apisix-ingress-controller/crds/ApisixGlobalRule.yaml # # Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/bitnami/apisix/crds/customresourcedefinitions.yaml b/bitnami/apisix/crds/customresourcedefinitions.yaml index 092232d463..f30cbb71a9 100644 --- a/bitnami/apisix/crds/customresourcedefinitions.yaml +++ b/bitnami/apisix/crds/customresourcedefinitions.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Taken from https://github.com/apache/apisix-helm-chart/blob/apisix-ingress-controller-0.11.6/charts/apisix-ingress-controller/crds/customresourcedefinitions.yaml # # Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/bitnami/apisix/templates/_helpers.tpl b/bitnami/apisix/templates/_helpers.tpl index 3ff3bf73bc..2465224180 100644 --- a/bitnami/apisix/templates/_helpers.tpl +++ b/bitnami/apisix/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Docker Image Registry Secret Names */}} diff --git a/bitnami/apisix/templates/control-plane/api-token-secret.yaml b/bitnami/apisix/templates/control-plane/api-token-secret.yaml index 16df6efad0..a996281db5 100644 --- a/bitnami/apisix/templates/control-plane/api-token-secret.yaml +++ b/bitnami/apisix/templates/control-plane/api-token-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled (not .Values.controlPlane.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/apisix/templates/control-plane/clusterrolebinding.yaml b/bitnami/apisix/templates/control-plane/clusterrolebinding.yaml index 2d41086ade..021d674303 100644 --- a/bitnami/apisix/templates/control-plane/clusterrolebinding.yaml +++ b/bitnami/apisix/templates/control-plane/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled .Values.controlPlane.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/control-plane/clusterroles.yaml b/bitnami/apisix/templates/control-plane/clusterroles.yaml index 76540fc2d4..ee32023ca6 100644 --- a/bitnami/apisix/templates/control-plane/clusterroles.yaml +++ b/bitnami/apisix/templates/control-plane/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled .Values.controlPlane.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/control-plane/configmap.yaml b/bitnami/apisix/templates/control-plane/configmap.yaml index 938eb25b55..984e2f3565 100644 --- a/bitnami/apisix/templates/control-plane/configmap.yaml +++ b/bitnami/apisix/templates/control-plane/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled (not .Values.controlPlane.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/control-plane/dep-ds.yaml b/bitnami/apisix/templates/control-plane/dep-ds.yaml index 5b3f95482e..625d3aea13 100644 --- a/bitnami/apisix/templates/control-plane/dep-ds.yaml +++ b/bitnami/apisix/templates/control-plane/dep-ds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controlPlane.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: {{ ternary "DaemonSet" "Deployment" .Values.controlPlane.useDaemonSet }} diff --git a/bitnami/apisix/templates/control-plane/extra-configmap.yaml b/bitnami/apisix/templates/control-plane/extra-configmap.yaml index 27fa337fb3..fa0fd8bdd9 100644 --- a/bitnami/apisix/templates/control-plane/extra-configmap.yaml +++ b/bitnami/apisix/templates/control-plane/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled .Values.controlPlane.extraConfig (not .Values.controlPlane.extraConfigExistingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/control-plane/hpa.yaml b/bitnami/apisix/templates/control-plane/hpa.yaml index c3ba29b96e..70686c276c 100644 --- a/bitnami/apisix/templates/control-plane/hpa.yaml +++ b/bitnami/apisix/templates/control-plane/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.autoscaling.hpa.enabled (not .Values.controlPlane.useDaemonSet) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/apisix/templates/control-plane/ingress-tls-secret.yaml b/bitnami/apisix/templates/control-plane/ingress-tls-secret.yaml index 97cc728e74..89f61aca86 100644 --- a/bitnami/apisix/templates/control-plane/ingress-tls-secret.yaml +++ b/bitnami/apisix/templates/control-plane/ingress-tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controlPlane.ingress.enabled }} {{- if .Values.controlPlane.ingress.secrets }} {{- range .Values.controlPlane.ingress.secrets }} diff --git a/bitnami/apisix/templates/control-plane/ingress.yaml b/bitnami/apisix/templates/control-plane/ingress.yaml index 3610cf811c..dbdd99b394 100644 --- a/bitnami/apisix/templates/control-plane/ingress.yaml +++ b/bitnami/apisix/templates/control-plane/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.enabled .Values.controlPlane.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/apisix/templates/control-plane/pdb.yaml b/bitnami/apisix/templates/control-plane/pdb.yaml index a187e8a7f4..1cac8b335d 100644 --- a/bitnami/apisix/templates/control-plane/pdb.yaml +++ b/bitnami/apisix/templates/control-plane/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controlPlane.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/apisix/templates/control-plane/service-account.yaml b/bitnami/apisix/templates/control-plane/service-account.yaml index 245829baba..dbefc5e86f 100644 --- a/bitnami/apisix/templates/control-plane/service-account.yaml +++ b/bitnami/apisix/templates/control-plane/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controlPlane.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/apisix/templates/control-plane/service.yaml b/bitnami/apisix/templates/control-plane/service.yaml index 64c72dc63e..b191af0218 100644 --- a/bitnami/apisix/templates/control-plane/service.yaml +++ b/bitnami/apisix/templates/control-plane/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controlPlane.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/apisix/templates/control-plane/servicemonitor.yaml b/bitnami/apisix/templates/control-plane/servicemonitor.yaml index 3cc33ba3c1..e00d637710 100644 --- a/bitnami/apisix/templates/control-plane/servicemonitor.yaml +++ b/bitnami/apisix/templates/control-plane/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controlPlane.metrics.enabled .Values.controlPlane.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/apisix/templates/control-plane/vpa.yaml b/bitnami/apisix/templates/control-plane/vpa.yaml index c2aded37af..19d6c3c2eb 100644 --- a/bitnami/apisix/templates/control-plane/vpa.yaml +++ b/bitnami/apisix/templates/control-plane/vpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Capabilities.APIVersions.Has "autoscaling.k8s.io/v1/VerticalPodAutoscaler") .Values.controlPlane.autoscaling.vpa.enabled }} apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }} kind: VerticalPodAutoscaler diff --git a/bitnami/apisix/templates/dashboard/configmap.yaml b/bitnami/apisix/templates/dashboard/configmap.yaml index 6df63b0142..1a202a3957 100644 --- a/bitnami/apisix/templates/dashboard/configmap.yaml +++ b/bitnami/apisix/templates/dashboard/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dashboard.enabled (not .Values.dashboard.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/dashboard/deployment.yaml b/bitnami/apisix/templates/dashboard/deployment.yaml index 4b4cfc552f..8d018823a0 100644 --- a/bitnami/apisix/templates/dashboard/deployment.yaml +++ b/bitnami/apisix/templates/dashboard/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/apisix/templates/dashboard/extra-configmap.yaml b/bitnami/apisix/templates/dashboard/extra-configmap.yaml index 7c86c53359..8fb5c1ec6c 100644 --- a/bitnami/apisix/templates/dashboard/extra-configmap.yaml +++ b/bitnami/apisix/templates/dashboard/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dashboard.enabled .Values.dashboard.extraConfig (not .Values.dashboard.extraConfigExistingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/dashboard/hpa.yaml b/bitnami/apisix/templates/dashboard/hpa.yaml index c30c13e494..28ca81f4a7 100644 --- a/bitnami/apisix/templates/dashboard/hpa.yaml +++ b/bitnami/apisix/templates/dashboard/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.autoscaling.hpa.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/apisix/templates/dashboard/ingress-tls-secret.yaml b/bitnami/apisix/templates/dashboard/ingress-tls-secret.yaml index 8f9650c2c5..c93cd1deff 100644 --- a/bitnami/apisix/templates/dashboard/ingress-tls-secret.yaml +++ b/bitnami/apisix/templates/dashboard/ingress-tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.ingress.enabled }} {{- if .Values.dashboard.ingress.secrets }} {{- range .Values.dashboard.ingress.secrets }} diff --git a/bitnami/apisix/templates/dashboard/ingress.yaml b/bitnami/apisix/templates/dashboard/ingress.yaml index b48cbe4677..0309bd8ebc 100644 --- a/bitnami/apisix/templates/dashboard/ingress.yaml +++ b/bitnami/apisix/templates/dashboard/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dashboard.enabled .Values.dashboard.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/apisix/templates/dashboard/pdb.yaml b/bitnami/apisix/templates/dashboard/pdb.yaml index 1aa0eee1e9..e9619628da 100644 --- a/bitnami/apisix/templates/dashboard/pdb.yaml +++ b/bitnami/apisix/templates/dashboard/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/apisix/templates/dashboard/secret.yaml b/bitnami/apisix/templates/dashboard/secret.yaml index 29d27c16c2..459e5aae91 100644 --- a/bitnami/apisix/templates/dashboard/secret.yaml +++ b/bitnami/apisix/templates/dashboard/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dashboard.enabled (not .Values.dashboard.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/apisix/templates/dashboard/service-account.yaml b/bitnami/apisix/templates/dashboard/service-account.yaml index edbc42188f..1c9e83c154 100644 --- a/bitnami/apisix/templates/dashboard/service-account.yaml +++ b/bitnami/apisix/templates/dashboard/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/apisix/templates/dashboard/service.yaml b/bitnami/apisix/templates/dashboard/service.yaml index 59ee622ff9..db259a972e 100644 --- a/bitnami/apisix/templates/dashboard/service.yaml +++ b/bitnami/apisix/templates/dashboard/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/apisix/templates/dashboard/vpa.yaml b/bitnami/apisix/templates/dashboard/vpa.yaml index 0abf467536..b65c67823a 100644 --- a/bitnami/apisix/templates/dashboard/vpa.yaml +++ b/bitnami/apisix/templates/dashboard/vpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Capabilities.APIVersions.Has "autoscaling.k8s.io/v1/VerticalPodAutoscaler") .Values.dashboard.autoscaling.vpa.enabled }} apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }} kind: VerticalPodAutoscaler diff --git a/bitnami/apisix/templates/data-plane/clusterrolebinding.yaml b/bitnami/apisix/templates/data-plane/clusterrolebinding.yaml index b17e6643e7..cb226e2848 100644 --- a/bitnami/apisix/templates/data-plane/clusterrolebinding.yaml +++ b/bitnami/apisix/templates/data-plane/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.enabled .Values.dataPlane.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/data-plane/clusterroles.yaml b/bitnami/apisix/templates/data-plane/clusterroles.yaml index cba2f0c298..9c9db63349 100644 --- a/bitnami/apisix/templates/data-plane/clusterroles.yaml +++ b/bitnami/apisix/templates/data-plane/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.enabled .Values.dataPlane.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/data-plane/configmap.yaml b/bitnami/apisix/templates/data-plane/configmap.yaml index 33373ad13c..3b92ad0e51 100644 --- a/bitnami/apisix/templates/data-plane/configmap.yaml +++ b/bitnami/apisix/templates/data-plane/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.enabled (not .Values.dataPlane.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/data-plane/dep-ds.yaml b/bitnami/apisix/templates/data-plane/dep-ds.yaml index d901e4b18b..f5216e8245 100644 --- a/bitnami/apisix/templates/data-plane/dep-ds.yaml +++ b/bitnami/apisix/templates/data-plane/dep-ds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: {{ ternary "DaemonSet" "Deployment" .Values.dataPlane.useDaemonSet }} diff --git a/bitnami/apisix/templates/data-plane/extra-configmap.yaml b/bitnami/apisix/templates/data-plane/extra-configmap.yaml index f5f0e16841..11745ecd85 100644 --- a/bitnami/apisix/templates/data-plane/extra-configmap.yaml +++ b/bitnami/apisix/templates/data-plane/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.enabled .Values.dataPlane.extraConfig (not .Values.dataPlane.extraConfigExistingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/data-plane/hpa.yaml b/bitnami/apisix/templates/data-plane/hpa.yaml index aeb6a6194c..3e5aa788c3 100644 --- a/bitnami/apisix/templates/data-plane/hpa.yaml +++ b/bitnami/apisix/templates/data-plane/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.autoscaling.hpa.enabled (not .Values.dataPlane.useDaemonSet) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/apisix/templates/data-plane/ingress-tls-secret.yaml b/bitnami/apisix/templates/data-plane/ingress-tls-secret.yaml index 9df53a8385..4191675c18 100644 --- a/bitnami/apisix/templates/data-plane/ingress-tls-secret.yaml +++ b/bitnami/apisix/templates/data-plane/ingress-tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.ingress.enabled }} {{- if .Values.dataPlane.ingress.secrets }} {{- range .Values.dataPlane.ingress.secrets }} diff --git a/bitnami/apisix/templates/data-plane/ingress.yaml b/bitnami/apisix/templates/data-plane/ingress.yaml index bf1c6167ca..c835da8687 100644 --- a/bitnami/apisix/templates/data-plane/ingress.yaml +++ b/bitnami/apisix/templates/data-plane/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.enabled .Values.dataPlane.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/apisix/templates/data-plane/pdb.yaml b/bitnami/apisix/templates/data-plane/pdb.yaml index 1aa0eee1e9..e9619628da 100644 --- a/bitnami/apisix/templates/data-plane/pdb.yaml +++ b/bitnami/apisix/templates/data-plane/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/apisix/templates/data-plane/service-account.yaml b/bitnami/apisix/templates/data-plane/service-account.yaml index d556a08879..e571a6255b 100644 --- a/bitnami/apisix/templates/data-plane/service-account.yaml +++ b/bitnami/apisix/templates/data-plane/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/apisix/templates/data-plane/service.yaml b/bitnami/apisix/templates/data-plane/service.yaml index 4b1af5e004..999da901f2 100644 --- a/bitnami/apisix/templates/data-plane/service.yaml +++ b/bitnami/apisix/templates/data-plane/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dataPlane.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/apisix/templates/data-plane/servicemonitor.yaml b/bitnami/apisix/templates/data-plane/servicemonitor.yaml index 091ffb3ab6..9775ea0fb6 100644 --- a/bitnami/apisix/templates/data-plane/servicemonitor.yaml +++ b/bitnami/apisix/templates/data-plane/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dataPlane.metrics.enabled .Values.dataPlane.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/apisix/templates/data-plane/vpa.yaml b/bitnami/apisix/templates/data-plane/vpa.yaml index de4e126078..10ca98066a 100644 --- a/bitnami/apisix/templates/data-plane/vpa.yaml +++ b/bitnami/apisix/templates/data-plane/vpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Capabilities.APIVersions.Has "autoscaling.k8s.io/v1/VerticalPodAutoscaler") .Values.dataPlane.autoscaling.vpa.enabled }} apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }} kind: VerticalPodAutoscaler diff --git a/bitnami/apisix/templates/external-etcd.yaml b/bitnami/apisix/templates/external-etcd.yaml index 0b8362f971..1a137b6248 100644 --- a/bitnami/apisix/templates/external-etcd.yaml +++ b/bitnami/apisix/templates/external-etcd.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.etcd.enabled) (not .Values.externalEtcd.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/apisix/templates/extra-list.yaml b/bitnami/apisix/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/apisix/templates/extra-list.yaml +++ b/bitnami/apisix/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/apisix/templates/ingress-controller/clusterrolebinding.yaml b/bitnami/apisix/templates/ingress-controller/clusterrolebinding.yaml index 31aaa42ade..eda4c0cd5b 100644 --- a/bitnami/apisix/templates/ingress-controller/clusterrolebinding.yaml +++ b/bitnami/apisix/templates/ingress-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled .Values.ingressController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/ingress-controller/clusterroles.yaml b/bitnami/apisix/templates/ingress-controller/clusterroles.yaml index 6fbd3dd33d..278efd1928 100644 --- a/bitnami/apisix/templates/ingress-controller/clusterroles.yaml +++ b/bitnami/apisix/templates/ingress-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled .Values.ingressController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/apisix/templates/ingress-controller/configmap.yaml b/bitnami/apisix/templates/ingress-controller/configmap.yaml index db6fce4c4c..1e6fdda431 100644 --- a/bitnami/apisix/templates/ingress-controller/configmap.yaml +++ b/bitnami/apisix/templates/ingress-controller/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled (not .Values.ingressController.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/ingress-controller/deployment.yaml b/bitnami/apisix/templates/ingress-controller/deployment.yaml index 5d720d2403..02d10f03b6 100644 --- a/bitnami/apisix/templates/ingress-controller/deployment.yaml +++ b/bitnami/apisix/templates/ingress-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/apisix/templates/ingress-controller/extra-configmap.yaml b/bitnami/apisix/templates/ingress-controller/extra-configmap.yaml index 22da399f1c..d8ab36592d 100644 --- a/bitnami/apisix/templates/ingress-controller/extra-configmap.yaml +++ b/bitnami/apisix/templates/ingress-controller/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled .Values.ingressController.extraConfig (not .Values.ingressController.extraConfigExistingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/apisix/templates/ingress-controller/hpa.yaml b/bitnami/apisix/templates/ingress-controller/hpa.yaml index f20f0b0787..946aad2288 100644 --- a/bitnami/apisix/templates/ingress-controller/hpa.yaml +++ b/bitnami/apisix/templates/ingress-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.autoscaling.hpa.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/apisix/templates/ingress-controller/ingress-tls-secret.yaml b/bitnami/apisix/templates/ingress-controller/ingress-tls-secret.yaml index 2636ee4acb..9eaf5ab409 100644 --- a/bitnami/apisix/templates/ingress-controller/ingress-tls-secret.yaml +++ b/bitnami/apisix/templates/ingress-controller/ingress-tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.ingress.enabled }} {{- if .Values.ingressController.ingress.secrets }} {{- range .Values.ingressController.ingress.secrets }} diff --git a/bitnami/apisix/templates/ingress-controller/ingress.yaml b/bitnami/apisix/templates/ingress-controller/ingress.yaml index c42d8d6d7a..8743f22883 100644 --- a/bitnami/apisix/templates/ingress-controller/ingress.yaml +++ b/bitnami/apisix/templates/ingress-controller/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled .Values.ingressController.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/apisix/templates/ingress-controller/pdb.yaml b/bitnami/apisix/templates/ingress-controller/pdb.yaml index 927640bf92..9bafa0e656 100644 --- a/bitnami/apisix/templates/ingress-controller/pdb.yaml +++ b/bitnami/apisix/templates/ingress-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/apisix/templates/ingress-controller/service-account.yaml b/bitnami/apisix/templates/ingress-controller/service-account.yaml index dc5ef6b73b..45cb882275 100644 --- a/bitnami/apisix/templates/ingress-controller/service-account.yaml +++ b/bitnami/apisix/templates/ingress-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/apisix/templates/ingress-controller/service.yaml b/bitnami/apisix/templates/ingress-controller/service.yaml index 9220d8a3cc..44628021ff 100644 --- a/bitnami/apisix/templates/ingress-controller/service.yaml +++ b/bitnami/apisix/templates/ingress-controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/apisix/templates/ingress-controller/servicemonitor.yaml b/bitnami/apisix/templates/ingress-controller/servicemonitor.yaml index cd11ce4903..95e6dd70d4 100644 --- a/bitnami/apisix/templates/ingress-controller/servicemonitor.yaml +++ b/bitnami/apisix/templates/ingress-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.metrics.enabled .Values.ingressController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/apisix/templates/ingress-controller/vpa.yaml b/bitnami/apisix/templates/ingress-controller/vpa.yaml index b05bbb6083..4558875678 100644 --- a/bitnami/apisix/templates/ingress-controller/vpa.yaml +++ b/bitnami/apisix/templates/ingress-controller/vpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Capabilities.APIVersions.Has "autoscaling.k8s.io/v1/VerticalPodAutoscaler") .Values.ingressController.autoscaling.vpa.enabled }} apiVersion: {{ include "common.capabilities.vpa.apiVersion" . }} kind: VerticalPodAutoscaler diff --git a/bitnami/apisix/templates/tls-secret.yaml b/bitnami/apisix/templates/tls-secret.yaml index 43b3f6b033..183aaefaeb 100644 --- a/bitnami/apisix/templates/tls-secret.yaml +++ b/bitnami/apisix/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $ca := genCA "apisix-ca" 365 }} {{- if and .Values.controlPlane.enabled (not .Values.controlPlane.tls.existingSecret) }} {{/* For the control plane, it is mandatory to have TLS for the config server */}} diff --git a/bitnami/apisix/values.yaml b/bitnami/apisix/values.yaml index 3efc7f542c..54a300eac0 100644 --- a/bitnami/apisix/values.yaml +++ b/bitnami/apisix/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 1ead0e7dfa..babe4af2f0 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/appsmith/templates/_helpers.tpl b/bitnami/appsmith/templates/_helpers.tpl index 47b92af2d1..5eb89aa484 100644 --- a/bitnami/appsmith/templates/_helpers.tpl +++ b/bitnami/appsmith/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Appsmith image name */}} diff --git a/bitnami/appsmith/templates/backend/deployment.yaml b/bitnami/appsmith/templates/backend/deployment.yaml index cf98171ccf..b961feedca 100644 --- a/bitnami/appsmith/templates/backend/deployment.yaml +++ b/bitnami/appsmith/templates/backend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/appsmith/templates/backend/externalredis-secret.yaml b/bitnami/appsmith/templates/backend/externalredis-secret.yaml index dd65007a2d..1e27cbc5eb 100644 --- a/bitnami/appsmith/templates/backend/externalredis-secret.yaml +++ b/bitnami/appsmith/templates/backend/externalredis-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.redis.enabled) (not .Values.externalRedis.existingSecret) (not .Values.redis.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/appsmith/templates/backend/pvc.yaml b/bitnami/appsmith/templates/backend/pvc.yaml index d94042ae44..93e486ec0d 100644 --- a/bitnami/appsmith/templates/backend/pvc.yaml +++ b/bitnami/appsmith/templates/backend/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.backend.persistence.enabled (not .Values.backend.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/appsmith/templates/backend/secret.yaml b/bitnami/appsmith/templates/backend/secret.yaml index 62766500cd..6a829b6578 100644 --- a/bitnami/appsmith/templates/backend/secret.yaml +++ b/bitnami/appsmith/templates/backend/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.backend.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/appsmith/templates/backend/service.yaml b/bitnami/appsmith/templates/backend/service.yaml index 746dac4e62..0252f64523 100644 --- a/bitnami/appsmith/templates/backend/service.yaml +++ b/bitnami/appsmith/templates/backend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/appsmith/templates/client/deployment.yaml b/bitnami/appsmith/templates/client/deployment.yaml index c3daeea7a2..82386dcdfa 100644 --- a/bitnami/appsmith/templates/client/deployment.yaml +++ b/bitnami/appsmith/templates/client/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/appsmith/templates/client/ingress.yaml b/bitnami/appsmith/templates/client/ingress.yaml index b5ba3a784b..0692890dea 100644 --- a/bitnami/appsmith/templates/client/ingress.yaml +++ b/bitnami/appsmith/templates/client/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.client.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/appsmith/templates/client/service.yaml b/bitnami/appsmith/templates/client/service.yaml index 2b7ca28c2a..8b5ff2c6ea 100644 --- a/bitnami/appsmith/templates/client/service.yaml +++ b/bitnami/appsmith/templates/client/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/appsmith/templates/client/tls-secret.yaml b/bitnami/appsmith/templates/client/tls-secret.yaml index abeb388ac8..495efc7a26 100644 --- a/bitnami/appsmith/templates/client/tls-secret.yaml +++ b/bitnami/appsmith/templates/client/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.client.ingress.enabled }} {{- if .Values.client.ingress.secrets }} {{- range .Values.client.ingress.secrets }} diff --git a/bitnami/appsmith/templates/externaldb-secrets.yaml b/bitnami/appsmith/templates/externaldb-secrets.yaml index 32385f4c72..a07f2ae364 100644 --- a/bitnami/appsmith/templates/externaldb-secrets.yaml +++ b/bitnami/appsmith/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mongodb.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/appsmith/templates/extra-list.yaml b/bitnami/appsmith/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/appsmith/templates/extra-list.yaml +++ b/bitnami/appsmith/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/appsmith/templates/rts/deployment.yaml b/bitnami/appsmith/templates/rts/deployment.yaml index aac77d413d..379c3d0746 100644 --- a/bitnami/appsmith/templates/rts/deployment.yaml +++ b/bitnami/appsmith/templates/rts/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/appsmith/templates/rts/service.yaml b/bitnami/appsmith/templates/rts/service.yaml index 5afdceb760..55879724cc 100644 --- a/bitnami/appsmith/templates/rts/service.yaml +++ b/bitnami/appsmith/templates/rts/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/appsmith/templates/service-account.yaml b/bitnami/appsmith/templates/service-account.yaml index 139300dd42..2b85a0210f 100644 --- a/bitnami/appsmith/templates/service-account.yaml +++ b/bitnami/appsmith/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 05a5400758..e7d4662523 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index dfe2b6fbb1..129e9dd5c2 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/argo-cd/crds/application.yaml b/bitnami/argo-cd/crds/application.yaml index 3c316a105c..bc71f13264 100644 --- a/bitnami/argo-cd/crds/application.yaml +++ b/bitnami/argo-cd/crds/application.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # CRDs source: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/templates/crds/crd-application.yaml (version 2.6.6) apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-cd/crds/applicationset.yaml b/bitnami/argo-cd/crds/applicationset.yaml index 87205717b6..762d7b1798 100644 --- a/bitnami/argo-cd/crds/applicationset.yaml +++ b/bitnami/argo-cd/crds/applicationset.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # CRDs source: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/templates/crds/crd-applicationset.yaml (2.6.6) apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-cd/crds/extension.yaml b/bitnami/argo-cd/crds/extension.yaml index a96086bf18..a6c6936587 100644 --- a/bitnami/argo-cd/crds/extension.yaml +++ b/bitnami/argo-cd/crds/extension.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # CRDs source: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/templates/crds/crd-extension.yaml (2.6.6) apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-cd/crds/project.yaml b/bitnami/argo-cd/crds/project.yaml index a4835bee20..8aa46e986d 100644 --- a/bitnami/argo-cd/crds/project.yaml +++ b/bitnami/argo-cd/crds/project.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # CRDs source: https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/templates/crds/crd-project.yaml (2.6.6) apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-cd/templates/_helpers.tpl b/bitnami/argo-cd/templates/_helpers.tpl index a6bbb62503..5e8ea1d3bb 100644 --- a/bitnami/argo-cd/templates/_helpers.tpl +++ b/bitnami/argo-cd/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Argo CD image name */}} diff --git a/bitnami/argo-cd/templates/application-controller/clusterrole.yaml b/bitnami/argo-cd/templates/application-controller/clusterrole.yaml index 97486a7b0d..1761b5fbdb 100644 --- a/bitnami/argo-cd/templates/application-controller/clusterrole.yaml +++ b/bitnami/argo-cd/templates/application-controller/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.controller.clusterAdminAccess }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/argo-cd/templates/application-controller/clusterrolebinding.yaml b/bitnami/argo-cd/templates/application-controller/clusterrolebinding.yaml index a7e338c3c9..e581859e68 100644 --- a/bitnami/argo-cd/templates/application-controller/clusterrolebinding.yaml +++ b/bitnami/argo-cd/templates/application-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.controller.clusterAdminAccess }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/argo-cd/templates/application-controller/deployment.yaml b/bitnami/argo-cd/templates/application-controller/deployment.yaml index 2b32a4fa45..c14741d80f 100644 --- a/bitnami/argo-cd/templates/application-controller/deployment.yaml +++ b/bitnami/argo-cd/templates/application-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/argo-cd/templates/application-controller/metrics-svc.yaml b/bitnami/argo-cd/templates/application-controller/metrics-svc.yaml index ca624766de..fd2ba76d93 100644 --- a/bitnami/argo-cd/templates/application-controller/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/application-controller/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/application-controller/prometheus-rule.yaml b/bitnami/argo-cd/templates/application-controller/prometheus-rule.yaml index ecd283d93e..460c52c3ac 100644 --- a/bitnami/argo-cd/templates/application-controller/prometheus-rule.yaml +++ b/bitnami/argo-cd/templates/application-controller/prometheus-rule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controller.metrics.enabled .Values.controller.metrics.rules.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/argo-cd/templates/application-controller/role.yaml b/bitnami/argo-cd/templates/application-controller/role.yaml index 3d859a9d1d..46166b46dc 100644 --- a/bitnami/argo-cd/templates/application-controller/role.yaml +++ b/bitnami/argo-cd/templates/application-controller/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/application-controller/rolebinding.yaml b/bitnami/argo-cd/templates/application-controller/rolebinding.yaml index df02a86265..a3ed9bf341 100644 --- a/bitnami/argo-cd/templates/application-controller/rolebinding.yaml +++ b/bitnami/argo-cd/templates/application-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controller.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/application-controller/service-account.yaml b/bitnami/argo-cd/templates/application-controller/service-account.yaml index cb80077816..5e18aa1d1d 100644 --- a/bitnami/argo-cd/templates/application-controller/service-account.yaml +++ b/bitnami/argo-cd/templates/application-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.controller.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/application-controller/service.yaml b/bitnami/argo-cd/templates/application-controller/service.yaml index 079886486a..a4506a12cb 100644 --- a/bitnami/argo-cd/templates/application-controller/service.yaml +++ b/bitnami/argo-cd/templates/application-controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/argo-cd/templates/application-controller/servicemonitor.yaml b/bitnami/argo-cd/templates/application-controller/servicemonitor.yaml index 884371b37f..e1ab18b19b 100644 --- a/bitnami/argo-cd/templates/application-controller/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/application-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controller.metrics.enabled .Values.controller.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/applicationset/deployment.yaml b/bitnami/argo-cd/templates/applicationset/deployment.yaml index be04d7a38f..274fa6fcd6 100644 --- a/bitnami/argo-cd/templates/applicationset/deployment.yaml +++ b/bitnami/argo-cd/templates/applicationset/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.applicationSet.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/argo-cd/templates/applicationset/ingress-webhook.yaml b/bitnami/argo-cd/templates/applicationset/ingress-webhook.yaml index ffe5a011b8..0e828b9fb8 100644 --- a/bitnami/argo-cd/templates/applicationset/ingress-webhook.yaml +++ b/bitnami/argo-cd/templates/applicationset/ingress-webhook.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.applicationSet.enabled .Values.applicationSet.webhook.ingress.enabled -}} apiVersion: {{ include "common.capabilities.webhook.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/argo-cd/templates/applicationset/metrics-svc.yaml b/bitnami/argo-cd/templates/applicationset/metrics-svc.yaml index 7a1ab795db..ed6a4ce0ef 100644 --- a/bitnami/argo-cd/templates/applicationset/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/applicationset/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.applicationSet.enabled .Values.applicationSet.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/applicationset/role.yaml b/bitnami/argo-cd/templates/applicationset/role.yaml index 6766c58a6c..e87785d36f 100644 --- a/bitnami/argo-cd/templates/applicationset/role.yaml +++ b/bitnami/argo-cd/templates/applicationset/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.applicationSet.enabled }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/applicationset/rolebinding.yaml b/bitnami/argo-cd/templates/applicationset/rolebinding.yaml index 92a712b353..d94bc949d2 100644 --- a/bitnami/argo-cd/templates/applicationset/rolebinding.yaml +++ b/bitnami/argo-cd/templates/applicationset/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.applicationSet.enabled .Values.applicationSet.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/applicationset/service-account.yaml b/bitnami/argo-cd/templates/applicationset/service-account.yaml index 4dc2646bec..8f43d4cedf 100644 --- a/bitnami/argo-cd/templates/applicationset/service-account.yaml +++ b/bitnami/argo-cd/templates/applicationset/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.applicationSet.enabled .Values.rbac.create .Values.applicationSet.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/applicationset/service.yaml b/bitnami/argo-cd/templates/applicationset/service.yaml index 57fa840234..fa76550795 100644 --- a/bitnami/argo-cd/templates/applicationset/service.yaml +++ b/bitnami/argo-cd/templates/applicationset/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.applicationSet.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/applicationset/servicemonitor.yaml b/bitnami/argo-cd/templates/applicationset/servicemonitor.yaml index 2ffbc5b635..b747bb9868 100644 --- a/bitnami/argo-cd/templates/applicationset/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/applicationset/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.applicationSet.enabled .Values.applicationSet.metrics.enabled .Values.applicationSet.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/argocd-cm.yaml b/bitnami/argo-cd/templates/argocd-cm.yaml index 01632db052..3bbea98baf 100644 --- a/bitnami/argo-cd/templates/argocd-cm.yaml +++ b/bitnami/argo-cd/templates/argocd-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.configEnabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/argo-cd/templates/argocd-secret.yaml b/bitnami/argo-cd/templates/argocd-secret.yaml index 6e6a6ddb3e..289104e116 100644 --- a/bitnami/argo-cd/templates/argocd-secret.yaml +++ b/bitnami/argo-cd/templates/argocd-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.config.secret.create }} apiVersion: v1 kind: Secret diff --git a/bitnami/argo-cd/templates/cluster-configs.yaml b/bitnami/argo-cd/templates/cluster-configs.yaml index ec059f02a2..af368f2c0d 100644 --- a/bitnami/argo-cd/templates/cluster-configs.yaml +++ b/bitnami/argo-cd/templates/cluster-configs.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.config.clusterCredentials }} apiVersion: v1 kind: Secret diff --git a/bitnami/argo-cd/templates/dex/deployment.yaml b/bitnami/argo-cd/templates/dex/deployment.yaml index 448f57eb1e..be96cd5389 100644 --- a/bitnami/argo-cd/templates/dex/deployment.yaml +++ b/bitnami/argo-cd/templates/dex/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dex.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/argo-cd/templates/dex/metrics-svc.yaml b/bitnami/argo-cd/templates/dex/metrics-svc.yaml index 44ed1b5ba9..cc0d5629e6 100644 --- a/bitnami/argo-cd/templates/dex/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/dex/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dex.enabled .Values.dex.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/dex/role.yaml b/bitnami/argo-cd/templates/dex/role.yaml index 43ba9c4dd3..a71c5c4a08 100644 --- a/bitnami/argo-cd/templates/dex/role.yaml +++ b/bitnami/argo-cd/templates/dex/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dex.enabled .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/dex/rolebinding.yaml b/bitnami/argo-cd/templates/dex/rolebinding.yaml index 079ed66edd..3ce4011719 100644 --- a/bitnami/argo-cd/templates/dex/rolebinding.yaml +++ b/bitnami/argo-cd/templates/dex/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dex.enabled .Values.dex.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/dex/service-account.yaml b/bitnami/argo-cd/templates/dex/service-account.yaml index dc00636a7b..4ba3307e6d 100644 --- a/bitnami/argo-cd/templates/dex/service-account.yaml +++ b/bitnami/argo-cd/templates/dex/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dex.enabled .Values.rbac.create .Values.dex.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/dex/service.yaml b/bitnami/argo-cd/templates/dex/service.yaml index 2234f4f9f7..17cb16f8c8 100644 --- a/bitnami/argo-cd/templates/dex/service.yaml +++ b/bitnami/argo-cd/templates/dex/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dex.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/dex/servicemonitor.yaml b/bitnami/argo-cd/templates/dex/servicemonitor.yaml index 6705699b7c..88a3e7ccf2 100644 --- a/bitnami/argo-cd/templates/dex/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/dex/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dex.enabled .Values.dex.metrics.enabled .Values.dex.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/extra-list.yaml b/bitnami/argo-cd/templates/extra-list.yaml index 6edc87bd93..1ffe17b133 100644 --- a/bitnami/argo-cd/templates/extra-list.yaml +++ b/bitnami/argo-cd/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/argo-cd/templates/gpg-keys-cm.yaml b/bitnami/argo-cd/templates/gpg-keys-cm.yaml index 3d061c65f1..ce1a7b32e3 100644 --- a/bitnami/argo-cd/templates/gpg-keys-cm.yaml +++ b/bitnami/argo-cd/templates/gpg-keys-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/argo-cd/templates/known-hosts-cm.yaml b/bitnami/argo-cd/templates/known-hosts-cm.yaml index f14d5d1184..8ecb03f27a 100644 --- a/bitnami/argo-cd/templates/known-hosts-cm.yaml +++ b/bitnami/argo-cd/templates/known-hosts-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.config.createExtraKnownHosts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml index d4f5947896..4b0ad95584 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and .Values.notifications.enabled .Values.notifications.bots.slack.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/role.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/role.yaml index 5f7994ca1e..8eed1a99fa 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/role.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and .Values.notifications.enabled .Values.notifications.bots.slack.enabled .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/rolebinding.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/rolebinding.yaml index 27640a0fff..1113bfcad8 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/rolebinding.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and .Values.notifications.enabled .Values.notifications.bots.slack.enabled .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/service-account.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/service-account.yaml index 272a9e0a5a..f25dc41fe0 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/service-account.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.notifications.bots.slack.enabled .Values.notifications.bots.slack.serviceAccount.create .Values.rbac.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/notifications/bots/slack/service.yaml b/bitnami/argo-cd/templates/notifications/bots/slack/service.yaml index fb8e745b3e..c7b320563a 100644 --- a/bitnami/argo-cd/templates/notifications/bots/slack/service.yaml +++ b/bitnami/argo-cd/templates/notifications/bots/slack/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and .Values.notifications.enabled .Values.notifications.bots.slack.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/notifications/deployment.yaml b/bitnami/argo-cd/templates/notifications/deployment.yaml index 06e413e834..aaabf2cf67 100644 --- a/bitnami/argo-cd/templates/notifications/deployment.yaml +++ b/bitnami/argo-cd/templates/notifications/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notifications.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/argo-cd/templates/notifications/metrics-svc.yaml b/bitnami/argo-cd/templates/notifications/metrics-svc.yaml index 6e6dfbd372..b2eb22439a 100644 --- a/bitnami/argo-cd/templates/notifications/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/notifications/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.notifications.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/notifications/role.yaml b/bitnami/argo-cd/templates/notifications/role.yaml index 9d6f2479be..1ca7126f65 100644 --- a/bitnami/argo-cd/templates/notifications/role.yaml +++ b/bitnami/argo-cd/templates/notifications/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/notifications/rolebinding.yaml b/bitnami/argo-cd/templates/notifications/rolebinding.yaml index 9a968a5b00..488d674605 100644 --- a/bitnami/argo-cd/templates/notifications/rolebinding.yaml +++ b/bitnami/argo-cd/templates/notifications/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.notifications.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/notifications/service-account.yaml b/bitnami/argo-cd/templates/notifications/service-account.yaml index a0226eb0a3..7a454e5f47 100644 --- a/bitnami/argo-cd/templates/notifications/service-account.yaml +++ b/bitnami/argo-cd/templates/notifications/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.notifications.serviceAccount.create .Values.rbac.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/notifications/servicemonitor.yaml b/bitnami/argo-cd/templates/notifications/servicemonitor.yaml index 55717f03bf..2d499c0ad1 100644 --- a/bitnami/argo-cd/templates/notifications/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/notifications/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notifications.enabled .Values.notifications.metrics.enabled .Values.notifications.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/repo-server/deployment.yaml b/bitnami/argo-cd/templates/repo-server/deployment.yaml index df307aaa73..eb3f40aef1 100644 --- a/bitnami/argo-cd/templates/repo-server/deployment.yaml +++ b/bitnami/argo-cd/templates/repo-server/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/argo-cd/templates/repo-server/hpa.yaml b/bitnami/argo-cd/templates/repo-server/hpa.yaml index 54c0c5ff91..89d22f6a61 100644 --- a/bitnami/argo-cd/templates/repo-server/hpa.yaml +++ b/bitnami/argo-cd/templates/repo-server/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.repoServer.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/argo-cd/templates/repo-server/metrics-svc.yaml b/bitnami/argo-cd/templates/repo-server/metrics-svc.yaml index 53249c10fe..cf37f2a7b6 100644 --- a/bitnami/argo-cd/templates/repo-server/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/repo-server/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.repoServer.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/repo-server/repository-credentials-secret.yaml b/bitnami/argo-cd/templates/repo-server/repository-credentials-secret.yaml index 77575d89d7..37a704c287 100644 --- a/bitnami/argo-cd/templates/repo-server/repository-credentials-secret.yaml +++ b/bitnami/argo-cd/templates/repo-server/repository-credentials-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.config.secret.repositoryCredentials }} apiVersion: v1 kind: Secret diff --git a/bitnami/argo-cd/templates/repo-server/role.yaml b/bitnami/argo-cd/templates/repo-server/role.yaml index 5b11a7cacc..c537df5d6e 100644 --- a/bitnami/argo-cd/templates/repo-server/role.yaml +++ b/bitnami/argo-cd/templates/repo-server/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/repo-server/rolebinding.yaml b/bitnami/argo-cd/templates/repo-server/rolebinding.yaml index 0ccfbb0a04..017db395ea 100644 --- a/bitnami/argo-cd/templates/repo-server/rolebinding.yaml +++ b/bitnami/argo-cd/templates/repo-server/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.repoServer.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/repo-server/service-account.yaml b/bitnami/argo-cd/templates/repo-server/service-account.yaml index c675f7840f..33c8454c2d 100644 --- a/bitnami/argo-cd/templates/repo-server/service-account.yaml +++ b/bitnami/argo-cd/templates/repo-server/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.repoServer.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/repo-server/service.yaml b/bitnami/argo-cd/templates/repo-server/service.yaml index e2712aefc7..ff335956b9 100644 --- a/bitnami/argo-cd/templates/repo-server/service.yaml +++ b/bitnami/argo-cd/templates/repo-server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/argo-cd/templates/repo-server/servicemonitor.yaml b/bitnami/argo-cd/templates/repo-server/servicemonitor.yaml index dcdd05f26f..a0d15c0be6 100644 --- a/bitnami/argo-cd/templates/repo-server/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/repo-server/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.repoServer.metrics.enabled .Values.repoServer.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/server/clusterrole.yaml b/bitnami/argo-cd/templates/server/clusterrole.yaml index 7f70dd7c7b..1830d77fbd 100644 --- a/bitnami/argo-cd/templates/server/clusterrole.yaml +++ b/bitnami/argo-cd/templates/server/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/argo-cd/templates/server/clusterrolebinding.yaml b/bitnami/argo-cd/templates/server/clusterrolebinding.yaml index 87a796fc8f..77a7071cef 100644 --- a/bitnami/argo-cd/templates/server/clusterrolebinding.yaml +++ b/bitnami/argo-cd/templates/server/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/server/deployment.yaml b/bitnami/argo-cd/templates/server/deployment.yaml index dfb3198a55..36d11b4065 100644 --- a/bitnami/argo-cd/templates/server/deployment.yaml +++ b/bitnami/argo-cd/templates/server/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/argo-cd/templates/server/grpc-tls-secret.yaml b/bitnami/argo-cd/templates/server/grpc-tls-secret.yaml index 310229e328..7b08494243 100644 --- a/bitnami/argo-cd/templates/server/grpc-tls-secret.yaml +++ b/bitnami/argo-cd/templates/server/grpc-tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingressGrpc.enabled }} {{- if .Values.server.ingressGrpc.secrets }} {{- range .Values.server.ingressGrpc.secrets }} diff --git a/bitnami/argo-cd/templates/server/hpa.yaml b/bitnami/argo-cd/templates/server/hpa.yaml index 3197f14a8e..603acd13db 100644 --- a/bitnami/argo-cd/templates/server/hpa.yaml +++ b/bitnami/argo-cd/templates/server/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/argo-cd/templates/server/ingress-grcp.yaml b/bitnami/argo-cd/templates/server/ingress-grcp.yaml index a38b46897e..1779c011a1 100644 --- a/bitnami/argo-cd/templates/server/ingress-grcp.yaml +++ b/bitnami/argo-cd/templates/server/ingress-grcp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingressGrpc.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/argo-cd/templates/server/ingress.yaml b/bitnami/argo-cd/templates/server/ingress.yaml index 2652a9c21b..55df23eb68 100644 --- a/bitnami/argo-cd/templates/server/ingress.yaml +++ b/bitnami/argo-cd/templates/server/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/argo-cd/templates/server/metrics-svc.yaml b/bitnami/argo-cd/templates/server/metrics-svc.yaml index e63f769471..b729a0e7cd 100644 --- a/bitnami/argo-cd/templates/server/metrics-svc.yaml +++ b/bitnami/argo-cd/templates/server/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-cd/templates/server/role.yaml b/bitnami/argo-cd/templates/server/role.yaml index 06e49f41ca..2803ddbe38 100644 --- a/bitnami/argo-cd/templates/server/role.yaml +++ b/bitnami/argo-cd/templates/server/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/server/rolebinding.yaml b/bitnami/argo-cd/templates/server/rolebinding.yaml index 978637d532..bb5d0370aa 100644 --- a/bitnami/argo-cd/templates/server/rolebinding.yaml +++ b/bitnami/argo-cd/templates/server/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/argo-cd/templates/server/service-account.yaml b/bitnami/argo-cd/templates/server/service-account.yaml index 2cbbc8526a..e151734147 100644 --- a/bitnami/argo-cd/templates/server/service-account.yaml +++ b/bitnami/argo-cd/templates/server/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.server.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-cd/templates/server/service.yaml b/bitnami/argo-cd/templates/server/service.yaml index 5ab1b09ca9..7f5ea90a21 100644 --- a/bitnami/argo-cd/templates/server/service.yaml +++ b/bitnami/argo-cd/templates/server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/argo-cd/templates/server/servicemonitor.yaml b/bitnami/argo-cd/templates/server/servicemonitor.yaml index fc8eb0cbab..6dde152b02 100644 --- a/bitnami/argo-cd/templates/server/servicemonitor.yaml +++ b/bitnami/argo-cd/templates/server/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.metrics.enabled .Values.server.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-cd/templates/server/tls-secret.yaml b/bitnami/argo-cd/templates/server/tls-secret.yaml index 803dc7eadc..66e7ceee1e 100644 --- a/bitnami/argo-cd/templates/server/tls-secret.yaml +++ b/bitnami/argo-cd/templates/server/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled }} {{- if .Values.server.ingress.secrets }} {{- range .Values.server.ingress.secrets }} diff --git a/bitnami/argo-cd/templates/styles-cm.yaml b/bitnami/argo-cd/templates/styles-cm.yaml index 6136046ea2..125d6705c5 100644 --- a/bitnami/argo-cd/templates/styles-cm.yaml +++ b/bitnami/argo-cd/templates/styles-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.config.styles (not .Values.config.existingStylesConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/argo-cd/templates/tls-certs-cm.yaml b/bitnami/argo-cd/templates/tls-certs-cm.yaml index cd278587fc..d321dc8848 100644 --- a/bitnami/argo-cd/templates/tls-certs-cm.yaml +++ b/bitnami/argo-cd/templates/tls-certs-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index 4fa2f87470..ed597bdce0 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index a53e186806..0ebdc27412 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml b/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml index 889dfe2f50..0b92d0a37d 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml b/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml index 812cf11434..5f71c3a353 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_cronworkflows.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_eventbus.yaml b/bitnami/argo-workflows/crds/argoproj.io_eventbus.yaml index 71d8e2c610..78e0680355 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_eventbus.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_eventbus.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-workflows/crds/argoproj.io_eventsources.yaml b/bitnami/argo-workflows/crds/argoproj.io_eventsources.yaml index d05ca35d81..781e577e10 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_eventsources.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_eventsources.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-workflows/crds/argoproj.io_sensors.yaml b/bitnami/argo-workflows/crds/argoproj.io_sensors.yaml index b1c92e27b2..3dc06a561f 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_sensors.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_sensors.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml index 35b1e2eab5..c2e55c4721 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowartifactgctasks.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml b/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml index 22e2ecf0f6..383fa6a66b 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workfloweventbindings.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml index 7a5b598d59..96bd5d5f28 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflows.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml index e76677f729..3d612f02f2 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtaskresults.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml index 22cf52b199..ef135e4535 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtasksets.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml b/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml index 8165ec25b8..c2285bd822 100644 --- a/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml +++ b/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-workflows/templates/_helpers.tpl b/bitnami/argo-workflows/templates/_helpers.tpl index 35cfaee97e..937447c57f 100644 --- a/bitnami/argo-workflows/templates/_helpers.tpl +++ b/bitnami/argo-workflows/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper server image name */}} diff --git a/bitnami/argo-workflows/templates/configmap.yaml b/bitnami/argo-workflows/templates/configmap.yaml index fbae81ac33..b7b5707fae 100644 --- a/bitnami/argo-workflows/templates/configmap.yaml +++ b/bitnami/argo-workflows/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.controller.existingConfigMap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/argo-workflows/templates/controller/aggregate-cluster-roles.yaml b/bitnami/argo-workflows/templates/controller/aggregate-cluster-roles.yaml index 272a5bb67d..4c823aa459 100644 --- a/bitnami/argo-workflows/templates/controller/aggregate-cluster-roles.yaml +++ b/bitnami/argo-workflows/templates/controller/aggregate-cluster-roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.createAggregateRoles .Values.controller.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/bitnami/argo-workflows/templates/controller/clusterrolebinding.yaml b/bitnami/argo-workflows/templates/controller/clusterrolebinding.yaml index 07af316c08..876b7b7af1 100644 --- a/bitnami/argo-workflows/templates/controller/clusterrolebinding.yaml +++ b/bitnami/argo-workflows/templates/controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} {{- if .Values.rbac.singleNamespace }} diff --git a/bitnami/argo-workflows/templates/controller/controller-cluster-roles.yaml b/bitnami/argo-workflows/templates/controller/controller-cluster-roles.yaml index c2687826dd..1b1e19f179 100644 --- a/bitnami/argo-workflows/templates/controller/controller-cluster-roles.yaml +++ b/bitnami/argo-workflows/templates/controller/controller-cluster-roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 {{- if .Values.rbac.singleNamespace }} diff --git a/bitnami/argo-workflows/templates/controller/database-secret.yaml b/bitnami/argo-workflows/templates/controller/database-secret.yaml index 67a9714ff1..f23b781555 100644 --- a/bitnami/argo-workflows/templates/controller/database-secret.yaml +++ b/bitnami/argo-workflows/templates/controller/database-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "argo-workflows.controller.persistence.enabled" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/argo-workflows/templates/controller/deployment.yaml b/bitnami/argo-workflows/templates/controller/deployment.yaml index cb627c1006..fd74324afe 100644 --- a/bitnami/argo-workflows/templates/controller/deployment.yaml +++ b/bitnami/argo-workflows/templates/controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/argo-workflows/templates/controller/pdb.yaml b/bitnami/argo-workflows/templates/controller/pdb.yaml index 2ecee5442b..b4802a87ba 100644 --- a/bitnami/argo-workflows/templates/controller/pdb.yaml +++ b/bitnami/argo-workflows/templates/controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.pdb.enabled }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/argo-workflows/templates/controller/service-account.yaml b/bitnami/argo-workflows/templates/controller/service-account.yaml index 0b16674efb..7e83a00e36 100644 --- a/bitnami/argo-workflows/templates/controller/service-account.yaml +++ b/bitnami/argo-workflows/templates/controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-workflows/templates/controller/service.yaml b/bitnami/argo-workflows/templates/controller/service.yaml index 7671faa82e..87ef55600e 100644 --- a/bitnami/argo-workflows/templates/controller/service.yaml +++ b/bitnami/argo-workflows/templates/controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.controller.metrics.enabled .Values.controller.telemetry.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/argo-workflows/templates/controller/servicemonitor.yaml b/bitnami/argo-workflows/templates/controller/servicemonitor.yaml index 79eeb6ac5a..3f8fb5119a 100644 --- a/bitnami/argo-workflows/templates/controller/servicemonitor.yaml +++ b/bitnami/argo-workflows/templates/controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.controller.metrics.enabled .Values.controller.telemetry.enabled) .Values.controller.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/argo-workflows/templates/controller/workflow-role.yaml b/bitnami/argo-workflows/templates/controller/workflow-role.yaml index 74e935966a..cd8ec04653 100644 --- a/bitnami/argo-workflows/templates/controller/workflow-role.yaml +++ b/bitnami/argo-workflows/templates/controller/workflow-role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.workflows.rbac.create }} {{- $namespaces := list .Release.Namespace }} {{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }} diff --git a/bitnami/argo-workflows/templates/controller/workflow-rolebinding.yaml b/bitnami/argo-workflows/templates/controller/workflow-rolebinding.yaml index 214baa8fd8..0260fd3bc3 100644 --- a/bitnami/argo-workflows/templates/controller/workflow-rolebinding.yaml +++ b/bitnami/argo-workflows/templates/controller/workflow-rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.workflows.rbac.create }} {{- $namespaces := list .Release.Namespace }} {{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }} diff --git a/bitnami/argo-workflows/templates/controller/workflow-serviceaccount.yaml b/bitnami/argo-workflows/templates/controller/workflow-serviceaccount.yaml index 6801164e8d..cd463f0ea8 100644 --- a/bitnami/argo-workflows/templates/controller/workflow-serviceaccount.yaml +++ b/bitnami/argo-workflows/templates/controller/workflow-serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.workflows.serviceAccount.create }} {{- $namespaces := list .Release.Namespace }} {{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }} diff --git a/bitnami/argo-workflows/templates/extra-list.yaml b/bitnami/argo-workflows/templates/extra-list.yaml index 6edc87bd93..1ffe17b133 100644 --- a/bitnami/argo-workflows/templates/extra-list.yaml +++ b/bitnami/argo-workflows/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/argo-workflows/templates/server/cluster-role.yaml b/bitnami/argo-workflows/templates/server/cluster-role.yaml index eda354a7ad..55b473fda7 100644 --- a/bitnami/argo-workflows/templates/server/cluster-role.yaml +++ b/bitnami/argo-workflows/templates/server/cluster-role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 {{- if .Values.rbac.singleNamespace }} diff --git a/bitnami/argo-workflows/templates/server/clusterrolebinding.yaml b/bitnami/argo-workflows/templates/server/clusterrolebinding.yaml index 9e5dff9b41..bf1e7b5a64 100644 --- a/bitnami/argo-workflows/templates/server/clusterrolebinding.yaml +++ b/bitnami/argo-workflows/templates/server/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.rbac.create .Values.server.enabled -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} {{- if .Values.rbac.singleNamespace }} diff --git a/bitnami/argo-workflows/templates/server/deployment.yaml b/bitnami/argo-workflows/templates/server/deployment.yaml index 7c35fe2485..185a8c0346 100644 --- a/bitnami/argo-workflows/templates/server/deployment.yaml +++ b/bitnami/argo-workflows/templates/server/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/argo-workflows/templates/server/ingress.yaml b/bitnami/argo-workflows/templates/server/ingress.yaml index 0d24e6e58a..b8872fd6d0 100644 --- a/bitnami/argo-workflows/templates/server/ingress.yaml +++ b/bitnami/argo-workflows/templates/server/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/argo-workflows/templates/server/pdb.yaml b/bitnami/argo-workflows/templates/server/pdb.yaml index cdd1c87a99..55ea75f395 100644 --- a/bitnami/argo-workflows/templates/server/pdb.yaml +++ b/bitnami/argo-workflows/templates/server/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.pdb.enabled -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/argo-workflows/templates/server/service-account.yaml b/bitnami/argo-workflows/templates/server/service-account.yaml index ff8aab3eb8..4058cfc0bc 100644 --- a/bitnami/argo-workflows/templates/server/service-account.yaml +++ b/bitnami/argo-workflows/templates/server/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/argo-workflows/templates/server/service.yaml b/bitnami/argo-workflows/templates/server/service.yaml index 8ad80c0802..30c2a7c45d 100644 --- a/bitnami/argo-workflows/templates/server/service.yaml +++ b/bitnami/argo-workflows/templates/server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/argo-workflows/templates/server/tls-secrets.yaml b/bitnami/argo-workflows/templates/server/tls-secrets.yaml index 8bf279fac4..052f595538 100644 --- a/bitnami/argo-workflows/templates/server/tls-secrets.yaml +++ b/bitnami/argo-workflows/templates/server/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/argo-workflows/values.yaml b/bitnami/argo-workflows/values.yaml index 2bdb8b56af..c459a89ce3 100644 --- a/bitnami/argo-workflows/values.yaml +++ b/bitnami/argo-workflows/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/aspnet-core/Chart.yaml b/bitnami/aspnet-core/Chart.yaml index 5adfdd6d03..88fc3f88b8 100644 --- a/bitnami/aspnet-core/Chart.yaml +++ b/bitnami/aspnet-core/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/aspnet-core/templates/_helpers.tpl b/bitnami/aspnet-core/templates/_helpers.tpl index c7806d5399..99f68ebca7 100644 --- a/bitnami/aspnet-core/templates/_helpers.tpl +++ b/bitnami/aspnet-core/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Create a default fully qualified app name. diff --git a/bitnami/aspnet-core/templates/deployment.yaml b/bitnami/aspnet-core/templates/deployment.yaml index 929b9c883b..ec9417b592 100644 --- a/bitnami/aspnet-core/templates/deployment.yaml +++ b/bitnami/aspnet-core/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/aspnet-core/templates/extra-list.yaml b/bitnami/aspnet-core/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/aspnet-core/templates/extra-list.yaml +++ b/bitnami/aspnet-core/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/aspnet-core/templates/health-ingress.yaml b/bitnami/aspnet-core/templates/health-ingress.yaml index ec6c9fa666..bd67484d70 100644 --- a/bitnami/aspnet-core/templates/health-ingress.yaml +++ b/bitnami/aspnet-core/templates/health-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.healthIngress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/aspnet-core/templates/hpa.yaml b/bitnami/aspnet-core/templates/hpa.yaml index f635216efb..4cd9821064 100644 --- a/bitnami/aspnet-core/templates/hpa.yaml +++ b/bitnami/aspnet-core/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/aspnet-core/templates/ingress.yaml b/bitnami/aspnet-core/templates/ingress.yaml index 8e9cd1b134..0979ecc255 100644 --- a/bitnami/aspnet-core/templates/ingress.yaml +++ b/bitnami/aspnet-core/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/aspnet-core/templates/pdb.yaml b/bitnami/aspnet-core/templates/pdb.yaml index eb139b54a6..2ca0f5962c 100644 --- a/bitnami/aspnet-core/templates/pdb.yaml +++ b/bitnami/aspnet-core/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/aspnet-core/templates/serviceaccount.yaml b/bitnami/aspnet-core/templates/serviceaccount.yaml index 005ac0ea3e..6819b59ae8 100644 --- a/bitnami/aspnet-core/templates/serviceaccount.yaml +++ b/bitnami/aspnet-core/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/aspnet-core/templates/svc.yaml b/bitnami/aspnet-core/templates/svc.yaml index bb0b93fc5a..b6da6f2d61 100644 --- a/bitnami/aspnet-core/templates/svc.yaml +++ b/bitnami/aspnet-core/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/aspnet-core/templates/tls-secret.yaml b/bitnami/aspnet-core/templates/tls-secret.yaml index a511bbb532..ef49b5455a 100644 --- a/bitnami/aspnet-core/templates/tls-secret.yaml +++ b/bitnami/aspnet-core/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/aspnet-core/values.yaml b/bitnami/aspnet-core/values.yaml index cf9945cc1e..8fc05cdfdc 100644 --- a/bitnami/aspnet-core/values.yaml +++ b/bitnami/aspnet-core/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/cassandra/Chart.yaml b/bitnami/cassandra/Chart.yaml index 8334224a6b..4446ddae8a 100644 --- a/bitnami/cassandra/Chart.yaml +++ b/bitnami/cassandra/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/cassandra/templates/_helpers.tpl b/bitnami/cassandra/templates/_helpers.tpl index 0bd03d5250..2cca29ed57 100644 --- a/bitnami/cassandra/templates/_helpers.tpl +++ b/bitnami/cassandra/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/cassandra/templates/cassandra-secret.yaml b/bitnami/cassandra/templates/cassandra-secret.yaml index f33c2fe955..a91ebb6573 100644 --- a/bitnami/cassandra/templates/cassandra-secret.yaml +++ b/bitnami/cassandra/templates/cassandra-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not .Values.dbUser.existingSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/cassandra/templates/extra-list.yaml b/bitnami/cassandra/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/cassandra/templates/extra-list.yaml +++ b/bitnami/cassandra/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/cassandra/templates/headless-svc.yaml b/bitnami/cassandra/templates/headless-svc.yaml index 1c335b72fc..072923167f 100644 --- a/bitnami/cassandra/templates/headless-svc.yaml +++ b/bitnami/cassandra/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/cassandra/templates/metrics-configmap.yaml b/bitnami/cassandra/templates/metrics-configmap.yaml index 9ab56852f6..330008e2b0 100644 --- a/bitnami/cassandra/templates/metrics-configmap.yaml +++ b/bitnami/cassandra/templates/metrics-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/cassandra/templates/networkpolicy.yaml b/bitnami/cassandra/templates/networkpolicy.yaml index dc09d6fdc4..36f9c6e4e6 100644 --- a/bitnami/cassandra/templates/networkpolicy.yaml +++ b/bitnami/cassandra/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/cassandra/templates/pdb.yaml b/bitnami/cassandra/templates/pdb.yaml index 2760f34941..b6ddbc2259 100644 --- a/bitnami/cassandra/templates/pdb.yaml +++ b/bitnami/cassandra/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/cassandra/templates/service.yaml b/bitnami/cassandra/templates/service.yaml index 1fe14493c0..4b75761028 100644 --- a/bitnami/cassandra/templates/service.yaml +++ b/bitnami/cassandra/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/cassandra/templates/serviceaccount.yaml b/bitnami/cassandra/templates/serviceaccount.yaml index abe122a5c9..636301b27f 100644 --- a/bitnami/cassandra/templates/serviceaccount.yaml +++ b/bitnami/cassandra/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/cassandra/templates/servicemonitor.yaml b/bitnami/cassandra/templates/servicemonitor.yaml index 85b1c5974b..84893b2ab3 100644 --- a/bitnami/cassandra/templates/servicemonitor.yaml +++ b/bitnami/cassandra/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/cassandra/templates/statefulset.yaml b/bitnami/cassandra/templates/statefulset.yaml index ceeda65283..4f8f5817df 100644 --- a/bitnami/cassandra/templates/statefulset.yaml +++ b/bitnami/cassandra/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/cassandra/templates/tls-secret.yaml b/bitnami/cassandra/templates/tls-secret.yaml index 4dcb6e9d42..da71dd5732 100644 --- a/bitnami/cassandra/templates/tls-secret.yaml +++ b/bitnami/cassandra/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "cassandra.createTlsSecret" . ) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }} {{- $ca := genCA "cassandra-ca" 365 }} diff --git a/bitnami/cassandra/values.yaml b/bitnami/cassandra/values.yaml index 0bc26c4a16..d698c334c0 100644 --- a/bitnami/cassandra/values.yaml +++ b/bitnami/cassandra/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/cert-manager/Chart.yaml b/bitnami/cert-manager/Chart.yaml index b6f84eb310..e6dd527f53 100644 --- a/bitnami/cert-manager/Chart.yaml +++ b/bitnami/cert-manager/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CertificateAuthority licenses: Apache-2.0 diff --git a/bitnami/cert-manager/templates/_helpers.tpl b/bitnami/cert-manager/templates/_helpers.tpl index 52940528a7..c9187bbe54 100644 --- a/bitnami/cert-manager/templates/_helpers.tpl +++ b/bitnami/cert-manager/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper certmanager.image name */}} diff --git a/bitnami/cert-manager/templates/cainjector/deployment.yaml b/bitnami/cert-manager/templates/cainjector/deployment.yaml index 531f5d09c8..133d7b3dd4 100644 --- a/bitnami/cert-manager/templates/cainjector/deployment.yaml +++ b/bitnami/cert-manager/templates/cainjector/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/cert-manager/templates/cainjector/rbac.yaml b/bitnami/cert-manager/templates/cainjector/rbac.yaml index 484d5b16db..f76b855cec 100644 --- a/bitnami/cert-manager/templates/cainjector/rbac.yaml +++ b/bitnami/cert-manager/templates/cainjector/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/cert-manager/templates/cainjector/serviceaccount.yaml b/bitnami/cert-manager/templates/cainjector/serviceaccount.yaml index efc8177256..61c0015a0c 100644 --- a/bitnami/cert-manager/templates/cainjector/serviceaccount.yaml +++ b/bitnami/cert-manager/templates/cainjector/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.cainjector.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/cert-manager/templates/controller/deployment.yaml b/bitnami/cert-manager/templates/controller/deployment.yaml index 989d74dc84..1593098ba6 100644 --- a/bitnami/cert-manager/templates/controller/deployment.yaml +++ b/bitnami/cert-manager/templates/controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/cert-manager/templates/controller/rbac.yaml b/bitnami/cert-manager/templates/controller/rbac.yaml index fea2130973..787a361b56 100644 --- a/bitnami/cert-manager/templates/controller/rbac.yaml +++ b/bitnami/cert-manager/templates/controller/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/cert-manager/templates/controller/service.yaml b/bitnami/cert-manager/templates/controller/service.yaml index 989c096560..fe89ce23b0 100644 --- a/bitnami/cert-manager/templates/controller/service.yaml +++ b/bitnami/cert-manager/templates/controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/cert-manager/templates/controller/serviceaccount.yaml b/bitnami/cert-manager/templates/controller/serviceaccount.yaml index 5bd07098cf..d7d7f27011 100644 --- a/bitnami/cert-manager/templates/controller/serviceaccount.yaml +++ b/bitnami/cert-manager/templates/controller/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/cert-manager/templates/controller/servicemonitor.yaml b/bitnami/cert-manager/templates/controller/servicemonitor.yaml index cfa1ec4a65..ef55d8ffc5 100644 --- a/bitnami/cert-manager/templates/controller/servicemonitor.yaml +++ b/bitnami/cert-manager/templates/controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/cert-manager/templates/crds/crd-certificaterequests.yaml b/bitnami/cert-manager/templates/crds/crd-certificaterequests.yaml index e32c616aee..0759f403b7 100644 --- a/bitnami/cert-manager/templates/crds/crd-certificaterequests.yaml +++ b/bitnami/cert-manager/templates/crds/crd-certificaterequests.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/crds/crd-certificates.yaml b/bitnami/cert-manager/templates/crds/crd-certificates.yaml index 6aa20e7157..26ad2da862 100644 --- a/bitnami/cert-manager/templates/crds/crd-certificates.yaml +++ b/bitnami/cert-manager/templates/crds/crd-certificates.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/crds/crd-challenges.yaml b/bitnami/cert-manager/templates/crds/crd-challenges.yaml index 4f75cdccb3..ba15b36127 100644 --- a/bitnami/cert-manager/templates/crds/crd-challenges.yaml +++ b/bitnami/cert-manager/templates/crds/crd-challenges.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/crds/crd-clusterissuers.yaml b/bitnami/cert-manager/templates/crds/crd-clusterissuers.yaml index 87429c3fd9..4df57698c3 100644 --- a/bitnami/cert-manager/templates/crds/crd-clusterissuers.yaml +++ b/bitnami/cert-manager/templates/crds/crd-clusterissuers.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/crds/crd-issuers.yaml b/bitnami/cert-manager/templates/crds/crd-issuers.yaml index 8ac86e37a5..dab619d168 100644 --- a/bitnami/cert-manager/templates/crds/crd-issuers.yaml +++ b/bitnami/cert-manager/templates/crds/crd-issuers.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/crds/crd-orders.yaml b/bitnami/cert-manager/templates/crds/crd-orders.yaml index c29af4fdbf..01d2708df4 100644 --- a/bitnami/cert-manager/templates/crds/crd-orders.yaml +++ b/bitnami/cert-manager/templates/crds/crd-orders.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + # Source: https://github.com/cert-manager/cert-manager/tree/master/deploy/crds {{- if .Values.installCRDs }} apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/cert-manager/templates/extra-list.yaml b/bitnami/cert-manager/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/cert-manager/templates/extra-list.yaml +++ b/bitnami/cert-manager/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/cert-manager/templates/webhook/deployment.yaml b/bitnami/cert-manager/templates/webhook/deployment.yaml index 93ca7b07f2..0ad66937da 100644 --- a/bitnami/cert-manager/templates/webhook/deployment.yaml +++ b/bitnami/cert-manager/templates/webhook/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/cert-manager/templates/webhook/mutating-webhook.yaml b/bitnami/cert-manager/templates/webhook/mutating-webhook.yaml index 73af4b0d2e..ddd795884a 100644 --- a/bitnami/cert-manager/templates/webhook/mutating-webhook.yaml +++ b/bitnami/cert-manager/templates/webhook/mutating-webhook.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/bitnami/cert-manager/templates/webhook/rbac.yaml b/bitnami/cert-manager/templates/webhook/rbac.yaml index 63c49cee44..1949063794 100644 --- a/bitnami/cert-manager/templates/webhook/rbac.yaml +++ b/bitnami/cert-manager/templates/webhook/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/cert-manager/templates/webhook/service.yaml b/bitnami/cert-manager/templates/webhook/service.yaml index c78b0a2676..efe27a1503 100644 --- a/bitnami/cert-manager/templates/webhook/service.yaml +++ b/bitnami/cert-manager/templates/webhook/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/cert-manager/templates/webhook/serviceaccount.yaml b/bitnami/cert-manager/templates/webhook/serviceaccount.yaml index 6bfd88d929..4a0b855971 100644 --- a/bitnami/cert-manager/templates/webhook/serviceaccount.yaml +++ b/bitnami/cert-manager/templates/webhook/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.webhook.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/cert-manager/templates/webhook/validating-webhook.yaml b/bitnami/cert-manager/templates/webhook/validating-webhook.yaml index e5ac266b75..8e0f53c3fb 100644 --- a/bitnami/cert-manager/templates/webhook/validating-webhook.yaml +++ b/bitnami/cert-manager/templates/webhook/validating-webhook.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/bitnami/cert-manager/values.yaml b/bitnami/cert-manager/values.yaml index 019f4606e1..e2c7bc6339 100644 --- a/bitnami/cert-manager/values.yaml +++ b/bitnami/cert-manager/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value ## Current available global Docker image parameters: imageRegistry and imagePullSecrets diff --git a/bitnami/clickhouse/Chart.yaml b/bitnami/clickhouse/Chart.yaml index 4364ea34ff..79184a67df 100644 --- a/bitnami/clickhouse/Chart.yaml +++ b/bitnami/clickhouse/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/clickhouse/templates/_helpers.tpl b/bitnami/clickhouse/templates/_helpers.tpl index c4a31a9819..b1a1b68c32 100644 --- a/bitnami/clickhouse/templates/_helpers.tpl +++ b/bitnami/clickhouse/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper ClickHouse image name */}} diff --git a/bitnami/clickhouse/templates/configmap-extra.yaml b/bitnami/clickhouse/templates/configmap-extra.yaml index f78a3aef8d..d9dae5e6ae 100644 --- a/bitnami/clickhouse/templates/configmap-extra.yaml +++ b/bitnami/clickhouse/templates/configmap-extra.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.extraOverrides (not .Values.extraOverridesConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/clickhouse/templates/configmap.yaml b/bitnami/clickhouse/templates/configmap.yaml index 2a427dcaba..9d71579d5e 100644 --- a/bitnami/clickhouse/templates/configmap.yaml +++ b/bitnami/clickhouse/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingOverridesConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/clickhouse/templates/extra-list.yaml b/bitnami/clickhouse/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/clickhouse/templates/extra-list.yaml +++ b/bitnami/clickhouse/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/clickhouse/templates/ingress-tls-secrets.yaml b/bitnami/clickhouse/templates/ingress-tls-secrets.yaml index 6716319f72..ea1c50e90c 100644 --- a/bitnami/clickhouse/templates/ingress-tls-secrets.yaml +++ b/bitnami/clickhouse/templates/ingress-tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/clickhouse/templates/ingress.yaml b/bitnami/clickhouse/templates/ingress.yaml old mode 100755 new mode 100644 index fa1b8db2d2..59ed303bb5 --- a/bitnami/clickhouse/templates/ingress.yaml +++ b/bitnami/clickhouse/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/clickhouse/templates/init-scripts-secret.yaml b/bitnami/clickhouse/templates/init-scripts-secret.yaml index 96f83f6150..1e64f3f6f7 100644 --- a/bitnami/clickhouse/templates/init-scripts-secret.yaml +++ b/bitnami/clickhouse/templates/init-scripts-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.initdbScripts (not .Values.initdbScriptsSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/clickhouse/templates/scripts-configmap.yaml b/bitnami/clickhouse/templates/scripts-configmap.yaml index c63cd56599..0d563dc9e6 100644 --- a/bitnami/clickhouse/templates/scripts-configmap.yaml +++ b/bitnami/clickhouse/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/clickhouse/templates/secret.yaml b/bitnami/clickhouse/templates/secret.yaml index 89f58ceef5..eb12299db4 100644 --- a/bitnami/clickhouse/templates/secret.yaml +++ b/bitnami/clickhouse/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.auth.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/clickhouse/templates/service-account.yaml b/bitnami/clickhouse/templates/service-account.yaml index b378739166..2e0eb37f7b 100644 --- a/bitnami/clickhouse/templates/service-account.yaml +++ b/bitnami/clickhouse/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/clickhouse/templates/service-external-access.yaml b/bitnami/clickhouse/templates/service-external-access.yaml index fc9191dc24..81b9db2d18 100644 --- a/bitnami/clickhouse/templates/service-external-access.yaml +++ b/bitnami/clickhouse/templates/service-external-access.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if $.Values.externalAccess.enabled }} {{- $shards := $.Values.shards | int }} {{- $replicas := $.Values.replicaCount | int }} diff --git a/bitnami/clickhouse/templates/service-headless.yaml b/bitnami/clickhouse/templates/service-headless.yaml index 1d51a377f6..47380c896d 100644 --- a/bitnami/clickhouse/templates/service-headless.yaml +++ b/bitnami/clickhouse/templates/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/clickhouse/templates/service.yaml b/bitnami/clickhouse/templates/service.yaml index e3e028e9a7..743a2e18b5 100644 --- a/bitnami/clickhouse/templates/service.yaml +++ b/bitnami/clickhouse/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/clickhouse/templates/servicemonitor.yaml b/bitnami/clickhouse/templates/servicemonitor.yaml index e752911990..8fe7320987 100644 --- a/bitnami/clickhouse/templates/servicemonitor.yaml +++ b/bitnami/clickhouse/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/clickhouse/templates/start-scripts-secret.yaml b/bitnami/clickhouse/templates/start-scripts-secret.yaml index 0239d702b6..49fcf72f57 100644 --- a/bitnami/clickhouse/templates/start-scripts-secret.yaml +++ b/bitnami/clickhouse/templates/start-scripts-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.startdbScripts (not .Values.startdbScriptsSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/clickhouse/templates/statefulset.yaml b/bitnami/clickhouse/templates/statefulset.yaml index 29a4fcbc87..4c8750b174 100644 --- a/bitnami/clickhouse/templates/statefulset.yaml +++ b/bitnami/clickhouse/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $shards := .Values.shards | int }} {{- range $i, $e := until $shards }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" $ }} diff --git a/bitnami/clickhouse/templates/tls-secret.yaml b/bitnami/clickhouse/templates/tls-secret.yaml index a0e09ab3c4..2c068a197c 100644 --- a/bitnami/clickhouse/templates/tls-secret.yaml +++ b/bitnami/clickhouse/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "clickhouse.createTlsSecret" . ) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "clickhouse-ca" 365 }} diff --git a/bitnami/clickhouse/values.yaml b/bitnami/clickhouse/values.yaml index d0e0bf3fc5..17a8329c67 100644 --- a/bitnami/clickhouse/values.yaml +++ b/bitnami/clickhouse/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/common/Chart.yaml b/bitnami/common/Chart.yaml index 158935972a..58425138a1 100644 --- a/bitnami/common/Chart.yaml +++ b/bitnami/common/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/common/templates/_affinities.tpl b/bitnami/common/templates/_affinities.tpl index 81902a681b..0e571028f5 100644 --- a/bitnami/common/templates/_affinities.tpl +++ b/bitnami/common/templates/_affinities.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/common/templates/_capabilities.tpl b/bitnami/common/templates/_capabilities.tpl index 697486a318..c6d115fe51 100644 --- a/bitnami/common/templates/_capabilities.tpl +++ b/bitnami/common/templates/_capabilities.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/common/templates/_errors.tpl b/bitnami/common/templates/_errors.tpl index a79cc2e322..07ded6f64d 100644 --- a/bitnami/common/templates/_errors.tpl +++ b/bitnami/common/templates/_errors.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Through error when upgrading using empty passwords values that must not be empty. diff --git a/bitnami/common/templates/_images.tpl b/bitnami/common/templates/_images.tpl index d60c22e256..2181f32245 100644 --- a/bitnami/common/templates/_images.tpl +++ b/bitnami/common/templates/_images.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Return the proper image name diff --git a/bitnami/common/templates/_ingress.tpl b/bitnami/common/templates/_ingress.tpl index 831da9caa2..efa5b85c72 100644 --- a/bitnami/common/templates/_ingress.tpl +++ b/bitnami/common/templates/_ingress.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/common/templates/_labels.tpl b/bitnami/common/templates/_labels.tpl index 252066c7e2..a1d7a95bc4 100644 --- a/bitnami/common/templates/_labels.tpl +++ b/bitnami/common/templates/_labels.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Kubernetes standard labels diff --git a/bitnami/common/templates/_names.tpl b/bitnami/common/templates/_names.tpl index 617a234891..a222924f14 100644 --- a/bitnami/common/templates/_names.tpl +++ b/bitnami/common/templates/_names.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/common/templates/_secrets.tpl b/bitnami/common/templates/_secrets.tpl index a1708b2e81..ffb06f8b6a 100644 --- a/bitnami/common/templates/_secrets.tpl +++ b/bitnami/common/templates/_secrets.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Generate secret name. diff --git a/bitnami/common/templates/_storage.tpl b/bitnami/common/templates/_storage.tpl index 60e2a844f6..16405a0f8b 100644 --- a/bitnami/common/templates/_storage.tpl +++ b/bitnami/common/templates/_storage.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Return the proper Storage Class diff --git a/bitnami/common/templates/_tplvalues.tpl b/bitnami/common/templates/_tplvalues.tpl index 2db166851b..0bf0e6a27b 100644 --- a/bitnami/common/templates/_tplvalues.tpl +++ b/bitnami/common/templates/_tplvalues.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Renders a value that contains template. diff --git a/bitnami/common/templates/_utils.tpl b/bitnami/common/templates/_utils.tpl index b1ead50cf0..c87040cd91 100644 --- a/bitnami/common/templates/_utils.tpl +++ b/bitnami/common/templates/_utils.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Print instructions to get a secret value. diff --git a/bitnami/common/templates/_warnings.tpl b/bitnami/common/templates/_warnings.tpl index ae10fa41ee..66dffc1fec 100644 --- a/bitnami/common/templates/_warnings.tpl +++ b/bitnami/common/templates/_warnings.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Warning about using rolling tag. diff --git a/bitnami/common/templates/validations/_cassandra.tpl b/bitnami/common/templates/validations/_cassandra.tpl index ded1ae3bca..eda9aada56 100644 --- a/bitnami/common/templates/validations/_cassandra.tpl +++ b/bitnami/common/templates/validations/_cassandra.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate Cassandra required passwords are not empty. diff --git a/bitnami/common/templates/validations/_mariadb.tpl b/bitnami/common/templates/validations/_mariadb.tpl index b6906ff77b..17d83a2fd4 100644 --- a/bitnami/common/templates/validations/_mariadb.tpl +++ b/bitnami/common/templates/validations/_mariadb.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate MariaDB required passwords are not empty. diff --git a/bitnami/common/templates/validations/_mongodb.tpl b/bitnami/common/templates/validations/_mongodb.tpl index f820ec1070..bbb445b861 100644 --- a/bitnami/common/templates/validations/_mongodb.tpl +++ b/bitnami/common/templates/validations/_mongodb.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate MongoDB® required passwords are not empty. diff --git a/bitnami/common/templates/validations/_mysql.tpl b/bitnami/common/templates/validations/_mysql.tpl index 74472a0617..ca3953f868 100644 --- a/bitnami/common/templates/validations/_mysql.tpl +++ b/bitnami/common/templates/validations/_mysql.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate MySQL required passwords are not empty. diff --git a/bitnami/common/templates/validations/_postgresql.tpl b/bitnami/common/templates/validations/_postgresql.tpl index 164ec0d012..8c9aa570e2 100644 --- a/bitnami/common/templates/validations/_postgresql.tpl +++ b/bitnami/common/templates/validations/_postgresql.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate PostgreSQL required passwords are not empty. diff --git a/bitnami/common/templates/validations/_redis.tpl b/bitnami/common/templates/validations/_redis.tpl index dcccfc1aed..fc0d208dd4 100644 --- a/bitnami/common/templates/validations/_redis.tpl +++ b/bitnami/common/templates/validations/_redis.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/common/templates/validations/_validations.tpl b/bitnami/common/templates/validations/_validations.tpl index 9a814cf40d..31ceda871f 100644 --- a/bitnami/common/templates/validations/_validations.tpl +++ b/bitnami/common/templates/validations/_validations.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Validate values must not be empty. diff --git a/bitnami/common/values.yaml b/bitnami/common/values.yaml index f2df68e5e6..9abe0e1540 100644 --- a/bitnami/common/values.yaml +++ b/bitnami/common/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## bitnami/common ## It is required by CI/CD tools and processes. ## @skip exampleValue diff --git a/bitnami/concourse/Chart.yaml b/bitnami/concourse/Chart.yaml index 48e55bb382..641798d45a 100644 --- a/bitnami/concourse/Chart.yaml +++ b/bitnami/concourse/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/concourse/templates/_helpers.tpl b/bitnami/concourse/templates/_helpers.tpl index c71a378be6..bed15f7819 100644 --- a/bitnami/concourse/templates/_helpers.tpl +++ b/bitnami/concourse/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper web image name */}} diff --git a/bitnami/concourse/templates/config/secret-external-db.yaml b/bitnami/concourse/templates/config/secret-external-db.yaml index 1b48b4f75f..a5301c9432 100644 --- a/bitnami/concourse/templates/config/secret-external-db.yaml +++ b/bitnami/concourse/templates/config/secret-external-db.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) (not .Values.postgresql.auth.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/concourse/templates/extra-list.yaml b/bitnami/concourse/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/concourse/templates/extra-list.yaml +++ b/bitnami/concourse/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/concourse/templates/web/configmap.yaml b/bitnami/concourse/templates/web/configmap.yaml index c7a215a309..4408946f03 100644 --- a/bitnami/concourse/templates/web/configmap.yaml +++ b/bitnami/concourse/templates/web/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.web.enabled (not .Values.web.existingConfigmap) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/concourse/templates/web/deployment.yaml b/bitnami/concourse/templates/web/deployment.yaml index 1d0b3f3e9e..37926205c5 100644 --- a/bitnami/concourse/templates/web/deployment.yaml +++ b/bitnami/concourse/templates/web/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.web.enabled (include "concourse.host" .) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/concourse/templates/web/gateway-service.yaml b/bitnami/concourse/templates/web/gateway-service.yaml index a952c4fd37..5cb0cb450f 100644 --- a/bitnami/concourse/templates/web/gateway-service.yaml +++ b/bitnami/concourse/templates/web/gateway-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.web.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/concourse/templates/web/ingress.yaml b/bitnami/concourse/templates/web/ingress.yaml index 74343d692b..e366d4cff8 100644 --- a/bitnami/concourse/templates/web/ingress.yaml +++ b/bitnami/concourse/templates/web/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.web.enabled .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/concourse/templates/web/podsecuritypolicy.yaml b/bitnami/concourse/templates/web/podsecuritypolicy.yaml index 7a41d09481..f1b8263013 100644 --- a/bitnami/concourse/templates/web/podsecuritypolicy.yaml +++ b/bitnami/concourse/templates/web/podsecuritypolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.web.enabled .Values.web.psp.create -}} apiVersion: policy/v1beta1 diff --git a/bitnami/concourse/templates/web/role.yaml b/bitnami/concourse/templates/web/role.yaml index f911734668..103f9e0197 100644 --- a/bitnami/concourse/templates/web/role.yaml +++ b/bitnami/concourse/templates/web/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.web.enabled }} {{- if .Values.web.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/concourse/templates/web/rolebinding.yaml b/bitnami/concourse/templates/web/rolebinding.yaml index d2eeda1727..3b6ce061dc 100644 --- a/bitnami/concourse/templates/web/rolebinding.yaml +++ b/bitnami/concourse/templates/web/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.web.enabled }} {{- if .Values.web.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/concourse/templates/web/secret.yaml b/bitnami/concourse/templates/web/secret.yaml index c3068034a8..c64fe2443f 100644 --- a/bitnami/concourse/templates/web/secret.yaml +++ b/bitnami/concourse/templates/web/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.web.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/concourse/templates/web/service-account.yaml b/bitnami/concourse/templates/web/service-account.yaml index 5d344133cd..b18753d20e 100644 --- a/bitnami/concourse/templates/web/service-account.yaml +++ b/bitnami/concourse/templates/web/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.web.enabled .Values.web.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/concourse/templates/web/service.yaml b/bitnami/concourse/templates/web/service.yaml index edaa1ce41d..67063206b6 100644 --- a/bitnami/concourse/templates/web/service.yaml +++ b/bitnami/concourse/templates/web/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.web.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/concourse/templates/web/tls-secrets.yaml b/bitnami/concourse/templates/web/tls-secrets.yaml index 007311f761..1444ec7a17 100644 --- a/bitnami/concourse/templates/web/tls-secrets.yaml +++ b/bitnami/concourse/templates/web/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/concourse/templates/worker/deployment.yaml b/bitnami/concourse/templates/worker/deployment.yaml index 7ebe0ccab5..7851f80347 100644 --- a/bitnami/concourse/templates/worker/deployment.yaml +++ b/bitnami/concourse/templates/worker/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.enabled (or (not .Values.web.enabled) (include "concourse.host" .)) }} {{- if eq .Values.worker.mode "deployment" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} diff --git a/bitnami/concourse/templates/worker/horizontalpodautoscaler.yaml b/bitnami/concourse/templates/worker/horizontalpodautoscaler.yaml index b3ea314a8b..7f539486cd 100644 --- a/bitnami/concourse/templates/worker/horizontalpodautoscaler.yaml +++ b/bitnami/concourse/templates/worker/horizontalpodautoscaler.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.autoscaling.enabled .Values.worker.autoscaling.maxReplicas }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/concourse/templates/worker/poddisruptionbudget.yaml b/bitnami/concourse/templates/worker/poddisruptionbudget.yaml index a759a656df..ac442e46fe 100644 --- a/bitnami/concourse/templates/worker/poddisruptionbudget.yaml +++ b/bitnami/concourse/templates/worker/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.enabled .Values.worker.pdb.create -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/concourse/templates/worker/podsecuritypolicy.yaml b/bitnami/concourse/templates/worker/podsecuritypolicy.yaml index b41f678e69..c4098e89c0 100644 --- a/bitnami/concourse/templates/worker/podsecuritypolicy.yaml +++ b/bitnami/concourse/templates/worker/podsecuritypolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.worker.enabled .Values.worker.psp.create -}} apiVersion: policy/v1beta1 diff --git a/bitnami/concourse/templates/worker/role.yaml b/bitnami/concourse/templates/worker/role.yaml index 82820b7046..7885a784a3 100644 --- a/bitnami/concourse/templates/worker/role.yaml +++ b/bitnami/concourse/templates/worker/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.worker.enabled }} {{- if .Values.worker.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/concourse/templates/worker/rolebinding.yaml b/bitnami/concourse/templates/worker/rolebinding.yaml index 8e4b36b148..609aab05ab 100644 --- a/bitnami/concourse/templates/worker/rolebinding.yaml +++ b/bitnami/concourse/templates/worker/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.worker.enabled }} {{- if .Values.worker.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/concourse/templates/worker/secret.yaml b/bitnami/concourse/templates/worker/secret.yaml index d6930b16c3..b532936e8d 100644 --- a/bitnami/concourse/templates/worker/secret.yaml +++ b/bitnami/concourse/templates/worker/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.worker.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/concourse/templates/worker/service-account.yaml b/bitnami/concourse/templates/worker/service-account.yaml index 549999733b..ffba83b16e 100644 --- a/bitnami/concourse/templates/worker/service-account.yaml +++ b/bitnami/concourse/templates/worker/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.enabled .Values.worker.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/concourse/templates/worker/service.yaml b/bitnami/concourse/templates/worker/service.yaml index 3a30a56f31..98e32f0172 100644 --- a/bitnami/concourse/templates/worker/service.yaml +++ b/bitnami/concourse/templates/worker/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.worker.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/concourse/templates/worker/statefulset.yaml b/bitnami/concourse/templates/worker/statefulset.yaml index ee70fb4524..3071faa05c 100644 --- a/bitnami/concourse/templates/worker/statefulset.yaml +++ b/bitnami/concourse/templates/worker/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.worker.enabled (or (not .Values.web.enabled) (include "concourse.host" .)) }} {{- if eq .Values.worker.mode "statefulset" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} diff --git a/bitnami/concourse/values.yaml b/bitnami/concourse/values.yaml index aa3c955ad3..ab061bcda8 100644 --- a/bitnami/concourse/values.yaml +++ b/bitnami/concourse/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index 3bd9e0a50c..c01a1eb7e1 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/consul/templates/_helpers.tpl b/bitnami/consul/templates/_helpers.tpl index 5c151adfa6..23b77a6a47 100644 --- a/bitnami/consul/templates/_helpers.tpl +++ b/bitnami/consul/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/consul/templates/configmap.yaml b/bitnami/consul/templates/configmap.yaml index b3b535f750..b7f97cc650 100644 --- a/bitnami/consul/templates/configmap.yaml +++ b/bitnami/consul/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "consul.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/consul/templates/consul-headless-service.yaml b/bitnami/consul/templates/consul-headless-service.yaml index 8287bf55ce..5196f9420e 100644 --- a/bitnami/consul/templates/consul-headless-service.yaml +++ b/bitnami/consul/templates/consul-headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/consul/templates/extra-list.yaml b/bitnami/consul/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/consul/templates/extra-list.yaml +++ b/bitnami/consul/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/consul/templates/gossip-secret.yaml b/bitnami/consul/templates/gossip-secret.yaml index 75ddbc73ed..040ff53f26 100644 --- a/bitnami/consul/templates/gossip-secret.yaml +++ b/bitnami/consul/templates/gossip-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gossipKey }} apiVersion: v1 kind: Secret diff --git a/bitnami/consul/templates/ingress.yaml b/bitnami/consul/templates/ingress.yaml index 7f5d61dd78..1dcda83a27 100644 --- a/bitnami/consul/templates/ingress.yaml +++ b/bitnami/consul/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/consul/templates/metrics-svc.yaml b/bitnami/consul/templates/metrics-svc.yaml index db34ad3763..671ac0b7f4 100644 --- a/bitnami/consul/templates/metrics-svc.yaml +++ b/bitnami/consul/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/consul/templates/pdb.yaml b/bitnami/consul/templates/pdb.yaml index 2760f34941..b6ddbc2259 100644 --- a/bitnami/consul/templates/pdb.yaml +++ b/bitnami/consul/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/consul/templates/service.yaml b/bitnami/consul/templates/service.yaml index d5e0014925..33a3d6061b 100644 --- a/bitnami/consul/templates/service.yaml +++ b/bitnami/consul/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/consul/templates/servicemonitor.yaml b/bitnami/consul/templates/servicemonitor.yaml index e806a2f780..b007315f9f 100644 --- a/bitnami/consul/templates/servicemonitor.yaml +++ b/bitnami/consul/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/consul/templates/statefulset.yaml b/bitnami/consul/templates/statefulset.yaml index b809ad0bbe..8295c85099 100644 --- a/bitnami/consul/templates/statefulset.yaml +++ b/bitnami/consul/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/consul/templates/tls-secrets.yaml b/bitnami/consul/templates/tls-secrets.yaml index 060125b2d6..4f2902128f 100644 --- a/bitnami/consul/templates/tls-secrets.yaml +++ b/bitnami/consul/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index 9a5113a921..db1b64ae0e 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/contour/Chart.yaml b/bitnami/contour/Chart.yaml index 92a5d93dd9..983211863c 100644 --- a/bitnami/contour/Chart.yaml +++ b/bitnami/contour/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/contour/resources/contourconfiguration.yaml b/bitnami/contour/resources/contourconfiguration.yaml index 4b6e5ed406..28053a5763 100644 --- a/bitnami/contour/resources/contourconfiguration.yaml +++ b/bitnami/contour/resources/contourconfiguration.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/contour/resources/contourdeployments.yaml b/bitnami/contour/resources/contourdeployments.yaml index bc68a2775a..28c24e4495 100644 --- a/bitnami/contour/resources/contourdeployments.yaml +++ b/bitnami/contour/resources/contourdeployments.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/contour/resources/extensionservices.yaml b/bitnami/contour/resources/extensionservices.yaml index e233efc0fd..a08f5d853b 100644 --- a/bitnami/contour/resources/extensionservices.yaml +++ b/bitnami/contour/resources/extensionservices.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/contour/resources/httpproxies.yaml b/bitnami/contour/resources/httpproxies.yaml index 0acd0fd8c3..c799d03089 100644 --- a/bitnami/contour/resources/httpproxies.yaml +++ b/bitnami/contour/resources/httpproxies.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/contour/resources/tlscertificatedeligations.yaml b/bitnami/contour/resources/tlscertificatedeligations.yaml index 75fcdea0c1..fbfde11ecd 100644 --- a/bitnami/contour/resources/tlscertificatedeligations.yaml +++ b/bitnami/contour/resources/tlscertificatedeligations.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/contour/templates/00-crds.yaml b/bitnami/contour/templates/00-crds.yaml index b7141ad69d..1d3e929d51 100644 --- a/bitnami/contour/templates/00-crds.yaml +++ b/bitnami/contour/templates/00-crds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.contour.manageCRDs }} {{ range $path, $_ := .Files.Glob "resources/*.yaml" }} {{ $.Files.Get $path }} diff --git a/bitnami/contour/templates/_helpers.tpl b/bitnami/contour/templates/_helpers.tpl index b60c2b6897..86a10771be 100644 --- a/bitnami/contour/templates/_helpers.tpl +++ b/bitnami/contour/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/contour/templates/certgen/job.yaml b/bitnami/contour/templates/certgen/job.yaml index 48f216df59..b0b270167e 100644 --- a/bitnami/contour/templates/certgen/job.yaml +++ b/bitnami/contour/templates/certgen/job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.contour.enabled (include "contour.contour-certgen.enabled" .) }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/contour/templates/certgen/rbac.yaml b/bitnami/contour/templates/certgen/rbac.yaml index 27512e075b..022703e0c1 100644 --- a/bitnami/contour/templates/certgen/rbac.yaml +++ b/bitnami/contour/templates/certgen/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.contour.enabled (include "contour.contour-certgen.enabled" .) }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/contour/templates/certgen/serviceaccount.yaml b/bitnami/contour/templates/certgen/serviceaccount.yaml index 715387b5c6..3ac9426035 100644 --- a/bitnami/contour/templates/certgen/serviceaccount.yaml +++ b/bitnami/contour/templates/certgen/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.contour.certgen.serviceAccount.create (include "contour.contour-certgen.enabled" .) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/contour/templates/contour/configmap.yaml b/bitnami/contour/templates/contour/configmap.yaml index 6368aa8e64..32a6a50a27 100644 --- a/bitnami/contour/templates/contour/configmap.yaml +++ b/bitnami/contour/templates/contour/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.configInline }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/contour/templates/contour/deployment.yaml b/bitnami/contour/templates/contour/deployment.yaml index 28ca0ed0da..1a3e1fc871 100644 --- a/bitnami/contour/templates/contour/deployment.yaml +++ b/bitnami/contour/templates/contour/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.contour.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/contour/templates/contour/ingressclass.yaml b/bitnami/contour/templates/contour/ingressclass.yaml index c0a2d1ca81..1fa624b930 100644 --- a/bitnami/contour/templates/contour/ingressclass.yaml +++ b/bitnami/contour/templates/contour/ingressclass.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ $ingressClass := .Values.contour.ingressClass }} {{- if kindIs "map" $ingressClass }} {{- if $ingressClass.create }} diff --git a/bitnami/contour/templates/contour/rbac.yaml b/bitnami/contour/templates/contour/rbac.yaml index 2e790a5810..53c0dbca5b 100644 --- a/bitnami/contour/templates/contour/rbac.yaml +++ b/bitnami/contour/templates/contour/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.contour.enabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/contour/templates/contour/service.yaml b/bitnami/contour/templates/contour/service.yaml index 4dbbf8358f..d3dad528aa 100644 --- a/bitnami/contour/templates/contour/service.yaml +++ b/bitnami/contour/templates/contour/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.contour.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/contour/templates/contour/serviceaccount.yaml b/bitnami/contour/templates/contour/serviceaccount.yaml index 3fcfaf4340..f86b961885 100644 --- a/bitnami/contour/templates/contour/serviceaccount.yaml +++ b/bitnami/contour/templates/contour/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.contour.serviceAccount.create .Values.contour.enabled }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/contour/templates/contour/servicemonitor.yaml b/bitnami/contour/templates/contour/servicemonitor.yaml index f502cf037d..83e0bc6529 100644 --- a/bitnami/contour/templates/contour/servicemonitor.yaml +++ b/bitnami/contour/templates/contour/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.serviceMonitor.enabled .Values.contour.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/contour/templates/default-backend/deployment.yaml b/bitnami/contour/templates/default-backend/deployment.yaml index 91bd060cbb..71311ae51f 100644 --- a/bitnami/contour/templates/default-backend/deployment.yaml +++ b/bitnami/contour/templates/default-backend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.defaultBackend.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/contour/templates/default-backend/ingress.yaml b/bitnami/contour/templates/default-backend/ingress.yaml index d92510b01a..df61f7ac18 100644 --- a/bitnami/contour/templates/default-backend/ingress.yaml +++ b/bitnami/contour/templates/default-backend/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.defaultBackend.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml b/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml index 7d287c944c..83828e74bb 100644 --- a/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml +++ b/bitnami/contour/templates/default-backend/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.defaultBackend.enabled .Values.defaultBackend.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/contour/templates/default-backend/service.yaml b/bitnami/contour/templates/default-backend/service.yaml index b04f04a408..18503e7a2c 100644 --- a/bitnami/contour/templates/default-backend/service.yaml +++ b/bitnami/contour/templates/default-backend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.defaultBackend.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/contour/templates/default-backend/tls-secrets.yaml b/bitnami/contour/templates/default-backend/tls-secrets.yaml index 5448bb6643..1b42b95a7f 100644 --- a/bitnami/contour/templates/default-backend/tls-secrets.yaml +++ b/bitnami/contour/templates/default-backend/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/contour/templates/envoy/daemonset.yaml b/bitnami/contour/templates/envoy/daemonset.yaml index 728c6e5b57..24eed6cf09 100644 --- a/bitnami/contour/templates/envoy/daemonset.yaml +++ b/bitnami/contour/templates/envoy/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.envoy.enabled (eq .Values.envoy.kind "daemonset") }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/contour/templates/envoy/deployment.yaml b/bitnami/contour/templates/envoy/deployment.yaml index 4f49811d4e..3e7d765ee3 100644 --- a/bitnami/contour/templates/envoy/deployment.yaml +++ b/bitnami/contour/templates/envoy/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.envoy.enabled (eq .Values.envoy.kind "deployment") }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/contour/templates/envoy/extra-list.yaml b/bitnami/contour/templates/envoy/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/contour/templates/envoy/extra-list.yaml +++ b/bitnami/contour/templates/envoy/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/contour/templates/envoy/hpa.yaml b/bitnami/contour/templates/envoy/hpa.yaml index ade8c85032..deefe67a62 100644 --- a/bitnami/contour/templates/envoy/hpa.yaml +++ b/bitnami/contour/templates/envoy/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.envoy.enabled .Values.envoy.autoscaling.enabled (eq .Values.envoy.kind "deployment") }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/contour/templates/envoy/service.yaml b/bitnami/contour/templates/envoy/service.yaml index 0692d39ba8..d83b836085 100644 --- a/bitnami/contour/templates/envoy/service.yaml +++ b/bitnami/contour/templates/envoy/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.envoy.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/contour/templates/envoy/serviceaccount.yaml b/bitnami/contour/templates/envoy/serviceaccount.yaml index 65fdf043f6..7c75828f2a 100644 --- a/bitnami/contour/templates/envoy/serviceaccount.yaml +++ b/bitnami/contour/templates/envoy/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.envoy.serviceAccount.create .Values.envoy.enabled }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/contour/templates/envoy/servicemonitor.yaml b/bitnami/contour/templates/envoy/servicemonitor.yaml index aa9779449b..4bdb354314 100644 --- a/bitnami/contour/templates/envoy/servicemonitor.yaml +++ b/bitnami/contour/templates/envoy/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.serviceMonitor.enabled .Values.envoy.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/contour/values.yaml b/bitnami/contour/values.yaml index 3e5c1f01f3..3a58e471ab 100644 --- a/bitnami/contour/values.yaml +++ b/bitnami/contour/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index e933b1e213..138ece4d5a 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Forum licenses: Apache-2.0 diff --git a/bitnami/discourse/templates/_helpers.tpl b/bitnami/discourse/templates/_helpers.tpl index e40911d300..dc361a1830 100644 --- a/bitnami/discourse/templates/_helpers.tpl +++ b/bitnami/discourse/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/discourse/templates/configmaps.yaml b/bitnami/discourse/templates/configmaps.yaml index a1f6d9aa5b..db94095533 100644 --- a/bitnami/discourse/templates/configmaps.yaml +++ b/bitnami/discourse/templates/configmaps.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/discourse/templates/deployment.yaml b/bitnami/discourse/templates/deployment.yaml index f512979722..7f8dd36f21 100644 --- a/bitnami/discourse/templates/deployment.yaml +++ b/bitnami/discourse/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "discourse.host" .) (or .Values.postgresql.enabled .Values.externalDatabase.host) -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/discourse/templates/extra-list.yaml b/bitnami/discourse/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/discourse/templates/extra-list.yaml +++ b/bitnami/discourse/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/discourse/templates/ingress.yaml b/bitnami/discourse/templates/ingress.yaml index 73d896a3d3..d0eeed125c 100644 --- a/bitnami/discourse/templates/ingress.yaml +++ b/bitnami/discourse/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/discourse/templates/networkpolicy-backend-ingress.yaml b/bitnami/discourse/templates/networkpolicy-backend-ingress.yaml index adf0f3b9e9..1d27fb1f27 100644 --- a/bitnami/discourse/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/discourse/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.postgresql.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/discourse/templates/networkpolicy-egress.yaml b/bitnami/discourse/templates/networkpolicy-egress.yaml index 3d4c5b438e..049fecc222 100644 --- a/bitnami/discourse/templates/networkpolicy-egress.yaml +++ b/bitnami/discourse/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/discourse/templates/networkpolicy-ingress.yaml b/bitnami/discourse/templates/networkpolicy-ingress.yaml index c07ec073ec..ec46ef5ddf 100644 --- a/bitnami/discourse/templates/networkpolicy-ingress.yaml +++ b/bitnami/discourse/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/discourse/templates/pvc.yaml b/bitnami/discourse/templates/pvc.yaml index 4d8611d074..232384ce11 100644 --- a/bitnami/discourse/templates/pvc.yaml +++ b/bitnami/discourse/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "discourse.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/discourse/templates/secrets-database.yaml b/bitnami/discourse/templates/secrets-database.yaml index 770d35f00e..0862f01b32 100644 --- a/bitnami/discourse/templates/secrets-database.yaml +++ b/bitnami/discourse/templates/secrets-database.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/discourse/templates/secrets-discourse.yaml b/bitnami/discourse/templates/secrets-discourse.yaml index 574dfce783..6c45024360 100644 --- a/bitnami/discourse/templates/secrets-discourse.yaml +++ b/bitnami/discourse/templates/secrets-discourse.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "discourse.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/discourse/templates/secrets-redis.yaml b/bitnami/discourse/templates/secrets-redis.yaml index ce5525e230..e335b24190 100644 --- a/bitnami/discourse/templates/secrets-redis.yaml +++ b/bitnami/discourse/templates/secrets-redis.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.redis.enabled) (not .Values.externalRedis.existingSecret) .Values.externalRedis.password }} apiVersion: v1 kind: Secret diff --git a/bitnami/discourse/templates/service.yaml b/bitnami/discourse/templates/service.yaml index acec57bd6d..9a43d1fd8b 100644 --- a/bitnami/discourse/templates/service.yaml +++ b/bitnami/discourse/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/discourse/templates/serviceaccount.yaml b/bitnami/discourse/templates/serviceaccount.yaml index 6bda484160..41f49ea020 100644 --- a/bitnami/discourse/templates/serviceaccount.yaml +++ b/bitnami/discourse/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/discourse/templates/tls-secrets.yaml b/bitnami/discourse/templates/tls-secrets.yaml index 6aeaa7762a..6f9f5031bc 100644 --- a/bitnami/discourse/templates/tls-secrets.yaml +++ b/bitnami/discourse/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/discourse/values.yaml b/bitnami/discourse/values.yaml index bda74ab8b6..8ac1b14b42 100644 --- a/bitnami/discourse/values.yaml +++ b/bitnami/discourse/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/dokuwiki/Chart.yaml b/bitnami/dokuwiki/Chart.yaml index d78554dc23..480ee1d888 100644 --- a/bitnami/dokuwiki/Chart.yaml +++ b/bitnami/dokuwiki/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Wiki licenses: Apache-2.0 diff --git a/bitnami/dokuwiki/templates/_helpers.tpl b/bitnami/dokuwiki/templates/_helpers.tpl index 70cc17ae54..eae86acfb1 100644 --- a/bitnami/dokuwiki/templates/_helpers.tpl +++ b/bitnami/dokuwiki/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper certificate image name */}} diff --git a/bitnami/dokuwiki/templates/deployment.yaml b/bitnami/dokuwiki/templates/deployment.yaml index df2d4063a0..bd3d3e681c 100644 --- a/bitnami/dokuwiki/templates/deployment.yaml +++ b/bitnami/dokuwiki/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/dokuwiki/templates/dokuwiki-pvc.yaml b/bitnami/dokuwiki/templates/dokuwiki-pvc.yaml index c48119d54a..90dfb2b1a4 100644 --- a/bitnami/dokuwiki/templates/dokuwiki-pvc.yaml +++ b/bitnami/dokuwiki/templates/dokuwiki-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim ) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/dokuwiki/templates/extra-list.yaml b/bitnami/dokuwiki/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/dokuwiki/templates/extra-list.yaml +++ b/bitnami/dokuwiki/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/dokuwiki/templates/ingress.yaml b/bitnami/dokuwiki/templates/ingress.yaml index ff08422897..524abc3f5a 100644 --- a/bitnami/dokuwiki/templates/ingress.yaml +++ b/bitnami/dokuwiki/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/dokuwiki/templates/postinit-configmap.yaml b/bitnami/dokuwiki/templates/postinit-configmap.yaml index 75ba6babaa..9b37334969 100644 --- a/bitnami/dokuwiki/templates/postinit-configmap.yaml +++ b/bitnami/dokuwiki/templates/postinit-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.customPostInitScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/dokuwiki/templates/secrets.yaml b/bitnami/dokuwiki/templates/secrets.yaml index 79973566c1..25fa1132d2 100644 --- a/bitnami/dokuwiki/templates/secrets.yaml +++ b/bitnami/dokuwiki/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/dokuwiki/templates/svc.yaml b/bitnami/dokuwiki/templates/svc.yaml index e66d6a3da7..61b71447f7 100644 --- a/bitnami/dokuwiki/templates/svc.yaml +++ b/bitnami/dokuwiki/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/dokuwiki/templates/tls-secrets.yaml b/bitnami/dokuwiki/templates/tls-secrets.yaml index 7137d979f9..09a720c74f 100644 --- a/bitnami/dokuwiki/templates/tls-secrets.yaml +++ b/bitnami/dokuwiki/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/dokuwiki/values.yaml b/bitnami/dokuwiki/values.yaml index 93bcaaa7d0..03f3ce5909 100644 --- a/bitnami/dokuwiki/values.yaml +++ b/bitnami/dokuwiki/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index bb7d7a5161..f2aaa42360 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/drupal/templates/_helpers.tpl b/bitnami/drupal/templates/_helpers.tpl index b68814a544..d7a62eeaec 100644 --- a/bitnami/drupal/templates/_helpers.tpl +++ b/bitnami/drupal/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/drupal/templates/deployment.yaml b/bitnami/drupal/templates/deployment.yaml index c1a4564edf..80eb2d7f8c 100644 --- a/bitnami/drupal/templates/deployment.yaml +++ b/bitnami/drupal/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/drupal/templates/externaldb-secrets.yaml b/bitnami/drupal/templates/externaldb-secrets.yaml index e8305c1eb7..591a6971d0 100644 --- a/bitnami/drupal/templates/externaldb-secrets.yaml +++ b/bitnami/drupal/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/drupal/templates/extra-list.yaml b/bitnami/drupal/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/drupal/templates/extra-list.yaml +++ b/bitnami/drupal/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/drupal/templates/ingress.yaml b/bitnami/drupal/templates/ingress.yaml index 435b12e5bb..b1603228c4 100644 --- a/bitnami/drupal/templates/ingress.yaml +++ b/bitnami/drupal/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/drupal/templates/metrics-svc.yaml b/bitnami/drupal/templates/metrics-svc.yaml index 900cc98eb2..9a2d8137f3 100644 --- a/bitnami/drupal/templates/metrics-svc.yaml +++ b/bitnami/drupal/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/drupal/templates/networkpolicy-backend-ingress.yaml b/bitnami/drupal/templates/networkpolicy-backend-ingress.yaml index 1747ab5695..0136a8b9f4 100644 --- a/bitnami/drupal/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/drupal/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/drupal/templates/networkpolicy-egress.yaml b/bitnami/drupal/templates/networkpolicy-egress.yaml index 03c1bf61ae..4d2621fbdd 100644 --- a/bitnami/drupal/templates/networkpolicy-egress.yaml +++ b/bitnami/drupal/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/drupal/templates/networkpolicy-ingress.yaml b/bitnami/drupal/templates/networkpolicy-ingress.yaml index 38899bad3b..bae4f256e0 100644 --- a/bitnami/drupal/templates/networkpolicy-ingress.yaml +++ b/bitnami/drupal/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/drupal/templates/prometheusrule.yaml b/bitnami/drupal/templates/prometheusrule.yaml index b89d1163dc..ee77af591c 100644 --- a/bitnami/drupal/templates/prometheusrule.yaml +++ b/bitnami/drupal/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/drupal/templates/pv.yaml b/bitnami/drupal/templates/pv.yaml index e8c37a5a63..90ff1b869f 100644 --- a/bitnami/drupal/templates/pv.yaml +++ b/bitnami/drupal/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/drupal/templates/pvc.yaml b/bitnami/drupal/templates/pvc.yaml index b37443ec8c..52c94f4605 100644 --- a/bitnami/drupal/templates/pvc.yaml +++ b/bitnami/drupal/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/drupal/templates/secrets.yaml b/bitnami/drupal/templates/secrets.yaml index 467ff845b8..357832c93a 100644 --- a/bitnami/drupal/templates/secrets.yaml +++ b/bitnami/drupal/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/drupal/templates/serviceaccount.yaml b/bitnami/drupal/templates/serviceaccount.yaml index 613ab6880c..0bc25ec496 100644 --- a/bitnami/drupal/templates/serviceaccount.yaml +++ b/bitnami/drupal/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/drupal/templates/servicemonitor.yaml b/bitnami/drupal/templates/servicemonitor.yaml index fe092300bf..8fdf01470e 100644 --- a/bitnami/drupal/templates/servicemonitor.yaml +++ b/bitnami/drupal/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/drupal/templates/svc.yaml b/bitnami/drupal/templates/svc.yaml index e63a7f357a..328bb65fd4 100644 --- a/bitnami/drupal/templates/svc.yaml +++ b/bitnami/drupal/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/drupal/templates/tls-secrets.yaml b/bitnami/drupal/templates/tls-secrets.yaml index 740ee6835a..2c208465f0 100644 --- a/bitnami/drupal/templates/tls-secrets.yaml +++ b/bitnami/drupal/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/drupal/values.yaml b/bitnami/drupal/values.yaml index 1177c3cfda..1306fc5e4e 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/ejbca/Chart.yaml b/bitnami/ejbca/Chart.yaml index 46752747e0..189fd8a5f4 100644 --- a/bitnami/ejbca/Chart.yaml +++ b/bitnami/ejbca/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CertificateAuthority licenses: Apache-2.0 diff --git a/bitnami/ejbca/templates/_helpers.tpl b/bitnami/ejbca/templates/_helpers.tpl old mode 100755 new mode 100644 index 251ec0d271..7952e4fa87 --- a/bitnami/ejbca/templates/_helpers.tpl +++ b/bitnami/ejbca/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/ejbca/templates/deployment.yaml b/bitnami/ejbca/templates/deployment.yaml index b5c2d909d2..873f550e82 100644 --- a/bitnami/ejbca/templates/deployment.yaml +++ b/bitnami/ejbca/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/ejbca/templates/externaldb-secrets.yaml b/bitnami/ejbca/templates/externaldb-secrets.yaml index 910b783423..f7d5ed5615 100644 --- a/bitnami/ejbca/templates/externaldb-secrets.yaml +++ b/bitnami/ejbca/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mariadb.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/ejbca/templates/extra-list.yaml b/bitnami/ejbca/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/ejbca/templates/extra-list.yaml +++ b/bitnami/ejbca/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/ejbca/templates/ingress.yaml b/bitnami/ejbca/templates/ingress.yaml index 5c35608407..a99c716f82 100644 --- a/bitnami/ejbca/templates/ingress.yaml +++ b/bitnami/ejbca/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/ejbca/templates/networkpolicy-backend-ingress.yaml b/bitnami/ejbca/templates/networkpolicy-backend-ingress.yaml index b1f01e7513..90248d40dd 100644 --- a/bitnami/ejbca/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/ejbca/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ejbca/templates/networkpolicy-egress.yaml b/bitnami/ejbca/templates/networkpolicy-egress.yaml index 5aeccaf9ac..4536b7121a 100644 --- a/bitnami/ejbca/templates/networkpolicy-egress.yaml +++ b/bitnami/ejbca/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ejbca/templates/networkpolicy-ingress.yaml b/bitnami/ejbca/templates/networkpolicy-ingress.yaml index ea99941d29..107e161e46 100644 --- a/bitnami/ejbca/templates/networkpolicy-ingress.yaml +++ b/bitnami/ejbca/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ejbca/templates/pvc.yaml b/bitnami/ejbca/templates/pvc.yaml index 7d7cc5f6ad..871778c328 100644 --- a/bitnami/ejbca/templates/pvc.yaml +++ b/bitnami/ejbca/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/ejbca/templates/secrets.yaml b/bitnami/ejbca/templates/secrets.yaml index d352d0a2d1..c75785d738 100644 --- a/bitnami/ejbca/templates/secrets.yaml +++ b/bitnami/ejbca/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/ejbca/templates/svc.yaml b/bitnami/ejbca/templates/svc.yaml index 73de2df5ed..d28e664556 100644 --- a/bitnami/ejbca/templates/svc.yaml +++ b/bitnami/ejbca/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/ejbca/values.yaml b/bitnami/ejbca/values.yaml index 8753567925..10dfcf745a 100644 --- a/bitnami/ejbca/values.yaml +++ b/bitnami/ejbca/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index 4fe97a0aad..a9a80c7ca9 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/elasticsearch/templates/_helpers.tpl b/bitnami/elasticsearch/templates/_helpers.tpl index d0c27d458d..694ee1d7d9 100644 --- a/bitnami/elasticsearch/templates/_helpers.tpl +++ b/bitnami/elasticsearch/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/elasticsearch/templates/configmap.yaml b/bitnami/elasticsearch/templates/configmap.yaml index 3efba80cc4..9a74625dd1 100644 --- a/bitnami/elasticsearch/templates/configmap.yaml +++ b/bitnami/elasticsearch/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.config .Values.extraConfig }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/elasticsearch/templates/coordinating/hpa.yaml b/bitnami/elasticsearch/templates/coordinating/hpa.yaml index 9de3b8efcf..4860d52faa 100644 --- a/bitnami/elasticsearch/templates/coordinating/hpa.yaml +++ b/bitnami/elasticsearch/templates/coordinating/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.coordinating.enabled" .) .Values.coordinating.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/elasticsearch/templates/coordinating/pdb.yaml b/bitnami/elasticsearch/templates/coordinating/pdb.yaml index 6f987cda95..bfb11c2106 100644 --- a/bitnami/elasticsearch/templates/coordinating/pdb.yaml +++ b/bitnami/elasticsearch/templates/coordinating/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and ( include "elasticsearch.coordinating.enabled" . ) .Values.coordinating.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/elasticsearch/templates/coordinating/serviceaccount.yaml b/bitnami/elasticsearch/templates/coordinating/serviceaccount.yaml index ba0861a324..57649ca0dd 100644 --- a/bitnami/elasticsearch/templates/coordinating/serviceaccount.yaml +++ b/bitnami/elasticsearch/templates/coordinating/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.coordinating.enabled" .) .Values.coordinating.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/elasticsearch/templates/coordinating/statefulset.yaml b/bitnami/elasticsearch/templates/coordinating/statefulset.yaml index 163ef61fcb..648bdd7871 100644 --- a/bitnami/elasticsearch/templates/coordinating/statefulset.yaml +++ b/bitnami/elasticsearch/templates/coordinating/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.coordinating.enabled" .) }} apiVersion: {{ template "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/elasticsearch/templates/coordinating/svc-headless.yaml b/bitnami/elasticsearch/templates/coordinating/svc-headless.yaml index a62484fe80..4659fe99f4 100644 --- a/bitnami/elasticsearch/templates/coordinating/svc-headless.yaml +++ b/bitnami/elasticsearch/templates/coordinating/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.coordinating.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/data/hpa.yaml b/bitnami/elasticsearch/templates/data/hpa.yaml index 62c2478224..2dd3a7af04 100644 --- a/bitnami/elasticsearch/templates/data/hpa.yaml +++ b/bitnami/elasticsearch/templates/data/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.data.enabled" .) .Values.data.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/elasticsearch/templates/data/pdb.yaml b/bitnami/elasticsearch/templates/data/pdb.yaml index 22f4de6024..bd868f5e11 100644 --- a/bitnami/elasticsearch/templates/data/pdb.yaml +++ b/bitnami/elasticsearch/templates/data/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and ( include "elasticsearch.data.enabled" . ) .Values.data.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/elasticsearch/templates/data/serviceaccount.yaml b/bitnami/elasticsearch/templates/data/serviceaccount.yaml index bd71bd2d93..c77fc36f30 100644 --- a/bitnami/elasticsearch/templates/data/serviceaccount.yaml +++ b/bitnami/elasticsearch/templates/data/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.data.enabled" .) .Values.data.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/elasticsearch/templates/data/statefulset.yaml b/bitnami/elasticsearch/templates/data/statefulset.yaml index b9b2309199..eb7e6a5a21 100644 --- a/bitnami/elasticsearch/templates/data/statefulset.yaml +++ b/bitnami/elasticsearch/templates/data/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.data.enabled" .) }} apiVersion: {{ template "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/elasticsearch/templates/data/svc-headless.yaml b/bitnami/elasticsearch/templates/data/svc-headless.yaml index 3d37d8e42e..f37a1b3689 100644 --- a/bitnami/elasticsearch/templates/data/svc-headless.yaml +++ b/bitnami/elasticsearch/templates/data/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.data.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/extra-list.yaml b/bitnami/elasticsearch/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/elasticsearch/templates/extra-list.yaml +++ b/bitnami/elasticsearch/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/elasticsearch/templates/ingest/hpa.yaml b/bitnami/elasticsearch/templates/ingest/hpa.yaml index ef57de1bc8..bf832d68e9 100644 --- a/bitnami/elasticsearch/templates/ingest/hpa.yaml +++ b/bitnami/elasticsearch/templates/ingest/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.ingest.enabled" .) .Values.ingest.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/elasticsearch/templates/ingest/ingress.yaml b/bitnami/elasticsearch/templates/ingest/ingress.yaml index e4ad0a6d56..fbef42e1bb 100644 --- a/bitnami/elasticsearch/templates/ingest/ingress.yaml +++ b/bitnami/elasticsearch/templates/ingest/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.ingest.enabled" .) .Values.ingest.service.enabled .Values.ingest.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/elasticsearch/templates/ingest/pdb.yaml b/bitnami/elasticsearch/templates/ingest/pdb.yaml index 82e210e809..02fcf5711f 100644 --- a/bitnami/elasticsearch/templates/ingest/pdb.yaml +++ b/bitnami/elasticsearch/templates/ingest/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and ( include "elasticsearch.ingest.enabled" . ) .Values.ingest.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/elasticsearch/templates/ingest/service.yaml b/bitnami/elasticsearch/templates/ingest/service.yaml index d18b677581..8a7385b076 100644 --- a/bitnami/elasticsearch/templates/ingest/service.yaml +++ b/bitnami/elasticsearch/templates/ingest/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.ingest.enabled" .) .Values.ingest.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/ingest/serviceaccount.yaml b/bitnami/elasticsearch/templates/ingest/serviceaccount.yaml index a3bff38166..1f35209704 100644 --- a/bitnami/elasticsearch/templates/ingest/serviceaccount.yaml +++ b/bitnami/elasticsearch/templates/ingest/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.ingest.enabled" .) .Values.ingest.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/elasticsearch/templates/ingest/statefulset.yaml b/bitnami/elasticsearch/templates/ingest/statefulset.yaml index 8545603e32..b0689b706d 100644 --- a/bitnami/elasticsearch/templates/ingest/statefulset.yaml +++ b/bitnami/elasticsearch/templates/ingest/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.ingest.enabled" . ) }} apiVersion: {{ template "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/elasticsearch/templates/ingest/svc-headless.yaml b/bitnami/elasticsearch/templates/ingest/svc-headless.yaml index c0e0de4011..1927ddca8a 100644 --- a/bitnami/elasticsearch/templates/ingest/svc-headless.yaml +++ b/bitnami/elasticsearch/templates/ingest/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.ingest.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/ingress-tls-secrets.yaml b/bitnami/elasticsearch/templates/ingress-tls-secrets.yaml index 50ae8c9ca8..f32417af85 100644 --- a/bitnami/elasticsearch/templates/ingress-tls-secrets.yaml +++ b/bitnami/elasticsearch/templates/ingress-tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/elasticsearch/templates/ingress.yaml b/bitnami/elasticsearch/templates/ingress.yaml index c39dec2ea1..e20118a7b8 100644 --- a/bitnami/elasticsearch/templates/ingress.yaml +++ b/bitnami/elasticsearch/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/elasticsearch/templates/initialization-configmap.yaml b/bitnami/elasticsearch/templates/initialization-configmap.yaml index d84a353d6d..879c95af51 100644 --- a/bitnami/elasticsearch/templates/initialization-configmap.yaml +++ b/bitnami/elasticsearch/templates/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.initScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/elasticsearch/templates/master/hpa.yaml b/bitnami/elasticsearch/templates/master/hpa.yaml index b41d433641..112e1146c2 100644 --- a/bitnami/elasticsearch/templates/master/hpa.yaml +++ b/bitnami/elasticsearch/templates/master/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.master.enabled" .) .Values.master.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/elasticsearch/templates/master/pdb.yaml b/bitnami/elasticsearch/templates/master/pdb.yaml index f502651bcb..4e98dd8384 100644 --- a/bitnami/elasticsearch/templates/master/pdb.yaml +++ b/bitnami/elasticsearch/templates/master/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and ( include "elasticsearch.master.enabled" . ) .Values.master.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/elasticsearch/templates/master/serviceaccount.yaml b/bitnami/elasticsearch/templates/master/serviceaccount.yaml index a6fefec019..79e7f5c07d 100644 --- a/bitnami/elasticsearch/templates/master/serviceaccount.yaml +++ b/bitnami/elasticsearch/templates/master/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "elasticsearch.master.enabled" .) .Values.master.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/elasticsearch/templates/master/statefulset.yaml b/bitnami/elasticsearch/templates/master/statefulset.yaml index 625b6d1d7b..20461536c4 100644 --- a/bitnami/elasticsearch/templates/master/statefulset.yaml +++ b/bitnami/elasticsearch/templates/master/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.master.enabled" .) }} apiVersion: {{ template "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/elasticsearch/templates/master/svc-headless.yaml b/bitnami/elasticsearch/templates/master/svc-headless.yaml index 7b73ad59ae..c6b135416a 100644 --- a/bitnami/elasticsearch/templates/master/svc-headless.yaml +++ b/bitnami/elasticsearch/templates/master/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.master.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/metrics/deployment.yaml b/bitnami/elasticsearch/templates/metrics/deployment.yaml index 7ffa1e3b27..bd1104bf46 100644 --- a/bitnami/elasticsearch/templates/metrics/deployment.yaml +++ b/bitnami/elasticsearch/templates/metrics/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/elasticsearch/templates/metrics/prometheusrule.yaml b/bitnami/elasticsearch/templates/metrics/prometheusrule.yaml index c235dab4fe..d77297fd6b 100644 --- a/bitnami/elasticsearch/templates/metrics/prometheusrule.yaml +++ b/bitnami/elasticsearch/templates/metrics/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/elasticsearch/templates/metrics/service.yaml b/bitnami/elasticsearch/templates/metrics/service.yaml index bf3d5208c9..5a976c853e 100644 --- a/bitnami/elasticsearch/templates/metrics/service.yaml +++ b/bitnami/elasticsearch/templates/metrics/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/elasticsearch/templates/metrics/servicemonitor.yaml b/bitnami/elasticsearch/templates/metrics/servicemonitor.yaml index 7d0f394ee1..9cac1c91c9 100644 --- a/bitnami/elasticsearch/templates/metrics/servicemonitor.yaml +++ b/bitnami/elasticsearch/templates/metrics/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/elasticsearch/templates/secrets.yaml b/bitnami/elasticsearch/templates/secrets.yaml index 8fda48827e..e1be4fc100 100644 --- a/bitnami/elasticsearch/templates/secrets.yaml +++ b/bitnami/elasticsearch/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.createSecret" . ) }} apiVersion: v1 kind: Secret diff --git a/bitnami/elasticsearch/templates/service.yaml b/bitnami/elasticsearch/templates/service.yaml index cb3e679384..5e41da351d 100644 --- a/bitnami/elasticsearch/templates/service.yaml +++ b/bitnami/elasticsearch/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/elasticsearch/templates/tls-secret.yaml b/bitnami/elasticsearch/templates/tls-secret.yaml index 985f4ce68e..8f6c63c170 100644 --- a/bitnami/elasticsearch/templates/tls-secret.yaml +++ b/bitnami/elasticsearch/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "elasticsearch.createTlsSecret" .) }} {{- $ca := genCA "elasticsearch-ca" 365 }} {{- $releaseNamespace := include "common.names.namespace" . }} diff --git a/bitnami/elasticsearch/values.yaml b/bitnami/elasticsearch/values.yaml index 00790c7379..5cafd04149 100644 --- a/bitnami/elasticsearch/values.yaml +++ b/bitnami/elasticsearch/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index 59f3e93247..8a1e84003c 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/etcd/templates/_helpers.tpl b/bitnami/etcd/templates/_helpers.tpl index 35b1a57e0b..747f8a836c 100644 --- a/bitnami/etcd/templates/_helpers.tpl +++ b/bitnami/etcd/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/etcd/templates/configmap.yaml b/bitnami/etcd/templates/configmap.yaml index ca69d7f45a..82bcd9a091 100644 --- a/bitnami/etcd/templates/configmap.yaml +++ b/bitnami/etcd/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "etcd.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/etcd/templates/cronjob.yaml b/bitnami/etcd/templates/cronjob.yaml index 88faa31030..bed8829a15 100644 --- a/bitnami/etcd/templates/cronjob.yaml +++ b/bitnami/etcd/templates/cronjob.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.disasterRecovery.enabled -}} apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }} kind: CronJob diff --git a/bitnami/etcd/templates/extra-list.yaml b/bitnami/etcd/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/etcd/templates/extra-list.yaml +++ b/bitnami/etcd/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/etcd/templates/networkpolicy.yaml b/bitnami/etcd/templates/networkpolicy.yaml index a2e333bbe9..36df637d1c 100644 --- a/bitnami/etcd/templates/networkpolicy.yaml +++ b/bitnami/etcd/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ template "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/etcd/templates/pdb.yaml b/bitnami/etcd/templates/pdb.yaml index 7ba8cd6de0..90385a14ce 100644 --- a/bitnami/etcd/templates/pdb.yaml +++ b/bitnami/etcd/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/etcd/templates/podmonitor.yaml b/bitnami/etcd/templates/podmonitor.yaml index 952e569b4f..6570410d4b 100644 --- a/bitnami/etcd/templates/podmonitor.yaml +++ b/bitnami/etcd/templates/podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.podMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor diff --git a/bitnami/etcd/templates/prometheusrule.yaml b/bitnami/etcd/templates/prometheusrule.yaml index 58a5594b15..beffc78d6e 100644 --- a/bitnami/etcd/templates/prometheusrule.yaml +++ b/bitnami/etcd/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/etcd/templates/secrets.yaml b/bitnami/etcd/templates/secrets.yaml index ea46c28cd3..08e6975646 100644 --- a/bitnami/etcd/templates/secrets.yaml +++ b/bitnami/etcd/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.auth.rbac.create .Values.auth.rbac.enabled) (not .Values.auth.rbac.existingSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/etcd/templates/serviceaccount.yaml b/bitnami/etcd/templates/serviceaccount.yaml index a5721db401..ad5daae400 100644 --- a/bitnami/etcd/templates/serviceaccount.yaml +++ b/bitnami/etcd/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/etcd/templates/snapshot-pvc.yaml b/bitnami/etcd/templates/snapshot-pvc.yaml index 2415b891d4..1042c0ea5d 100644 --- a/bitnami/etcd/templates/snapshot-pvc.yaml +++ b/bitnami/etcd/templates/snapshot-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.disasterRecovery.enabled (not .Values.disasterRecovery.pvc.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/etcd/templates/statefulset.yaml b/bitnami/etcd/templates/statefulset.yaml index d559883351..0e26d04ccf 100644 --- a/bitnami/etcd/templates/statefulset.yaml +++ b/bitnami/etcd/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/etcd/templates/svc-headless.yaml b/bitnami/etcd/templates/svc-headless.yaml index 0d4df3e0e4..6c79f82400 100644 --- a/bitnami/etcd/templates/svc-headless.yaml +++ b/bitnami/etcd/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/etcd/templates/svc.yaml b/bitnami/etcd/templates/svc.yaml index abefe14157..40228aebc6 100644 --- a/bitnami/etcd/templates/svc.yaml +++ b/bitnami/etcd/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/etcd/templates/token-secrets.yaml b/bitnami/etcd/templates/token-secrets.yaml index c0246fbafc..5cbe8fe32a 100644 --- a/bitnami/etcd/templates/token-secrets.yaml +++ b/bitnami/etcd/templates/token-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "etcd.token.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index c15cf4c9c2..e22d69d8ea 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/external-dns/Chart.yaml b/bitnami/external-dns/Chart.yaml index af0291d916..c89d24b0be 100644 --- a/bitnami/external-dns/Chart.yaml +++ b/bitnami/external-dns/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/external-dns/templates/_helpers.tpl b/bitnami/external-dns/templates/_helpers.tpl index dd4c05904c..4305c6e127 100644 --- a/bitnami/external-dns/templates/_helpers.tpl +++ b/bitnami/external-dns/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/external-dns/templates/clusterrole.yaml b/bitnami/external-dns/templates/clusterrole.yaml index d4858da1f1..a65eb27dbc 100644 --- a/bitnami/external-dns/templates/clusterrole.yaml +++ b/bitnami/external-dns/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.rbac.clusterRole }} apiVersion: rbac.authorization.k8s.io/{{ .Values.rbac.apiVersion }} kind: ClusterRole diff --git a/bitnami/external-dns/templates/clusterrolebinding.yaml b/bitnami/external-dns/templates/clusterrolebinding.yaml index 5c8dc74521..81f0a404d8 100644 --- a/bitnami/external-dns/templates/clusterrolebinding.yaml +++ b/bitnami/external-dns/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.rbac.clusterRole }} apiVersion: rbac.authorization.k8s.io/{{ .Values.rbac.apiVersion }} kind: ClusterRoleBinding diff --git a/bitnami/external-dns/templates/configmap.yaml b/bitnami/external-dns/templates/configmap.yaml index 8458125ebc..5d048e2cdb 100644 --- a/bitnami/external-dns/templates/configmap.yaml +++ b/bitnami/external-dns/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "external-dns.createConfigMap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/external-dns/templates/crd.yaml b/bitnami/external-dns/templates/crd.yaml index a50a1a997e..8367ecefb2 100644 --- a/bitnami/external-dns/templates/crd.yaml +++ b/bitnami/external-dns/templates/crd.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.crd.create }} apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/external-dns/templates/dep-ds.yaml b/bitnami/external-dns/templates/dep-ds.yaml old mode 100755 new mode 100644 index 654524d0e2..78d5cc11bc --- a/bitnami/external-dns/templates/dep-ds.yaml +++ b/bitnami/external-dns/templates/dep-ds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: apps/v1 {{- if .Values.useDaemonset }} kind: DaemonSet diff --git a/bitnami/external-dns/templates/extra-list.yaml b/bitnami/external-dns/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/external-dns/templates/extra-list.yaml +++ b/bitnami/external-dns/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/external-dns/templates/pdb.yaml b/bitnami/external-dns/templates/pdb.yaml index 96a1794eeb..1d124cb996 100644 --- a/bitnami/external-dns/templates/pdb.yaml +++ b/bitnami/external-dns/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.podDisruptionBudget -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/external-dns/templates/podmonitor.yaml b/bitnami/external-dns/templates/podmonitor.yaml index 8144a8d7b1..90cd01e480 100644 --- a/bitnami/external-dns/templates/podmonitor.yaml +++ b/bitnami/external-dns/templates/podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.googlePodMonitor.enabled }} apiVersion: monitoring.googleapis.com/v1 kind: PodMonitoring diff --git a/bitnami/external-dns/templates/psp-clusterrole.yaml b/bitnami/external-dns/templates/psp-clusterrole.yaml index 4ef81d410c..185527d61b 100644 --- a/bitnami/external-dns/templates/psp-clusterrole.yaml +++ b/bitnami/external-dns/templates/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/external-dns/templates/psp-clusterrolebinding.yaml b/bitnami/external-dns/templates/psp-clusterrolebinding.yaml index a9fc36d59d..13a0c561df 100644 --- a/bitnami/external-dns/templates/psp-clusterrolebinding.yaml +++ b/bitnami/external-dns/templates/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/external-dns/templates/psp.yaml b/bitnami/external-dns/templates/psp.yaml index f437a505a0..2f37d386f2 100644 --- a/bitnami/external-dns/templates/psp.yaml +++ b/bitnami/external-dns/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/external-dns/templates/role.yaml b/bitnami/external-dns/templates/role.yaml index cb3c50f067..f3ff843f72 100644 --- a/bitnami/external-dns/templates/role.yaml +++ b/bitnami/external-dns/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create (not .Values.rbac.clusterRole) }} apiVersion: rbac.authorization.k8s.io/{{ .Values.rbac.apiVersion }} kind: Role diff --git a/bitnami/external-dns/templates/rolebindings.yaml b/bitnami/external-dns/templates/rolebindings.yaml index 7113397c43..d5c97f2177 100644 --- a/bitnami/external-dns/templates/rolebindings.yaml +++ b/bitnami/external-dns/templates/rolebindings.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create (not .Values.rbac.clusterRole) }} apiVersion: rbac.authorization.k8s.io/{{ .Values.rbac.apiVersion }} kind: RoleBinding diff --git a/bitnami/external-dns/templates/secret.yaml b/bitnami/external-dns/templates/secret.yaml index 389583ca89..0259558c44 100644 --- a/bitnami/external-dns/templates/secret.yaml +++ b/bitnami/external-dns/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "external-dns.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/external-dns/templates/service.yaml b/bitnami/external-dns/templates/service.yaml index c971fa9ddc..f8a70c6ad8 100644 --- a/bitnami/external-dns/templates/service.yaml +++ b/bitnami/external-dns/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.service.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/external-dns/templates/serviceaccount.yaml b/bitnami/external-dns/templates/serviceaccount.yaml index 9d42260af0..0aa7ab25e1 100644 --- a/bitnami/external-dns/templates/serviceaccount.yaml +++ b/bitnami/external-dns/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/external-dns/templates/servicemonitor.yaml b/bitnami/external-dns/templates/servicemonitor.yaml index d45a6d3430..b3ac81dd97 100644 --- a/bitnami/external-dns/templates/servicemonitor.yaml +++ b/bitnami/external-dns/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/external-dns/templates/tls-secret.yaml b/bitnami/external-dns/templates/tls-secret.yaml index bd33737f21..1a61116af2 100644 --- a/bitnami/external-dns/templates/tls-secret.yaml +++ b/bitnami/external-dns/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "external-dns.createTlsSecret" .) }} {{- $secretName := printf "%s-crt" (include "external-dns.fullname" .) | trunc 63 | trimSuffix "-" }} {{- $ca := genCA "external-dns-ca" 365 }} diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index d6a73da70f..ed39b3d3da 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/flink/Chart.yaml b/bitnami/flink/Chart.yaml index 8965b97bd5..1c2dbd20dd 100644 --- a/bitnami/flink/Chart.yaml +++ b/bitnami/flink/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/flink/templates/_helpers.tpl b/bitnami/flink/templates/_helpers.tpl index 0048699fd1..29cdef4af9 100644 --- a/bitnami/flink/templates/_helpers.tpl +++ b/bitnami/flink/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/flink/templates/extra-list.yaml b/bitnami/flink/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/flink/templates/extra-list.yaml +++ b/bitnami/flink/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/flink/templates/jobmanager/deployment.yaml b/bitnami/flink/templates/jobmanager/deployment.yaml index f82b88af87..d7fa5cfb7d 100644 --- a/bitnami/flink/templates/jobmanager/deployment.yaml +++ b/bitnami/flink/templates/jobmanager/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/flink/templates/jobmanager/service.yml b/bitnami/flink/templates/jobmanager/service.yml index 9bf8c245e5..5347055df4 100644 --- a/bitnami/flink/templates/jobmanager/service.yml +++ b/bitnami/flink/templates/jobmanager/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/flink/templates/jobmanager/serviceaccount.yaml b/bitnami/flink/templates/jobmanager/serviceaccount.yaml index d70ba99dcd..1170bb3425 100644 --- a/bitnami/flink/templates/jobmanager/serviceaccount.yaml +++ b/bitnami/flink/templates/jobmanager/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.jobmanager.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flink/templates/taskmanager/deployment.yaml b/bitnami/flink/templates/taskmanager/deployment.yaml index 20bc3aaa4d..99a74572f0 100644 --- a/bitnami/flink/templates/taskmanager/deployment.yaml +++ b/bitnami/flink/templates/taskmanager/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/flink/templates/taskmanager/service.yml b/bitnami/flink/templates/taskmanager/service.yml index eb2446a3fa..17165e7c98 100644 --- a/bitnami/flink/templates/taskmanager/service.yml +++ b/bitnami/flink/templates/taskmanager/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/flink/templates/taskmanager/serviceaccount.yaml b/bitnami/flink/templates/taskmanager/serviceaccount.yaml index 6dfcb207a8..824a76f4df 100644 --- a/bitnami/flink/templates/taskmanager/serviceaccount.yaml +++ b/bitnami/flink/templates/taskmanager/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.taskmanager.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flink/values.yaml b/bitnami/flink/values.yaml index fbb091465b..ad3554a147 100644 --- a/bitnami/flink/values.yaml +++ b/bitnami/flink/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/fluent-bit/Chart.yaml b/bitnami/fluent-bit/Chart.yaml index c939f75d2a..50fde84196 100644 --- a/bitnami/fluent-bit/Chart.yaml +++ b/bitnami/fluent-bit/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/fluent-bit/templates/_helpers.tpl b/bitnami/fluent-bit/templates/_helpers.tpl index d4e300e517..a2930c13d3 100644 --- a/bitnami/fluent-bit/templates/_helpers.tpl +++ b/bitnami/fluent-bit/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} diff --git a/bitnami/fluent-bit/templates/clusterrole.yaml b/bitnami/fluent-bit/templates/clusterrole.yaml index 9f69679171..f348fadac6 100644 --- a/bitnami/fluent-bit/templates/clusterrole.yaml +++ b/bitnami/fluent-bit/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/fluent-bit/templates/clusterrolebinding.yaml b/bitnami/fluent-bit/templates/clusterrolebinding.yaml index b202f8736a..e2393cf0f5 100644 --- a/bitnami/fluent-bit/templates/clusterrolebinding.yaml +++ b/bitnami/fluent-bit/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/fluent-bit/templates/configmap.yaml b/bitnami/fluent-bit/templates/configmap.yaml index 90b72d0ce7..e1b836e95f 100644 --- a/bitnami/fluent-bit/templates/configmap.yaml +++ b/bitnami/fluent-bit/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (empty .Values.existingConfigMap) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/fluent-bit/templates/daemonset.yaml b/bitnami/fluent-bit/templates/daemonset.yaml index 3e6917487c..820c9b561c 100644 --- a/bitnami/fluent-bit/templates/daemonset.yaml +++ b/bitnami/fluent-bit/templates/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.daemonset.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/fluent-bit/templates/deployment.yaml b/bitnami/fluent-bit/templates/deployment.yaml index d625a0154a..2cad75a00b 100644 --- a/bitnami/fluent-bit/templates/deployment.yaml +++ b/bitnami/fluent-bit/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.daemonset.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/fluent-bit/templates/extra-list.yaml b/bitnami/fluent-bit/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/fluent-bit/templates/extra-list.yaml +++ b/bitnami/fluent-bit/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/fluent-bit/templates/hpa.yaml b/bitnami/fluent-bit/templates/hpa.yaml index 728a081046..405dd84c41 100644 --- a/bitnami/fluent-bit/templates/hpa.yaml +++ b/bitnami/fluent-bit/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.daemonset.enable) .Values.autoscaling.hpa.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }} kind: HorizontalPodAutoscaler diff --git a/bitnami/fluent-bit/templates/ingress.yaml b/bitnami/fluent-bit/templates/ingress.yaml index 0b5fae940e..d1132ccd82 100644 --- a/bitnami/fluent-bit/templates/ingress.yaml +++ b/bitnami/fluent-bit/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/fluent-bit/templates/pdb.yaml b/bitnami/fluent-bit/templates/pdb.yaml index 6c6aef6d34..903bb83724 100644 --- a/bitnami/fluent-bit/templates/pdb.yaml +++ b/bitnami/fluent-bit/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pdb.create (not .Values.daemonset.enable) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/fluent-bit/templates/service-account.yaml b/bitnami/fluent-bit/templates/service-account.yaml index 8d9621768f..ef97c2fc9a 100644 --- a/bitnami/fluent-bit/templates/service-account.yaml +++ b/bitnami/fluent-bit/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/fluent-bit/templates/service.yml b/bitnami/fluent-bit/templates/service.yml index 1584586b65..da794d4316 100644 --- a/bitnami/fluent-bit/templates/service.yml +++ b/bitnami/fluent-bit/templates/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/fluent-bit/templates/servicemonitor.yaml b/bitnami/fluent-bit/templates/servicemonitor.yaml index 67dbc19fb5..6b33ed9825 100644 --- a/bitnami/fluent-bit/templates/servicemonitor.yaml +++ b/bitnami/fluent-bit/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/fluent-bit/templates/tls-secret.yaml b/bitnami/fluent-bit/templates/tls-secret.yaml index 0ff6d6e789..2474c8043f 100644 --- a/bitnami/fluent-bit/templates/tls-secret.yaml +++ b/bitnami/fluent-bit/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/fluent-bit/templates/vpa.yaml b/bitnami/fluent-bit/templates/vpa.yaml index 04c36c2493..3e718bf1a5 100644 --- a/bitnami/fluent-bit/templates/vpa.yaml +++ b/bitnami/fluent-bit/templates/vpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Capabilities.APIVersions.Has "autoscaling.k8s.io/v1/VerticalPodAutoscaler") .Values.autoscaling.vpa.enabled }} apiVersion: autoscaling.k8s.io/v1 kind: VerticalPodAutoscaler diff --git a/bitnami/fluent-bit/values.yaml b/bitnami/fluent-bit/values.yaml index faeeeac683..49f85d1f63 100644 --- a/bitnami/fluent-bit/values.yaml +++ b/bitnami/fluent-bit/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index 5e55a7309c..41938ccf0b 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/fluentd/templates/_helpers.tpl b/bitnami/fluentd/templates/_helpers.tpl index eb1ff88adc..86c4d5bd43 100644 --- a/bitnami/fluentd/templates/_helpers.tpl +++ b/bitnami/fluentd/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/fluentd/templates/aggregator-configmap.yaml b/bitnami/fluentd/templates/aggregator-configmap.yaml index 21d6271ed7..a0352a7701 100644 --- a/bitnami/fluentd/templates/aggregator-configmap.yaml +++ b/bitnami/fluentd/templates/aggregator-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.aggregator.enabled (not .Values.aggregator.configMap) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/fluentd/templates/aggregator-hpa.yaml b/bitnami/fluentd/templates/aggregator-hpa.yaml index e786d20a19..b413742b8c 100644 --- a/bitnami/fluentd/templates/aggregator-hpa.yaml +++ b/bitnami/fluentd/templates/aggregator-hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.aggregator.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "beta2" "true" "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/fluentd/templates/aggregator-init-configmap.yaml b/bitnami/fluentd/templates/aggregator-init-configmap.yaml index 47e12e32ad..89b05cc1c3 100644 --- a/bitnami/fluentd/templates/aggregator-init-configmap.yaml +++ b/bitnami/fluentd/templates/aggregator-init-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.aggregator.initScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/fluentd/templates/aggregator-statefulset.yaml b/bitnami/fluentd/templates/aggregator-statefulset.yaml index db0a514a16..611a0abe77 100644 --- a/bitnami/fluentd/templates/aggregator-statefulset.yaml +++ b/bitnami/fluentd/templates/aggregator-statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.aggregator.enabled -}} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/fluentd/templates/aggregator-svc-headless.yaml b/bitnami/fluentd/templates/aggregator-svc-headless.yaml index d5fd1a5202..c59c9bd82d 100644 --- a/bitnami/fluentd/templates/aggregator-svc-headless.yaml +++ b/bitnami/fluentd/templates/aggregator-svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.aggregator.enabled .Values.aggregator.service.ports -}} apiVersion: v1 kind: Service diff --git a/bitnami/fluentd/templates/aggregator-svc.yaml b/bitnami/fluentd/templates/aggregator-svc.yaml index 599a3273ab..71c3dbf1fa 100644 --- a/bitnami/fluentd/templates/aggregator-svc.yaml +++ b/bitnami/fluentd/templates/aggregator-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.aggregator.enabled .Values.aggregator.service.ports -}} apiVersion: v1 kind: Service diff --git a/bitnami/fluentd/templates/extra-list.yaml b/bitnami/fluentd/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/fluentd/templates/extra-list.yaml +++ b/bitnami/fluentd/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/fluentd/templates/forwarder-clusterrole.yaml b/bitnami/fluentd/templates/forwarder-clusterrole.yaml index 54e9ff17b2..15eda80f52 100644 --- a/bitnami/fluentd/templates/forwarder-clusterrole.yaml +++ b/bitnami/fluentd/templates/forwarder-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.forwarder.enabled .Values.forwarder.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/fluentd/templates/forwarder-clusterrolebinding.yaml b/bitnami/fluentd/templates/forwarder-clusterrolebinding.yaml index 6394b8f678..75dd418461 100644 --- a/bitnami/fluentd/templates/forwarder-clusterrolebinding.yaml +++ b/bitnami/fluentd/templates/forwarder-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.forwarder.enabled .Values.forwarder.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/fluentd/templates/forwarder-configmap.yaml b/bitnami/fluentd/templates/forwarder-configmap.yaml index d719302161..27416f859a 100644 --- a/bitnami/fluentd/templates/forwarder-configmap.yaml +++ b/bitnami/fluentd/templates/forwarder-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.forwarder.enabled (not .Values.forwarder.configMap) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/fluentd/templates/forwarder-daemonset.yaml b/bitnami/fluentd/templates/forwarder-daemonset.yaml index 4ee2cbc737..0f373510f0 100644 --- a/bitnami/fluentd/templates/forwarder-daemonset.yaml +++ b/bitnami/fluentd/templates/forwarder-daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.forwarder.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/fluentd/templates/forwarder-init-configmap.yaml b/bitnami/fluentd/templates/forwarder-init-configmap.yaml index 1810390dc5..bdc6f8e7c4 100644 --- a/bitnami/fluentd/templates/forwarder-init-configmap.yaml +++ b/bitnami/fluentd/templates/forwarder-init-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.forwarder.initScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/fluentd/templates/forwarder-psp.yaml b/bitnami/fluentd/templates/forwarder-psp.yaml index 085bbfaddf..84fd68f625 100644 --- a/bitnami/fluentd/templates/forwarder-psp.yaml +++ b/bitnami/fluentd/templates/forwarder-psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.forwarder.enabled .Values.forwarder.rbac.create .Values.forwarder.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/fluentd/templates/forwarder-svc.yaml b/bitnami/fluentd/templates/forwarder-svc.yaml index 738d256057..d6996bd5ec 100644 --- a/bitnami/fluentd/templates/forwarder-svc.yaml +++ b/bitnami/fluentd/templates/forwarder-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.forwarder.enabled .Values.forwarder.service.ports }} apiVersion: v1 kind: Service diff --git a/bitnami/fluentd/templates/ingress.yaml b/bitnami/fluentd/templates/ingress.yaml index 05e23e1264..eff66076c7 100644 --- a/bitnami/fluentd/templates/ingress.yaml +++ b/bitnami/fluentd/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.aggregator.enabled .Values.aggregator.ingress.enabled }} {{- $serviceName := printf "%s-aggregator" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} diff --git a/bitnami/fluentd/templates/metrics-svc.yaml b/bitnami/fluentd/templates/metrics-svc.yaml index 340c63134c..a89e50b329 100644 --- a/bitnami/fluentd/templates/metrics-svc.yaml +++ b/bitnami/fluentd/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/fluentd/templates/serviceaccount.yaml b/bitnami/fluentd/templates/serviceaccount.yaml index a70cf77aa9..6b31590f6a 100644 --- a/bitnami/fluentd/templates/serviceaccount.yaml +++ b/bitnami/fluentd/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.forwarder.serviceAccount.create .Values.forwarder.enabled }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/fluentd/templates/servicemonitor.yaml b/bitnami/fluentd/templates/servicemonitor.yaml index d729951ab1..b28d82b5e9 100644 --- a/bitnami/fluentd/templates/servicemonitor.yaml +++ b/bitnami/fluentd/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/fluentd/templates/tls-certs.yaml b/bitnami/fluentd/templates/tls-certs.yaml index f6c9f42eb7..8231c39413 100644 --- a/bitnami/fluentd/templates/tls-certs.yaml +++ b/bitnami/fluentd/templates/tls-certs.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.aggregator.ingress.enabled .Values.aggregator.ingress.secrets }} {{- range .Values.aggregator.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/fluentd/values.yaml b/bitnami/fluentd/values.yaml index 4b63686fab..5b2049e07b 100644 --- a/bitnami/fluentd/values.yaml +++ b/bitnami/fluentd/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/flux/Chart.yaml b/bitnami/flux/Chart.yaml index 0ad6ebffcf..93b9318552 100644 --- a/bitnami/flux/Chart.yaml +++ b/bitnami/flux/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/flux/crds/helm-controller/helm.toolkit.fluxcd.io_helmreleases.yaml b/bitnami/flux/crds/helm-controller/helm.toolkit.fluxcd.io_helmreleases.yaml index b926df4a52..4b299fd64d 100644 --- a/bitnami/flux/crds/helm-controller/helm.toolkit.fluxcd.io_helmreleases.yaml +++ b/bitnami/flux/crds/helm-controller/helm.toolkit.fluxcd.io_helmreleases.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/image-automation-controller/image.toolkit.fluxcd.io_imageupdateautomations.yaml b/bitnami/flux/crds/image-automation-controller/image.toolkit.fluxcd.io_imageupdateautomations.yaml index b04c0e0fc8..a43cff0b1d 100644 --- a/bitnami/flux/crds/image-automation-controller/image.toolkit.fluxcd.io_imageupdateautomations.yaml +++ b/bitnami/flux/crds/image-automation-controller/image.toolkit.fluxcd.io_imageupdateautomations.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagepolicies.yaml b/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagepolicies.yaml index 4e6ec8afda..4e9df3cdfb 100644 --- a/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagepolicies.yaml +++ b/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagepolicies.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagerepositories.yaml b/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagerepositories.yaml index 5a1136399d..99d6fde5b7 100644 --- a/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagerepositories.yaml +++ b/bitnami/flux/crds/image-reflector-controller/image.toolkit.fluxcd.io_imagerepositories.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/kustomize-controller/kustomize.toolkit.fluxcd.io_kustomizations.yaml b/bitnami/flux/crds/kustomize-controller/kustomize.toolkit.fluxcd.io_kustomizations.yaml index 71daefdb14..edac2f3826 100644 --- a/bitnami/flux/crds/kustomize-controller/kustomize.toolkit.fluxcd.io_kustomizations.yaml +++ b/bitnami/flux/crds/kustomize-controller/kustomize.toolkit.fluxcd.io_kustomizations.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_alerts.yaml b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_alerts.yaml index fbf395bca0..03eaa450a8 100644 --- a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_alerts.yaml +++ b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_alerts.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_providers.yaml b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_providers.yaml index 3b0da56459..530ce383e1 100644 --- a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_providers.yaml +++ b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_providers.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_receivers.yaml b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_receivers.yaml index 021d1882b7..383e7483f1 100644 --- a/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_receivers.yaml +++ b/bitnami/flux/crds/notification-controller/notification.toolkit.fluxcd.io_receivers.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_buckets.yaml b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_buckets.yaml index f7c01722c0..e08059c74c 100644 --- a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_buckets.yaml +++ b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_buckets.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_gitrepositories.yaml b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_gitrepositories.yaml index 5f370659a3..f156342f8c 100644 --- a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_gitrepositories.yaml +++ b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_gitrepositories.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmcharts.yaml b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmcharts.yaml index 28ec52c404..86f7ce8301 100644 --- a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmcharts.yaml +++ b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmcharts.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmrepositories.yaml b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmrepositories.yaml index 8be7d8d2c7..3bda593cf8 100644 --- a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmrepositories.yaml +++ b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_helmrepositories.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_ocirepositories.yaml b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_ocirepositories.yaml index d610216c42..233e38f552 100644 --- a/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_ocirepositories.yaml +++ b/bitnami/flux/crds/source-controller/source.toolkit.fluxcd.io_ocirepositories.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/flux/templates/_helpers.tpl b/bitnami/flux/templates/_helpers.tpl index d267ea66fb..6363d81963 100644 --- a/bitnami/flux/templates/_helpers.tpl +++ b/bitnami/flux/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Docker Image Registry Secret Names */}} diff --git a/bitnami/flux/templates/extra-list.yaml b/bitnami/flux/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/flux/templates/extra-list.yaml +++ b/bitnami/flux/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/flux/templates/helm-controller/clusterrolebinding.yaml b/bitnami/flux/templates/helm-controller/clusterrolebinding.yaml index 8b11237501..34543fb589 100644 --- a/bitnami/flux/templates/helm-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/helm-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.enabled .Values.helmController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/helm-controller/clusterroles.yaml b/bitnami/flux/templates/helm-controller/clusterroles.yaml index ab5a2873a9..3aa871c83c 100644 --- a/bitnami/flux/templates/helm-controller/clusterroles.yaml +++ b/bitnami/flux/templates/helm-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.enabled .Values.helmController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/helm-controller/deployment.yaml b/bitnami/flux/templates/helm-controller/deployment.yaml index b140bcea16..15ad888e6c 100644 --- a/bitnami/flux/templates/helm-controller/deployment.yaml +++ b/bitnami/flux/templates/helm-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.helmController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/helm-controller/hpa.yaml b/bitnami/flux/templates/helm-controller/hpa.yaml index 3886e414db..af2afdb784 100644 --- a/bitnami/flux/templates/helm-controller/hpa.yaml +++ b/bitnami/flux/templates/helm-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.helmController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/helm-controller/pdb.yaml b/bitnami/flux/templates/helm-controller/pdb.yaml index 5705daf71f..23dd28d20e 100644 --- a/bitnami/flux/templates/helm-controller/pdb.yaml +++ b/bitnami/flux/templates/helm-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.helmController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/helm-controller/rolebinding.yaml b/bitnami/flux/templates/helm-controller/rolebinding.yaml index 03d1ddb9a4..2125a2fdb0 100644 --- a/bitnami/flux/templates/helm-controller/rolebinding.yaml +++ b/bitnami/flux/templates/helm-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.enabled .Values.helmController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/helm-controller/roles.yaml b/bitnami/flux/templates/helm-controller/roles.yaml index ddbed0d483..d7f3f21b36 100644 --- a/bitnami/flux/templates/helm-controller/roles.yaml +++ b/bitnami/flux/templates/helm-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.enabled .Values.helmController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/helm-controller/service-account.yaml b/bitnami/flux/templates/helm-controller/service-account.yaml index fb44731787..316a1fd23f 100644 --- a/bitnami/flux/templates/helm-controller/service-account.yaml +++ b/bitnami/flux/templates/helm-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.helmController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/helm-controller/service-metrics.yaml b/bitnami/flux/templates/helm-controller/service-metrics.yaml index 167f686f37..f0cb1e0c5f 100644 --- a/bitnami/flux/templates/helm-controller/service-metrics.yaml +++ b/bitnami/flux/templates/helm-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.metrics.enabled .Values.helmController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/helm-controller/servicemonitor.yaml b/bitnami/flux/templates/helm-controller/servicemonitor.yaml index eb81260f5a..459665c216 100644 --- a/bitnami/flux/templates/helm-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/helm-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.helmController.metrics.enabled .Values.helmController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/templates/image-automation-controller/clusterrolebinding.yaml b/bitnami/flux/templates/image-automation-controller/clusterrolebinding.yaml index 43f61435af..893fc5f78d 100644 --- a/bitnami/flux/templates/image-automation-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/image-automation-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.enabled .Values.imageAutomationController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-automation-controller/clusterroles.yaml b/bitnami/flux/templates/image-automation-controller/clusterroles.yaml index 5bba1d7242..50fd880a77 100644 --- a/bitnami/flux/templates/image-automation-controller/clusterroles.yaml +++ b/bitnami/flux/templates/image-automation-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.enabled .Values.imageAutomationController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-automation-controller/deployment.yaml b/bitnami/flux/templates/image-automation-controller/deployment.yaml index 0c2043799a..1ce718afad 100644 --- a/bitnami/flux/templates/image-automation-controller/deployment.yaml +++ b/bitnami/flux/templates/image-automation-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageAutomationController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/image-automation-controller/hpa.yaml b/bitnami/flux/templates/image-automation-controller/hpa.yaml index abc73aca18..93e226cc76 100644 --- a/bitnami/flux/templates/image-automation-controller/hpa.yaml +++ b/bitnami/flux/templates/image-automation-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageAutomationController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/image-automation-controller/pdb.yaml b/bitnami/flux/templates/image-automation-controller/pdb.yaml index efcd2da2be..6a0d0ef138 100644 --- a/bitnami/flux/templates/image-automation-controller/pdb.yaml +++ b/bitnami/flux/templates/image-automation-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageAutomationController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/image-automation-controller/rolebinding.yaml b/bitnami/flux/templates/image-automation-controller/rolebinding.yaml index 704485d371..a4b4d82f49 100644 --- a/bitnami/flux/templates/image-automation-controller/rolebinding.yaml +++ b/bitnami/flux/templates/image-automation-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.enabled .Values.imageAutomationController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-automation-controller/roles.yaml b/bitnami/flux/templates/image-automation-controller/roles.yaml index d74c8627a5..16369b3044 100644 --- a/bitnami/flux/templates/image-automation-controller/roles.yaml +++ b/bitnami/flux/templates/image-automation-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.enabled .Values.imageAutomationController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-automation-controller/service-account.yaml b/bitnami/flux/templates/image-automation-controller/service-account.yaml index 43e187f4a2..83f1bc5c60 100644 --- a/bitnami/flux/templates/image-automation-controller/service-account.yaml +++ b/bitnami/flux/templates/image-automation-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageAutomationController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/image-automation-controller/service-metrics.yaml b/bitnami/flux/templates/image-automation-controller/service-metrics.yaml index 89b8366f50..834174547c 100644 --- a/bitnami/flux/templates/image-automation-controller/service-metrics.yaml +++ b/bitnami/flux/templates/image-automation-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.metrics.enabled .Values.imageAutomationController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/image-automation-controller/servicemonitor.yaml b/bitnami/flux/templates/image-automation-controller/servicemonitor.yaml index 43b9a54ad3..34aa3fc68b 100644 --- a/bitnami/flux/templates/image-automation-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/image-automation-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageAutomationController.metrics.enabled .Values.imageAutomationController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/templates/image-reflector-controller/clusterrolebinding.yaml b/bitnami/flux/templates/image-reflector-controller/clusterrolebinding.yaml index eb53bae516..21ff4d9298 100644 --- a/bitnami/flux/templates/image-reflector-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/image-reflector-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.enabled .Values.imageReflectorController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-reflector-controller/clusterroles.yaml b/bitnami/flux/templates/image-reflector-controller/clusterroles.yaml index 742688ecfd..8a852867d4 100644 --- a/bitnami/flux/templates/image-reflector-controller/clusterroles.yaml +++ b/bitnami/flux/templates/image-reflector-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.enabled .Values.imageReflectorController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-reflector-controller/deployment.yaml b/bitnami/flux/templates/image-reflector-controller/deployment.yaml index 58078bb519..b0a55a71a6 100644 --- a/bitnami/flux/templates/image-reflector-controller/deployment.yaml +++ b/bitnami/flux/templates/image-reflector-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageReflectorController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/image-reflector-controller/hpa.yaml b/bitnami/flux/templates/image-reflector-controller/hpa.yaml index 66bfb1ccd0..490cc88411 100644 --- a/bitnami/flux/templates/image-reflector-controller/hpa.yaml +++ b/bitnami/flux/templates/image-reflector-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageReflectorController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/image-reflector-controller/pdb.yaml b/bitnami/flux/templates/image-reflector-controller/pdb.yaml index b32ea1a233..13c04592d4 100644 --- a/bitnami/flux/templates/image-reflector-controller/pdb.yaml +++ b/bitnami/flux/templates/image-reflector-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageReflectorController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/image-reflector-controller/pvc.yaml b/bitnami/flux/templates/image-reflector-controller/pvc.yaml index 23447a6b6a..c96552b5b5 100644 --- a/bitnami/flux/templates/image-reflector-controller/pvc.yaml +++ b/bitnami/flux/templates/image-reflector-controller/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.enabled .Values.imageReflectorController.persistence.enabled (not .Values.imageReflectorController.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/flux/templates/image-reflector-controller/rolebinding.yaml b/bitnami/flux/templates/image-reflector-controller/rolebinding.yaml index 96899fd6a9..82a794488a 100644 --- a/bitnami/flux/templates/image-reflector-controller/rolebinding.yaml +++ b/bitnami/flux/templates/image-reflector-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.enabled .Values.imageReflectorController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-reflector-controller/roles.yaml b/bitnami/flux/templates/image-reflector-controller/roles.yaml index 85dd60dcfe..998f981c40 100644 --- a/bitnami/flux/templates/image-reflector-controller/roles.yaml +++ b/bitnami/flux/templates/image-reflector-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.enabled .Values.imageReflectorController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/image-reflector-controller/service-account.yaml b/bitnami/flux/templates/image-reflector-controller/service-account.yaml index e8241b4efb..5d87be328a 100644 --- a/bitnami/flux/templates/image-reflector-controller/service-account.yaml +++ b/bitnami/flux/templates/image-reflector-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageReflectorController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/image-reflector-controller/service-metrics.yaml b/bitnami/flux/templates/image-reflector-controller/service-metrics.yaml index 54ec5d6c4d..340c326c85 100644 --- a/bitnami/flux/templates/image-reflector-controller/service-metrics.yaml +++ b/bitnami/flux/templates/image-reflector-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.metrics.enabled .Values.imageReflectorController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/image-reflector-controller/servicemonitor.yaml b/bitnami/flux/templates/image-reflector-controller/servicemonitor.yaml index c6e5517aee..1061b647dd 100644 --- a/bitnami/flux/templates/image-reflector-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/image-reflector-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageReflectorController.metrics.enabled .Values.imageReflectorController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/templates/kustomize-controller/clusterrolebinding.yaml b/bitnami/flux/templates/kustomize-controller/clusterrolebinding.yaml index e4cbdaae12..59cab25644 100644 --- a/bitnami/flux/templates/kustomize-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/kustomize-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.enabled .Values.kustomizeController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/kustomize-controller/clusterroles.yaml b/bitnami/flux/templates/kustomize-controller/clusterroles.yaml index 72847ffbe9..38000a529a 100644 --- a/bitnami/flux/templates/kustomize-controller/clusterroles.yaml +++ b/bitnami/flux/templates/kustomize-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.enabled .Values.kustomizeController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/kustomize-controller/deployment.yaml b/bitnami/flux/templates/kustomize-controller/deployment.yaml index 62e470f91a..c77e24124f 100644 --- a/bitnami/flux/templates/kustomize-controller/deployment.yaml +++ b/bitnami/flux/templates/kustomize-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kustomizeController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/kustomize-controller/hpa.yaml b/bitnami/flux/templates/kustomize-controller/hpa.yaml index 791ef2f5db..a69f7cf71e 100644 --- a/bitnami/flux/templates/kustomize-controller/hpa.yaml +++ b/bitnami/flux/templates/kustomize-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kustomizeController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/kustomize-controller/pdb.yaml b/bitnami/flux/templates/kustomize-controller/pdb.yaml index cd443bb729..f96e8ae208 100644 --- a/bitnami/flux/templates/kustomize-controller/pdb.yaml +++ b/bitnami/flux/templates/kustomize-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kustomizeController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/kustomize-controller/rolebinding.yaml b/bitnami/flux/templates/kustomize-controller/rolebinding.yaml index 0b3d6e458a..cfb6226629 100644 --- a/bitnami/flux/templates/kustomize-controller/rolebinding.yaml +++ b/bitnami/flux/templates/kustomize-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.enabled .Values.kustomizeController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/kustomize-controller/roles.yaml b/bitnami/flux/templates/kustomize-controller/roles.yaml index df9413cf19..e395329e5b 100644 --- a/bitnami/flux/templates/kustomize-controller/roles.yaml +++ b/bitnami/flux/templates/kustomize-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.enabled .Values.kustomizeController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/kustomize-controller/service-account.yaml b/bitnami/flux/templates/kustomize-controller/service-account.yaml index 4719170777..cf35662baf 100644 --- a/bitnami/flux/templates/kustomize-controller/service-account.yaml +++ b/bitnami/flux/templates/kustomize-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kustomizeController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/kustomize-controller/service-metrics.yaml b/bitnami/flux/templates/kustomize-controller/service-metrics.yaml index 4770766f41..4d65859ded 100644 --- a/bitnami/flux/templates/kustomize-controller/service-metrics.yaml +++ b/bitnami/flux/templates/kustomize-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.metrics.enabled .Values.kustomizeController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/kustomize-controller/servicemonitor.yaml b/bitnami/flux/templates/kustomize-controller/servicemonitor.yaml index 79952066cf..597662bf01 100644 --- a/bitnami/flux/templates/kustomize-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/kustomize-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kustomizeController.metrics.enabled .Values.kustomizeController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/templates/notification-controller/clusterrolebinding.yaml b/bitnami/flux/templates/notification-controller/clusterrolebinding.yaml index a122ef6eab..54ec135888 100644 --- a/bitnami/flux/templates/notification-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/notification-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.enabled .Values.notificationController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/notification-controller/clusterroles.yaml b/bitnami/flux/templates/notification-controller/clusterroles.yaml index 7b81985ed3..400ed18da1 100644 --- a/bitnami/flux/templates/notification-controller/clusterroles.yaml +++ b/bitnami/flux/templates/notification-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.enabled .Values.notificationController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/notification-controller/deployment.yaml b/bitnami/flux/templates/notification-controller/deployment.yaml index 56c363a61c..505d72f9e1 100644 --- a/bitnami/flux/templates/notification-controller/deployment.yaml +++ b/bitnami/flux/templates/notification-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notificationController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/notification-controller/hpa.yaml b/bitnami/flux/templates/notification-controller/hpa.yaml index ef83fa5c6e..bc92a0cef1 100644 --- a/bitnami/flux/templates/notification-controller/hpa.yaml +++ b/bitnami/flux/templates/notification-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notificationController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/notification-controller/pdb.yaml b/bitnami/flux/templates/notification-controller/pdb.yaml index 1c5d21720a..f8f218b6d7 100644 --- a/bitnami/flux/templates/notification-controller/pdb.yaml +++ b/bitnami/flux/templates/notification-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notificationController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/notification-controller/rolebinding.yaml b/bitnami/flux/templates/notification-controller/rolebinding.yaml index f742b74eca..f04afd2567 100644 --- a/bitnami/flux/templates/notification-controller/rolebinding.yaml +++ b/bitnami/flux/templates/notification-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.enabled .Values.notificationController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/notification-controller/roles.yaml b/bitnami/flux/templates/notification-controller/roles.yaml index b57884ec32..3732c4f8fe 100644 --- a/bitnami/flux/templates/notification-controller/roles.yaml +++ b/bitnami/flux/templates/notification-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.enabled .Values.notificationController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/notification-controller/service-account.yaml b/bitnami/flux/templates/notification-controller/service-account.yaml index 72e479e86c..7c296d35df 100644 --- a/bitnami/flux/templates/notification-controller/service-account.yaml +++ b/bitnami/flux/templates/notification-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notificationController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/notification-controller/service-metrics.yaml b/bitnami/flux/templates/notification-controller/service-metrics.yaml index 54accc4365..62b3826a42 100644 --- a/bitnami/flux/templates/notification-controller/service-metrics.yaml +++ b/bitnami/flux/templates/notification-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.metrics.enabled .Values.notificationController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/notification-controller/servicemonitor.yaml b/bitnami/flux/templates/notification-controller/servicemonitor.yaml index da735ee73c..616cb70b96 100644 --- a/bitnami/flux/templates/notification-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/notification-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notificationController.metrics.enabled .Values.notificationController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/templates/source-controller/clusterrolebinding.yaml b/bitnami/flux/templates/source-controller/clusterrolebinding.yaml index 02e3523aab..61933db14f 100644 --- a/bitnami/flux/templates/source-controller/clusterrolebinding.yaml +++ b/bitnami/flux/templates/source-controller/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.enabled .Values.sourceController.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/source-controller/clusterroles.yaml b/bitnami/flux/templates/source-controller/clusterroles.yaml index 58ae7e9e98..6dbd805147 100644 --- a/bitnami/flux/templates/source-controller/clusterroles.yaml +++ b/bitnami/flux/templates/source-controller/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.enabled .Values.sourceController.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/source-controller/deployment.yaml b/bitnami/flux/templates/source-controller/deployment.yaml index e4297c7fa9..165a680e23 100644 --- a/bitnami/flux/templates/source-controller/deployment.yaml +++ b/bitnami/flux/templates/source-controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/flux/templates/source-controller/hpa.yaml b/bitnami/flux/templates/source-controller/hpa.yaml index 29ba63763f..7fc0726383 100644 --- a/bitnami/flux/templates/source-controller/hpa.yaml +++ b/bitnami/flux/templates/source-controller/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/flux/templates/source-controller/networkpolicy.yaml b/bitnami/flux/templates/source-controller/networkpolicy.yaml index 8e128d35fc..74496fe29b 100644 --- a/bitnami/flux/templates/source-controller/networkpolicy.yaml +++ b/bitnami/flux/templates/source-controller/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/flux/templates/source-controller/pdb.yaml b/bitnami/flux/templates/source-controller/pdb.yaml index e924855906..4cd080225f 100644 --- a/bitnami/flux/templates/source-controller/pdb.yaml +++ b/bitnami/flux/templates/source-controller/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/flux/templates/source-controller/pvc.yaml b/bitnami/flux/templates/source-controller/pvc.yaml index 3b5dd47d71..91fdaf093e 100644 --- a/bitnami/flux/templates/source-controller/pvc.yaml +++ b/bitnami/flux/templates/source-controller/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.enabled .Values.sourceController.persistence.enabled (not .Values.sourceController.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/flux/templates/source-controller/rolebinding.yaml b/bitnami/flux/templates/source-controller/rolebinding.yaml index 085e3209d2..32a7d52c94 100644 --- a/bitnami/flux/templates/source-controller/rolebinding.yaml +++ b/bitnami/flux/templates/source-controller/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.enabled .Values.sourceController.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/source-controller/roles.yaml b/bitnami/flux/templates/source-controller/roles.yaml index dfdb2180b6..31e1aad8b2 100644 --- a/bitnami/flux/templates/source-controller/roles.yaml +++ b/bitnami/flux/templates/source-controller/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.enabled .Values.sourceController.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/flux/templates/source-controller/service-account.yaml b/bitnami/flux/templates/source-controller/service-account.yaml index 51eefe4f2c..399161f903 100644 --- a/bitnami/flux/templates/source-controller/service-account.yaml +++ b/bitnami/flux/templates/source-controller/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/flux/templates/source-controller/service-metrics.yaml b/bitnami/flux/templates/source-controller/service-metrics.yaml index 3c4e858b3e..0e9fe6132c 100644 --- a/bitnami/flux/templates/source-controller/service-metrics.yaml +++ b/bitnami/flux/templates/source-controller/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.metrics.enabled .Values.sourceController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/source-controller/service.yaml b/bitnami/flux/templates/source-controller/service.yaml index 3c6dfcdc2d..0e51182a1c 100644 --- a/bitnami/flux/templates/source-controller/service.yaml +++ b/bitnami/flux/templates/source-controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.sourceController.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/flux/templates/source-controller/servicemonitor.yaml b/bitnami/flux/templates/source-controller/servicemonitor.yaml index f888fa5548..c10b872bd8 100644 --- a/bitnami/flux/templates/source-controller/servicemonitor.yaml +++ b/bitnami/flux/templates/source-controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.sourceController.metrics.enabled .Values.sourceController.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/flux/values.yaml b/bitnami/flux/values.yaml index 85388dd73f..159028094b 100644 --- a/bitnami/flux/values.yaml +++ b/bitnami/flux/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index fc47e5a505..53683eabab 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/ghost/templates/_helpers.tpl b/bitnami/ghost/templates/_helpers.tpl index 4f64a54694..7c94dd84c7 100644 --- a/bitnami/ghost/templates/_helpers.tpl +++ b/bitnami/ghost/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/ghost/templates/deployment.yaml b/bitnami/ghost/templates/deployment.yaml index 4b8244e675..71cd046238 100644 --- a/bitnami/ghost/templates/deployment.yaml +++ b/bitnami/ghost/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if include "ghost.host" . -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/ghost/templates/external-db-secrets.yaml b/bitnami/ghost/templates/external-db-secrets.yaml index d8c4c05909..eadd2039d9 100644 --- a/bitnami/ghost/templates/external-db-secrets.yaml +++ b/bitnami/ghost/templates/external-db-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not (or .Values.mysql.enabled .Values.externalDatabase.existingSecret)) }} apiVersion: v1 kind: Secret diff --git a/bitnami/ghost/templates/extra-list.yaml b/bitnami/ghost/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/ghost/templates/extra-list.yaml +++ b/bitnami/ghost/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/ghost/templates/ingress.yaml b/bitnami/ghost/templates/ingress.yaml index d5f78bac25..c720c6ef69 100644 --- a/bitnami/ghost/templates/ingress.yaml +++ b/bitnami/ghost/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/ghost/templates/networkpolicy-backend-ingress.yaml b/bitnami/ghost/templates/networkpolicy-backend-ingress.yaml index 36f8836160..8e37eb195e 100644 --- a/bitnami/ghost/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/ghost/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ghost/templates/networkpolicy-egress.yaml b/bitnami/ghost/templates/networkpolicy-egress.yaml index a0f53842b8..a595cf793b 100644 --- a/bitnami/ghost/templates/networkpolicy-egress.yaml +++ b/bitnami/ghost/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ghost/templates/networkpolicy-ingress.yaml b/bitnami/ghost/templates/networkpolicy-ingress.yaml index 53bfbc2225..d8f5965ca2 100644 --- a/bitnami/ghost/templates/networkpolicy-ingress.yaml +++ b/bitnami/ghost/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/ghost/templates/pvc.yaml b/bitnami/ghost/templates/pvc.yaml index c216f1dfcb..8690498ff4 100644 --- a/bitnami/ghost/templates/pvc.yaml +++ b/bitnami/ghost/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "ghost.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/ghost/templates/secrets.yaml b/bitnami/ghost/templates/secrets.yaml index f0f52d83b7..5f925fe77b 100644 --- a/bitnami/ghost/templates/secrets.yaml +++ b/bitnami/ghost/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not .Values.existingSecret) (and (not .Values.smtpExistingSecret) .Values.smtpPassword) }} apiVersion: v1 kind: Secret diff --git a/bitnami/ghost/templates/service-account.yaml b/bitnami/ghost/templates/service-account.yaml index 36ba474662..27a9f3fd1d 100644 --- a/bitnami/ghost/templates/service-account.yaml +++ b/bitnami/ghost/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/ghost/templates/svc.yaml b/bitnami/ghost/templates/svc.yaml index f0fe8cef74..724770818e 100644 --- a/bitnami/ghost/templates/svc.yaml +++ b/bitnami/ghost/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/ghost/templates/tls-secrets.yaml b/bitnami/ghost/templates/tls-secrets.yaml index a38a7a21df..2288018aa6 100644 --- a/bitnami/ghost/templates/tls-secrets.yaml +++ b/bitnami/ghost/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index bae34e0ff0..4851f18721 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/gitea/Chart.yaml b/bitnami/gitea/Chart.yaml index 20d4de913e..16346f77d6 100644 --- a/bitnami/gitea/Chart.yaml +++ b/bitnami/gitea/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/gitea/templates/_helpers.tpl b/bitnami/gitea/templates/_helpers.tpl index ac3390f782..0846d770e7 100644 --- a/bitnami/gitea/templates/_helpers.tpl +++ b/bitnami/gitea/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified postgresql name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/gitea/templates/deployment.yaml b/bitnami/gitea/templates/deployment.yaml index abec04845f..b8c69165c2 100644 --- a/bitnami/gitea/templates/deployment.yaml +++ b/bitnami/gitea/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/gitea/templates/externaldb-secrets.yaml b/bitnami/gitea/templates/externaldb-secrets.yaml index 628a4af513..b7adc7f147 100644 --- a/bitnami/gitea/templates/externaldb-secrets.yaml +++ b/bitnami/gitea/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.postgresql.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/gitea/templates/extra-list.yaml b/bitnami/gitea/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/gitea/templates/extra-list.yaml +++ b/bitnami/gitea/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/gitea/templates/ingress.yaml b/bitnami/gitea/templates/ingress.yaml index fda4cbd1ab..fdcc0e8a5b 100644 --- a/bitnami/gitea/templates/ingress.yaml +++ b/bitnami/gitea/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/gitea/templates/pv.yaml b/bitnami/gitea/templates/pv.yaml index 9b7749bc2b..0bfe502dbb 100644 --- a/bitnami/gitea/templates/pv.yaml +++ b/bitnami/gitea/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/gitea/templates/pvc.yaml b/bitnami/gitea/templates/pvc.yaml index 1362f419ce..d61b11675b 100644 --- a/bitnami/gitea/templates/pvc.yaml +++ b/bitnami/gitea/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/gitea/templates/secrets.yaml b/bitnami/gitea/templates/secrets.yaml index 9235db2ed1..ebf004deb8 100644 --- a/bitnami/gitea/templates/secrets.yaml +++ b/bitnami/gitea/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not .Values.existingSecret) (and (not .Values.smtpExistingSecret) .Values.smtpPassword) }} apiVersion: v1 kind: Secret diff --git a/bitnami/gitea/templates/service-account.yaml b/bitnami/gitea/templates/service-account.yaml index 545e1b20e0..526a2aadb9 100644 --- a/bitnami/gitea/templates/service-account.yaml +++ b/bitnami/gitea/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/gitea/templates/svc.yaml b/bitnami/gitea/templates/svc.yaml index 7332a5dba9..6d4081db1c 100644 --- a/bitnami/gitea/templates/svc.yaml +++ b/bitnami/gitea/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/gitea/templates/tls-secrets.yaml b/bitnami/gitea/templates/tls-secrets.yaml index 43da2b3001..123e67b9b3 100644 --- a/bitnami/gitea/templates/tls-secrets.yaml +++ b/bitnami/gitea/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/gitea/values.yaml b/bitnami/gitea/values.yaml index 4b0d96677d..6384099369 100644 --- a/bitnami/gitea/values.yaml +++ b/bitnami/gitea/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml index bb0c898426..7ccf1f8e18 100644 --- a/bitnami/grafana-loki/Chart.yaml +++ b/bitnami/grafana-loki/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/grafana-loki/templates/_helpers.tpl b/bitnami/grafana-loki/templates/_helpers.tpl index 62ed7f2bdb..d3b68e8098 100644 --- a/bitnami/grafana-loki/templates/_helpers.tpl +++ b/bitnami/grafana-loki/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Grafana Loki image name */}} diff --git a/bitnami/grafana-loki/templates/compactor/deployment.yaml b/bitnami/grafana-loki/templates/compactor/deployment.yaml index db604a44ef..06da174a98 100644 --- a/bitnami/grafana-loki/templates/compactor/deployment.yaml +++ b/bitnami/grafana-loki/templates/compactor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-loki/templates/compactor/pvc.yaml b/bitnami/grafana-loki/templates/compactor/pvc.yaml index d142a3eec7..611c3b3b9d 100644 --- a/bitnami/grafana-loki/templates/compactor/pvc.yaml +++ b/bitnami/grafana-loki/templates/compactor/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.compactor.persistence.enabled (not .Values.compactor.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/grafana-loki/templates/compactor/service.yaml b/bitnami/grafana-loki/templates/compactor/service.yaml index 4980e16c5f..b77848b5ca 100644 --- a/bitnami/grafana-loki/templates/compactor/service.yaml +++ b/bitnami/grafana-loki/templates/compactor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/compactor/servicemonitor.yaml b/bitnami/grafana-loki/templates/compactor/servicemonitor.yaml index 0b23e28155..2204493e5a 100644 --- a/bitnami/grafana-loki/templates/compactor/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/compactor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/distributor/deployment.yaml b/bitnami/grafana-loki/templates/distributor/deployment.yaml index 7a73247e50..a9df34ef0e 100644 --- a/bitnami/grafana-loki/templates/distributor/deployment.yaml +++ b/bitnami/grafana-loki/templates/distributor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-loki/templates/distributor/service.yaml b/bitnami/grafana-loki/templates/distributor/service.yaml index 0c7115611d..7521040742 100644 --- a/bitnami/grafana-loki/templates/distributor/service.yaml +++ b/bitnami/grafana-loki/templates/distributor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/distributor/servicemonitor.yaml b/bitnami/grafana-loki/templates/distributor/servicemonitor.yaml index 2260ade507..0c25b88db8 100644 --- a/bitnami/grafana-loki/templates/distributor/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/distributor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/extra-list.yaml b/bitnami/grafana-loki/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/grafana-loki/templates/extra-list.yaml +++ b/bitnami/grafana-loki/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/grafana-loki/templates/gateway/configmap-http.yaml b/bitnami/grafana-loki/templates/gateway/configmap-http.yaml index b1b44d9cec..d918ca2a31 100644 --- a/bitnami/grafana-loki/templates/gateway/configmap-http.yaml +++ b/bitnami/grafana-loki/templates/gateway/configmap-http.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/grafana-loki/templates/gateway/deployment.yaml b/bitnami/grafana-loki/templates/gateway/deployment.yaml index 67fccab7fc..8e65f83a62 100644 --- a/bitnami/grafana-loki/templates/gateway/deployment.yaml +++ b/bitnami/grafana-loki/templates/gateway/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-loki/templates/gateway/ingress.yaml b/bitnami/grafana-loki/templates/gateway/ingress.yaml old mode 100755 new mode 100644 index 786a70a0ea..5b6d42b6c1 --- a/bitnami/grafana-loki/templates/gateway/ingress.yaml +++ b/bitnami/grafana-loki/templates/gateway/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/grafana-loki/templates/gateway/secret.yaml b/bitnami/grafana-loki/templates/gateway/secret.yaml index f61f688224..de0d0f756b 100644 --- a/bitnami/grafana-loki/templates/gateway/secret.yaml +++ b/bitnami/grafana-loki/templates/gateway/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.gateway.enabled .Values.gateway.auth.enabled (not .Values.gateway.auth.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana-loki/templates/gateway/service.yaml b/bitnami/grafana-loki/templates/gateway/service.yaml index b4466ea507..e18a66a88c 100644 --- a/bitnami/grafana-loki/templates/gateway/service.yaml +++ b/bitnami/grafana-loki/templates/gateway/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/gateway/tls-secret.yaml b/bitnami/grafana-loki/templates/gateway/tls-secret.yaml index 9417a85459..7264d9b6ec 100644 --- a/bitnami/grafana-loki/templates/gateway/tls-secret.yaml +++ b/bitnami/grafana-loki/templates/gateway/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.ingress.enabled }} {{- if .Values.gateway.ingress.secrets }} {{- range .Values.gateway.ingress.secrets }} diff --git a/bitnami/grafana-loki/templates/gossip-ring-headless-service.yaml b/bitnami/grafana-loki/templates/gossip-ring-headless-service.yaml index e9fd25aee6..4b8e313a41 100644 --- a/bitnami/grafana-loki/templates/gossip-ring-headless-service.yaml +++ b/bitnami/grafana-loki/templates/gossip-ring-headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/index-gateway/service.yaml b/bitnami/grafana-loki/templates/index-gateway/service.yaml index 6fe0400b26..b8978d25f3 100644 --- a/bitnami/grafana-loki/templates/index-gateway/service.yaml +++ b/bitnami/grafana-loki/templates/index-gateway/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.indexGateway.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/index-gateway/servicemonitor.yaml b/bitnami/grafana-loki/templates/index-gateway/servicemonitor.yaml index c503772664..1d1f36fa0a 100644 --- a/bitnami/grafana-loki/templates/index-gateway/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/index-gateway/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.indexGateway.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/index-gateway/statefulset.yaml b/bitnami/grafana-loki/templates/index-gateway/statefulset.yaml index c6f42aeabf..56ad27facb 100644 --- a/bitnami/grafana-loki/templates/index-gateway/statefulset.yaml +++ b/bitnami/grafana-loki/templates/index-gateway/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.indexGateway.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/grafana-loki/templates/ingester/service.yaml b/bitnami/grafana-loki/templates/ingester/service.yaml index f57254a99e..9e6891f9ae 100644 --- a/bitnami/grafana-loki/templates/ingester/service.yaml +++ b/bitnami/grafana-loki/templates/ingester/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/ingester/servicemonitor.yaml b/bitnami/grafana-loki/templates/ingester/servicemonitor.yaml index 3422271d26..d2d0b646b2 100644 --- a/bitnami/grafana-loki/templates/ingester/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/ingester/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/ingester/statefulset.yaml b/bitnami/grafana-loki/templates/ingester/statefulset.yaml index 966b278647..d2799e87c9 100644 --- a/bitnami/grafana-loki/templates/ingester/statefulset.yaml +++ b/bitnami/grafana-loki/templates/ingester/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-loki/templates/loki-configmap.yaml b/bitnami/grafana-loki/templates/loki-configmap.yaml index 38abf60ab4..2232599dd5 100644 --- a/bitnami/grafana-loki/templates/loki-configmap.yaml +++ b/bitnami/grafana-loki/templates/loki-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/grafana-loki/templates/promtail/clusterrole.yaml b/bitnami/grafana-loki/templates/promtail/clusterrole.yaml index 0ca56f816e..6620294fc4 100644 --- a/bitnami/grafana-loki/templates/promtail/clusterrole.yaml +++ b/bitnami/grafana-loki/templates/promtail/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.promtail.enabled .Values.promtail.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/grafana-loki/templates/promtail/clusterrolebinding.yaml b/bitnami/grafana-loki/templates/promtail/clusterrolebinding.yaml index ce3ec194a2..c2fbee493b 100644 --- a/bitnami/grafana-loki/templates/promtail/clusterrolebinding.yaml +++ b/bitnami/grafana-loki/templates/promtail/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.promtail.enabled .Values.promtail.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/grafana-loki/templates/promtail/daemonset.yaml b/bitnami/grafana-loki/templates/promtail/daemonset.yaml index ca90e82216..2ea3e70949 100644 --- a/bitnami/grafana-loki/templates/promtail/daemonset.yaml +++ b/bitnami/grafana-loki/templates/promtail/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.promtail.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: DaemonSet diff --git a/bitnami/grafana-loki/templates/promtail/secret.yaml b/bitnami/grafana-loki/templates/promtail/secret.yaml index 60e7b1e847..755dbec334 100644 --- a/bitnami/grafana-loki/templates/promtail/secret.yaml +++ b/bitnami/grafana-loki/templates/promtail/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.promtail.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana-loki/templates/promtail/service-account.yaml b/bitnami/grafana-loki/templates/promtail/service-account.yaml index 2d048f1175..c117f994c2 100644 --- a/bitnami/grafana-loki/templates/promtail/service-account.yaml +++ b/bitnami/grafana-loki/templates/promtail/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.promtail.enabled .Values.promtail.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana-loki/templates/promtail/service.yaml b/bitnami/grafana-loki/templates/promtail/service.yaml index b6c723e329..a1d859abf7 100644 --- a/bitnami/grafana-loki/templates/promtail/service.yaml +++ b/bitnami/grafana-loki/templates/promtail/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.promtail.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/promtail/servicemonitor.yaml b/bitnami/grafana-loki/templates/promtail/servicemonitor.yaml index 5f913f9d8a..1c01bb05f2 100644 --- a/bitnami/grafana-loki/templates/promtail/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/promtail/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.promtail.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/querier/service.yaml b/bitnami/grafana-loki/templates/querier/service.yaml index 72f46be4d4..4e49e14b9b 100644 --- a/bitnami/grafana-loki/templates/querier/service.yaml +++ b/bitnami/grafana-loki/templates/querier/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/querier/servicemonitor.yaml b/bitnami/grafana-loki/templates/querier/servicemonitor.yaml index 2492ce589d..79a2da0366 100644 --- a/bitnami/grafana-loki/templates/querier/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/querier/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/querier/statefulset.yaml b/bitnami/grafana-loki/templates/querier/statefulset.yaml index 4d4948b8d6..6a5679c578 100644 --- a/bitnami/grafana-loki/templates/querier/statefulset.yaml +++ b/bitnami/grafana-loki/templates/querier/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-loki/templates/query-frontend/deployment.yaml b/bitnami/grafana-loki/templates/query-frontend/deployment.yaml index beffe4570c..8fb99160cf 100644 --- a/bitnami/grafana-loki/templates/query-frontend/deployment.yaml +++ b/bitnami/grafana-loki/templates/query-frontend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-loki/templates/query-frontend/headless-service.yaml b/bitnami/grafana-loki/templates/query-frontend/headless-service.yaml index a2a63af9ab..8a194eb738 100644 --- a/bitnami/grafana-loki/templates/query-frontend/headless-service.yaml +++ b/bitnami/grafana-loki/templates/query-frontend/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/query-frontend/service.yaml b/bitnami/grafana-loki/templates/query-frontend/service.yaml index f8f7dc55b1..cfd8d4011e 100644 --- a/bitnami/grafana-loki/templates/query-frontend/service.yaml +++ b/bitnami/grafana-loki/templates/query-frontend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-loki/templates/query-frontend/servicemonitor.yaml b/bitnami/grafana-loki/templates/query-frontend/servicemonitor.yaml index 1f55383704..2e1bf14091 100644 --- a/bitnami/grafana-loki/templates/query-frontend/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/query-frontend/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/query-scheduler/deployment.yaml b/bitnami/grafana-loki/templates/query-scheduler/deployment.yaml index 08dd4b3373..610fa68cf4 100644 --- a/bitnami/grafana-loki/templates/query-scheduler/deployment.yaml +++ b/bitnami/grafana-loki/templates/query-scheduler/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryScheduler.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-loki/templates/query-scheduler/service.yaml b/bitnami/grafana-loki/templates/query-scheduler/service.yaml index bc6b60b03f..2b5487e3c2 100644 --- a/bitnami/grafana-loki/templates/query-scheduler/service.yaml +++ b/bitnami/grafana-loki/templates/query-scheduler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryScheduler.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/ruler/service.yaml b/bitnami/grafana-loki/templates/ruler/service.yaml index c7aba30a1c..85138ec7f7 100644 --- a/bitnami/grafana-loki/templates/ruler/service.yaml +++ b/bitnami/grafana-loki/templates/ruler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/ruler/servicemonitor.yaml b/bitnami/grafana-loki/templates/ruler/servicemonitor.yaml index bee840cbaf..76facb9e68 100644 --- a/bitnami/grafana-loki/templates/ruler/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/ruler/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/templates/ruler/statefulset.yaml b/bitnami/grafana-loki/templates/ruler/statefulset.yaml index 36a1a81998..429c9b49c1 100644 --- a/bitnami/grafana-loki/templates/ruler/statefulset.yaml +++ b/bitnami/grafana-loki/templates/ruler/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/grafana-loki/templates/service-account.yaml b/bitnami/grafana-loki/templates/service-account.yaml index 93e668fd1b..dbd662b179 100644 --- a/bitnami/grafana-loki/templates/service-account.yaml +++ b/bitnami/grafana-loki/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana-loki/templates/table-manager/deployment.yaml b/bitnami/grafana-loki/templates/table-manager/deployment.yaml index 1b6c8cf43f..f216009912 100644 --- a/bitnami/grafana-loki/templates/table-manager/deployment.yaml +++ b/bitnami/grafana-loki/templates/table-manager/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.tableManager.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-loki/templates/table-manager/service.yaml b/bitnami/grafana-loki/templates/table-manager/service.yaml index a96337b2bb..d6845c1671 100644 --- a/bitnami/grafana-loki/templates/table-manager/service.yaml +++ b/bitnami/grafana-loki/templates/table-manager/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.indexGateway.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-loki/templates/table-manager/servicemonitor.yaml b/bitnami/grafana-loki/templates/table-manager/servicemonitor.yaml index 815132d473..9dea5ba1e5 100644 --- a/bitnami/grafana-loki/templates/table-manager/servicemonitor.yaml +++ b/bitnami/grafana-loki/templates/table-manager/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.tableManager.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-loki/values.yaml b/bitnami/grafana-loki/values.yaml index dc9d1e7b34..9bf53cf899 100644 --- a/bitnami/grafana-loki/values.yaml +++ b/bitnami/grafana-loki/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/grafana-mimir/Chart.yaml b/bitnami/grafana-mimir/Chart.yaml index b6903f46a6..5a221e6fe2 100644 --- a/bitnami/grafana-mimir/Chart.yaml +++ b/bitnami/grafana-mimir/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/grafana-mimir/templates/_helpers.tpl b/bitnami/grafana-mimir/templates/_helpers.tpl index 2742c2325d..15b53468f9 100644 --- a/bitnami/grafana-mimir/templates/_helpers.tpl +++ b/bitnami/grafana-mimir/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Grafana Mimir image name */}} diff --git a/bitnami/grafana-mimir/templates/alertmanager/headless-service.yaml b/bitnami/grafana-mimir/templates/alertmanager/headless-service.yaml index 3fdfefd0b8..3f8bf907db 100644 --- a/bitnami/grafana-mimir/templates/alertmanager/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/alertmanager/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/alertmanager/pdb.yaml b/bitnami/grafana-mimir/templates/alertmanager/pdb.yaml index 069f63f034..d18fee5c0e 100644 --- a/bitnami/grafana-mimir/templates/alertmanager/pdb.yaml +++ b/bitnami/grafana-mimir/templates/alertmanager/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.alertmanager.replicaCount }} {{- if and .Values.alertmanager.enabled .Values.alertmanager.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/alertmanager/service.yaml b/bitnami/grafana-mimir/templates/alertmanager/service.yaml index 0a06aa6856..eed841250b 100644 --- a/bitnami/grafana-mimir/templates/alertmanager/service.yaml +++ b/bitnami/grafana-mimir/templates/alertmanager/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/alertmanager/servicemonitor.yaml b/bitnami/grafana-mimir/templates/alertmanager/servicemonitor.yaml index 40805e3a21..84b5df2518 100644 --- a/bitnami/grafana-mimir/templates/alertmanager/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/alertmanager/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/alertmanager/statefulset.yaml b/bitnami/grafana-mimir/templates/alertmanager/statefulset.yaml index 602750751a..cb6655c5cf 100644 --- a/bitnami/grafana-mimir/templates/alertmanager/statefulset.yaml +++ b/bitnami/grafana-mimir/templates/alertmanager/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/grafana-mimir/templates/compactor/pdb.yaml b/bitnami/grafana-mimir/templates/compactor/pdb.yaml index 94715dc845..cd08228ef6 100644 --- a/bitnami/grafana-mimir/templates/compactor/pdb.yaml +++ b/bitnami/grafana-mimir/templates/compactor/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.compactor.replicaCount }} {{- if and .Values.compactor.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/compactor/service.yaml b/bitnami/grafana-mimir/templates/compactor/service.yaml index 0054aa0231..ccda495a84 100644 --- a/bitnami/grafana-mimir/templates/compactor/service.yaml +++ b/bitnami/grafana-mimir/templates/compactor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/compactor/servicemonitor.yaml b/bitnami/grafana-mimir/templates/compactor/servicemonitor.yaml index 6fe9ed77c0..293a407f40 100644 --- a/bitnami/grafana-mimir/templates/compactor/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/compactor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/compactor/statefulset.yaml b/bitnami/grafana-mimir/templates/compactor/statefulset.yaml index 8a17bfe0a1..8cbc0b7db3 100644 --- a/bitnami/grafana-mimir/templates/compactor/statefulset.yaml +++ b/bitnami/grafana-mimir/templates/compactor/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-mimir/templates/distributor/deployment.yaml b/bitnami/grafana-mimir/templates/distributor/deployment.yaml index ef881321cf..06eace9f48 100644 --- a/bitnami/grafana-mimir/templates/distributor/deployment.yaml +++ b/bitnami/grafana-mimir/templates/distributor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-mimir/templates/distributor/headless-service.yaml b/bitnami/grafana-mimir/templates/distributor/headless-service.yaml index c10f3243d5..ce49e4125c 100644 --- a/bitnami/grafana-mimir/templates/distributor/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/distributor/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/distributor/pdb.yaml b/bitnami/grafana-mimir/templates/distributor/pdb.yaml index 9715e5a417..512fd9417c 100644 --- a/bitnami/grafana-mimir/templates/distributor/pdb.yaml +++ b/bitnami/grafana-mimir/templates/distributor/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.distributor.replicaCount }} {{- if and .Values.distributor.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/distributor/service.yaml b/bitnami/grafana-mimir/templates/distributor/service.yaml index 5243125c0c..1d5866c3a3 100644 --- a/bitnami/grafana-mimir/templates/distributor/service.yaml +++ b/bitnami/grafana-mimir/templates/distributor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/distributor/servicemonitor.yaml b/bitnami/grafana-mimir/templates/distributor/servicemonitor.yaml index ac5514248d..0a22cb9a68 100644 --- a/bitnami/grafana-mimir/templates/distributor/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/distributor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/extra-list.yaml b/bitnami/grafana-mimir/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/grafana-mimir/templates/extra-list.yaml +++ b/bitnami/grafana-mimir/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/grafana-mimir/templates/gateway/configmap-http.yaml b/bitnami/grafana-mimir/templates/gateway/configmap-http.yaml index 872a93524f..eb02260b64 100644 --- a/bitnami/grafana-mimir/templates/gateway/configmap-http.yaml +++ b/bitnami/grafana-mimir/templates/gateway/configmap-http.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/grafana-mimir/templates/gateway/deployment.yaml b/bitnami/grafana-mimir/templates/gateway/deployment.yaml index b3d947fabb..440303bdc0 100644 --- a/bitnami/grafana-mimir/templates/gateway/deployment.yaml +++ b/bitnami/grafana-mimir/templates/gateway/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-mimir/templates/gateway/ingress.yaml b/bitnami/grafana-mimir/templates/gateway/ingress.yaml old mode 100755 new mode 100644 index 1e92fec14c..6d5c3301e1 --- a/bitnami/grafana-mimir/templates/gateway/ingress.yaml +++ b/bitnami/grafana-mimir/templates/gateway/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/grafana-mimir/templates/gateway/pdb.yaml b/bitnami/grafana-mimir/templates/gateway/pdb.yaml index 4e6b92a737..bac6774825 100644 --- a/bitnami/grafana-mimir/templates/gateway/pdb.yaml +++ b/bitnami/grafana-mimir/templates/gateway/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.gateway.replicaCount }} {{- if and .Values.gateway.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/gateway/secret.yaml b/bitnami/grafana-mimir/templates/gateway/secret.yaml index 0c73b6c93c..f96679aaaf 100644 --- a/bitnami/grafana-mimir/templates/gateway/secret.yaml +++ b/bitnami/grafana-mimir/templates/gateway/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.gateway.enabled .Values.gateway.auth.enabled (not .Values.gateway.auth.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana-mimir/templates/gateway/service.yaml b/bitnami/grafana-mimir/templates/gateway/service.yaml index 0c48a702c9..1a19160aa4 100644 --- a/bitnami/grafana-mimir/templates/gateway/service.yaml +++ b/bitnami/grafana-mimir/templates/gateway/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/gateway/tls-secret.yaml b/bitnami/grafana-mimir/templates/gateway/tls-secret.yaml index 89dd8b32cd..908ec1993b 100644 --- a/bitnami/grafana-mimir/templates/gateway/tls-secret.yaml +++ b/bitnami/grafana-mimir/templates/gateway/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.gateway.ingress.enabled }} {{- if .Values.gateway.ingress.secrets }} {{- range .Values.gateway.ingress.secrets }} diff --git a/bitnami/grafana-mimir/templates/gossip-ring-headless-service.yaml b/bitnami/grafana-mimir/templates/gossip-ring-headless-service.yaml index a4cf52e2e7..bbc149972e 100644 --- a/bitnami/grafana-mimir/templates/gossip-ring-headless-service.yaml +++ b/bitnami/grafana-mimir/templates/gossip-ring-headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/ingester/headless-service.yaml b/bitnami/grafana-mimir/templates/ingester/headless-service.yaml index a1c8bc4215..74994b5f1d 100644 --- a/bitnami/grafana-mimir/templates/ingester/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/ingester/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/ingester/pdb.yaml b/bitnami/grafana-mimir/templates/ingester/pdb.yaml index 322e94a4fd..893075b3f7 100644 --- a/bitnami/grafana-mimir/templates/ingester/pdb.yaml +++ b/bitnami/grafana-mimir/templates/ingester/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.ingester.replicaCount }} {{- if and .Values.ingester.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/ingester/service.yaml b/bitnami/grafana-mimir/templates/ingester/service.yaml index 98804aea4c..3733553ab0 100644 --- a/bitnami/grafana-mimir/templates/ingester/service.yaml +++ b/bitnami/grafana-mimir/templates/ingester/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/ingester/servicemonitor.yaml b/bitnami/grafana-mimir/templates/ingester/servicemonitor.yaml index 27f7fe4da1..5e4e2c6e5c 100644 --- a/bitnami/grafana-mimir/templates/ingester/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/ingester/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/ingester/statefulset.yaml b/bitnami/grafana-mimir/templates/ingester/statefulset.yaml index 5d85973a73..5d5c12852e 100644 --- a/bitnami/grafana-mimir/templates/ingester/statefulset.yaml +++ b/bitnami/grafana-mimir/templates/ingester/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-mimir/templates/mimir-configmap.yaml b/bitnami/grafana-mimir/templates/mimir-configmap.yaml index e787294aaf..0ba702b727 100644 --- a/bitnami/grafana-mimir/templates/mimir-configmap.yaml +++ b/bitnami/grafana-mimir/templates/mimir-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mimir.existingConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/grafana-mimir/templates/overrides-exporter/deployment.yaml b/bitnami/grafana-mimir/templates/overrides-exporter/deployment.yaml index 362e664384..51dcc51d83 100644 --- a/bitnami/grafana-mimir/templates/overrides-exporter/deployment.yaml +++ b/bitnami/grafana-mimir/templates/overrides-exporter/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.overridesExporter.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-mimir/templates/overrides-exporter/headless-service.yaml b/bitnami/grafana-mimir/templates/overrides-exporter/headless-service.yaml index 37d1640682..3316ee7dc4 100644 --- a/bitnami/grafana-mimir/templates/overrides-exporter/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/overrides-exporter/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.overridesExporter.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/overrides-exporter/pdb.yaml b/bitnami/grafana-mimir/templates/overrides-exporter/pdb.yaml index 8ce2dea903..18caf97447 100644 --- a/bitnami/grafana-mimir/templates/overrides-exporter/pdb.yaml +++ b/bitnami/grafana-mimir/templates/overrides-exporter/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.overridesExporter.replicaCount }} {{- if and .Values.overridesExporter.enabled .Values.overridesExporter.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/overrides-exporter/service.yaml b/bitnami/grafana-mimir/templates/overrides-exporter/service.yaml index e5fe5d501f..323f21eb67 100644 --- a/bitnami/grafana-mimir/templates/overrides-exporter/service.yaml +++ b/bitnami/grafana-mimir/templates/overrides-exporter/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.overridesExporter.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/overrides-exporter/servicemonitor.yaml b/bitnami/grafana-mimir/templates/overrides-exporter/servicemonitor.yaml index e853c69725..ff13a3292e 100644 --- a/bitnami/grafana-mimir/templates/overrides-exporter/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/overrides-exporter/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.overridesExporter.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/querier/deployment.yaml b/bitnami/grafana-mimir/templates/querier/deployment.yaml index 7aad64e930..87ecf0612a 100644 --- a/bitnami/grafana-mimir/templates/querier/deployment.yaml +++ b/bitnami/grafana-mimir/templates/querier/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-mimir/templates/querier/headless-service.yaml b/bitnami/grafana-mimir/templates/querier/headless-service.yaml index a4318fefcd..08e4adff9f 100644 --- a/bitnami/grafana-mimir/templates/querier/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/querier/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/querier/pdb.yaml b/bitnami/grafana-mimir/templates/querier/pdb.yaml index 73efa908a4..40d9fdafe4 100644 --- a/bitnami/grafana-mimir/templates/querier/pdb.yaml +++ b/bitnami/grafana-mimir/templates/querier/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.querier.replicaCount }} {{- if and .Values.querier.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/querier/service.yaml b/bitnami/grafana-mimir/templates/querier/service.yaml index a6380e77ea..b28ab9b91c 100644 --- a/bitnami/grafana-mimir/templates/querier/service.yaml +++ b/bitnami/grafana-mimir/templates/querier/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/querier/servicemonitor.yaml b/bitnami/grafana-mimir/templates/querier/servicemonitor.yaml index 630492121c..1d53d8c7a7 100644 --- a/bitnami/grafana-mimir/templates/querier/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/querier/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/query-frontend/deployment.yaml b/bitnami/grafana-mimir/templates/query-frontend/deployment.yaml index 0ca5fe0eb5..87a5ac5fa0 100644 --- a/bitnami/grafana-mimir/templates/query-frontend/deployment.yaml +++ b/bitnami/grafana-mimir/templates/query-frontend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-mimir/templates/query-frontend/headless-service.yaml b/bitnami/grafana-mimir/templates/query-frontend/headless-service.yaml index c4ab8df6a7..1197de3371 100644 --- a/bitnami/grafana-mimir/templates/query-frontend/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/query-frontend/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/query-frontend/pdb.yaml b/bitnami/grafana-mimir/templates/query-frontend/pdb.yaml index 470df8fd24..7a9f7e0a1d 100644 --- a/bitnami/grafana-mimir/templates/query-frontend/pdb.yaml +++ b/bitnami/grafana-mimir/templates/query-frontend/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.queryFrontend.replicaCount }} {{- if and .Values.queryFrontend.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/query-frontend/service.yaml b/bitnami/grafana-mimir/templates/query-frontend/service.yaml index 1afeeaf409..8bdb16d6a4 100644 --- a/bitnami/grafana-mimir/templates/query-frontend/service.yaml +++ b/bitnami/grafana-mimir/templates/query-frontend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/query-frontend/servicemonitor.yaml b/bitnami/grafana-mimir/templates/query-frontend/servicemonitor.yaml index f7df377d9b..247a1d5640 100644 --- a/bitnami/grafana-mimir/templates/query-frontend/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/query-frontend/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/query-scheduler/deployment.yaml b/bitnami/grafana-mimir/templates/query-scheduler/deployment.yaml index 24b057a49b..1293acc2a9 100644 --- a/bitnami/grafana-mimir/templates/query-scheduler/deployment.yaml +++ b/bitnami/grafana-mimir/templates/query-scheduler/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryScheduler.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-mimir/templates/query-scheduler/headless-service.yaml b/bitnami/grafana-mimir/templates/query-scheduler/headless-service.yaml index 4b9045bf7b..d1b1233b95 100644 --- a/bitnami/grafana-mimir/templates/query-scheduler/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/query-scheduler/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryScheduler.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/query-scheduler/pdb.yaml b/bitnami/grafana-mimir/templates/query-scheduler/pdb.yaml index b1f8045306..e295c6df1a 100644 --- a/bitnami/grafana-mimir/templates/query-scheduler/pdb.yaml +++ b/bitnami/grafana-mimir/templates/query-scheduler/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.queryScheduler.replicaCount }} {{- if and .Values.queryScheduler.enabled .Values.queryScheduler.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/query-scheduler/service.yaml b/bitnami/grafana-mimir/templates/query-scheduler/service.yaml index b48b8790dc..03c4b7baf5 100644 --- a/bitnami/grafana-mimir/templates/query-scheduler/service.yaml +++ b/bitnami/grafana-mimir/templates/query-scheduler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryScheduler.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/query-scheduler/servicemonitor.yaml b/bitnami/grafana-mimir/templates/query-scheduler/servicemonitor.yaml index 20fe98e170..bf6f62ab91 100644 --- a/bitnami/grafana-mimir/templates/query-scheduler/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/query-scheduler/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.queryScheduler.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/ruler/deployment.yaml b/bitnami/grafana-mimir/templates/ruler/deployment.yaml index cc9748cd24..a1a157702d 100644 --- a/bitnami/grafana-mimir/templates/ruler/deployment.yaml +++ b/bitnami/grafana-mimir/templates/ruler/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-mimir/templates/ruler/pdb.yaml b/bitnami/grafana-mimir/templates/ruler/pdb.yaml index 7f8fc21458..d8d16e7f51 100644 --- a/bitnami/grafana-mimir/templates/ruler/pdb.yaml +++ b/bitnami/grafana-mimir/templates/ruler/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.ruler.replicaCount }} {{- if and .Values.ruler.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/ruler/service.yaml b/bitnami/grafana-mimir/templates/ruler/service.yaml index d79b6df77e..e3771712e7 100644 --- a/bitnami/grafana-mimir/templates/ruler/service.yaml +++ b/bitnami/grafana-mimir/templates/ruler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-mimir/templates/ruler/servicemonitor.yaml b/bitnami/grafana-mimir/templates/ruler/servicemonitor.yaml index 4d84c1fc2f..df755c00cc 100644 --- a/bitnami/grafana-mimir/templates/ruler/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/ruler/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/service-account.yaml b/bitnami/grafana-mimir/templates/service-account.yaml index 02612f9626..c5f305f07e 100644 --- a/bitnami/grafana-mimir/templates/service-account.yaml +++ b/bitnami/grafana-mimir/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana-mimir/templates/store-gateway/headless-service.yaml b/bitnami/grafana-mimir/templates/store-gateway/headless-service.yaml index 527a542e9d..371e06442b 100644 --- a/bitnami/grafana-mimir/templates/store-gateway/headless-service.yaml +++ b/bitnami/grafana-mimir/templates/store-gateway/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/store-gateway/pdb.yaml b/bitnami/grafana-mimir/templates/store-gateway/pdb.yaml index 7ac04182c9..03d3b427f0 100644 --- a/bitnami/grafana-mimir/templates/store-gateway/pdb.yaml +++ b/bitnami/grafana-mimir/templates/store-gateway/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.storeGateway.replicaCount }} {{- if and .Values.storeGateway.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/grafana-mimir/templates/store-gateway/service.yaml b/bitnami/grafana-mimir/templates/store-gateway/service.yaml index 945428ad66..2ef4dd8f13 100644 --- a/bitnami/grafana-mimir/templates/store-gateway/service.yaml +++ b/bitnami/grafana-mimir/templates/store-gateway/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-mimir/templates/store-gateway/servicemonitor.yaml b/bitnami/grafana-mimir/templates/store-gateway/servicemonitor.yaml index e9646a0828..6253864d25 100644 --- a/bitnami/grafana-mimir/templates/store-gateway/servicemonitor.yaml +++ b/bitnami/grafana-mimir/templates/store-gateway/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-mimir/templates/store-gateway/statefulset.yaml b/bitnami/grafana-mimir/templates/store-gateway/statefulset.yaml index 64dd85b509..68b44ed9b7 100644 --- a/bitnami/grafana-mimir/templates/store-gateway/statefulset.yaml +++ b/bitnami/grafana-mimir/templates/store-gateway/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-mimir/values.yaml b/bitnami/grafana-mimir/values.yaml index e5f65fb704..db8d9574f5 100644 --- a/bitnami/grafana-mimir/values.yaml +++ b/bitnami/grafana-mimir/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/grafana-operator/Chart.yaml b/bitnami/grafana-operator/Chart.yaml index 0003f1f962..bdfd2917af 100644 --- a/bitnami/grafana-operator/Chart.yaml +++ b/bitnami/grafana-operator/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml index 2931b90282..fc36830207 100644 --- a/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanadashboards.integreatly.org.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # !kustomize build https://github.com/grafana-operator/grafana-operator/tree/v4.9.0/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml index fe70579c1d..6cb3d18e4f 100644 --- a/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanadatasources.integreatly.org.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # !kustomize build https://github.com/grafana-operator/grafana-operator/tree/v4.9.0/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml index 4a9152088c..a281da9533 100644 --- a/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanafolders.integreatly.org.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # !kustomize build https://github.com/grafana-operator/grafana-operator/tree/v4.9.0/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/grafana-operator/crds/grafananotificationchannels.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafananotificationchannels.integreatly.org.yaml index 9776585913..a915cabc62 100644 --- a/bitnami/grafana-operator/crds/grafananotificationchannels.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafananotificationchannels.integreatly.org.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # !kustomize build https://github.com/grafana-operator/grafana-operator/tree/v4.9.0/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml b/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml index 5a3b2c0949..c337c8ec94 100644 --- a/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml +++ b/bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # !kustomize build https://github.com/grafana-operator/grafana-operator/tree/v4.9.0/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/grafana-operator/templates/_helpers.tpl b/bitnami/grafana-operator/templates/_helpers.tpl index 39d7f05f5c..c01754a67f 100644 --- a/bitnami/grafana-operator/templates/_helpers.tpl +++ b/bitnami/grafana-operator/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/grafana-operator/templates/deployment.yaml b/bitnami/grafana-operator/templates/deployment.yaml index 2d6a4886b5..6ce6d48d10 100644 --- a/bitnami/grafana-operator/templates/deployment.yaml +++ b/bitnami/grafana-operator/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.operator.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-operator/templates/extra-list.yaml b/bitnami/grafana-operator/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/grafana-operator/templates/extra-list.yaml +++ b/bitnami/grafana-operator/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/grafana-operator/templates/grafana.yaml b/bitnami/grafana-operator/templates/grafana.yaml index ea48b8940a..81eb0589f5 100644 --- a/bitnami/grafana-operator/templates/grafana.yaml +++ b/bitnami/grafana-operator/templates/grafana.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.grafana.enabled }} apiVersion: integreatly.org/v1alpha1 kind: Grafana diff --git a/bitnami/grafana-operator/templates/rbac.yaml b/bitnami/grafana-operator/templates/rbac.yaml index 706c30cf8b..d40ba569dd 100644 --- a/bitnami/grafana-operator/templates/rbac.yaml +++ b/bitnami/grafana-operator/templates/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.rbac.create .Values.operator.enabled }} {{- if .Values.operator.leaderElect }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/grafana-operator/templates/serviceaccount.yaml b/bitnami/grafana-operator/templates/serviceaccount.yaml index 8e24ffe477..3b354afa72 100644 --- a/bitnami/grafana-operator/templates/serviceaccount.yaml +++ b/bitnami/grafana-operator/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.serviceAccount.create .Values.operator.enabled -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana-operator/templates/servicemonitor.yaml b/bitnami/grafana-operator/templates/servicemonitor.yaml index 68824a107a..b39a26e947 100644 --- a/bitnami/grafana-operator/templates/servicemonitor.yaml +++ b/bitnami/grafana-operator/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.prometheus.serviceMonitor.enabled .Values.operator.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-operator/values.yaml b/bitnami/grafana-operator/values.yaml index cbc18c42f0..2e71bc14a1 100644 --- a/bitnami/grafana-operator/values.yaml +++ b/bitnami/grafana-operator/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/grafana-tempo/Chart.yaml b/bitnami/grafana-tempo/Chart.yaml index 8f5f9ee23a..482f387ba7 100644 --- a/bitnami/grafana-tempo/Chart.yaml +++ b/bitnami/grafana-tempo/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/grafana-tempo/templates/_helpers.tpl b/bitnami/grafana-tempo/templates/_helpers.tpl index 8500a34b4e..6b130535ec 100644 --- a/bitnami/grafana-tempo/templates/_helpers.tpl +++ b/bitnami/grafana-tempo/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Grafana Tempo image name */}} diff --git a/bitnami/grafana-tempo/templates/compactor/deployment.yaml b/bitnami/grafana-tempo/templates/compactor/deployment.yaml index 6cb1f58b8d..bb2bde8913 100644 --- a/bitnami/grafana-tempo/templates/compactor/deployment.yaml +++ b/bitnami/grafana-tempo/templates/compactor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-tempo/templates/compactor/service.yaml b/bitnami/grafana-tempo/templates/compactor/service.yaml index 0ffc983c58..93b3b06406 100644 --- a/bitnami/grafana-tempo/templates/compactor/service.yaml +++ b/bitnami/grafana-tempo/templates/compactor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-tempo/templates/compactor/servicemonitor.yaml b/bitnami/grafana-tempo/templates/compactor/servicemonitor.yaml index ea5a962410..95aa1c0550 100644 --- a/bitnami/grafana-tempo/templates/compactor/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/compactor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/distributor/deployment.yaml b/bitnami/grafana-tempo/templates/distributor/deployment.yaml index 9eadfa4b0f..0fd641aa51 100644 --- a/bitnami/grafana-tempo/templates/distributor/deployment.yaml +++ b/bitnami/grafana-tempo/templates/distributor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-tempo/templates/distributor/service.yaml b/bitnami/grafana-tempo/templates/distributor/service.yaml index d23d772b29..c38644cc65 100644 --- a/bitnami/grafana-tempo/templates/distributor/service.yaml +++ b/bitnami/grafana-tempo/templates/distributor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/distributor/servicemonitor.yaml b/bitnami/grafana-tempo/templates/distributor/servicemonitor.yaml index 82af2aad41..715eb3c4fb 100644 --- a/bitnami/grafana-tempo/templates/distributor/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/distributor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/extra-list.yaml b/bitnami/grafana-tempo/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/grafana-tempo/templates/extra-list.yaml +++ b/bitnami/grafana-tempo/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/grafana-tempo/templates/gossip-ring-headless-service.yaml b/bitnami/grafana-tempo/templates/gossip-ring-headless-service.yaml index fbd1fc1b9e..90325afaf5 100644 --- a/bitnami/grafana-tempo/templates/gossip-ring-headless-service.yaml +++ b/bitnami/grafana-tempo/templates/gossip-ring-headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/ingester/service.yaml b/bitnami/grafana-tempo/templates/ingester/service.yaml index adb322969d..4620f8e666 100644 --- a/bitnami/grafana-tempo/templates/ingester/service.yaml +++ b/bitnami/grafana-tempo/templates/ingester/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/ingester/servicemonitor.yaml b/bitnami/grafana-tempo/templates/ingester/servicemonitor.yaml index bd3e86380f..5ac199adef 100644 --- a/bitnami/grafana-tempo/templates/ingester/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/ingester/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/ingester/statefulset.yaml b/bitnami/grafana-tempo/templates/ingester/statefulset.yaml index 06364a51fe..4092c90bf1 100644 --- a/bitnami/grafana-tempo/templates/ingester/statefulset.yaml +++ b/bitnami/grafana-tempo/templates/ingester/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/grafana-tempo/templates/metrics-generator/deployment.yaml b/bitnami/grafana-tempo/templates/metrics-generator/deployment.yaml index b7ea1916ec..8add02422e 100644 --- a/bitnami/grafana-tempo/templates/metrics-generator/deployment.yaml +++ b/bitnami/grafana-tempo/templates/metrics-generator/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-tempo/templates/metrics-generator/service.yaml b/bitnami/grafana-tempo/templates/metrics-generator/service.yaml index 1c6a8d3b11..438c71cf82 100644 --- a/bitnami/grafana-tempo/templates/metrics-generator/service.yaml +++ b/bitnami/grafana-tempo/templates/metrics-generator/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/metrics-generator/servicemonitor.yaml b/bitnami/grafana-tempo/templates/metrics-generator/servicemonitor.yaml index 4c99901247..4694bfc0ff 100644 --- a/bitnami/grafana-tempo/templates/metrics-generator/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/metrics-generator/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/overrides-configmap.yaml b/bitnami/grafana-tempo/templates/overrides-configmap.yaml index bd6e73b13f..29dcd5cc5a 100644 --- a/bitnami/grafana-tempo/templates/overrides-configmap.yaml +++ b/bitnami/grafana-tempo/templates/overrides-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/grafana-tempo/templates/querier/deployment.yaml b/bitnami/grafana-tempo/templates/querier/deployment.yaml index 299b4121b0..42521ad7d9 100644 --- a/bitnami/grafana-tempo/templates/querier/deployment.yaml +++ b/bitnami/grafana-tempo/templates/querier/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-tempo/templates/querier/service.yaml b/bitnami/grafana-tempo/templates/querier/service.yaml index c4742b553e..cd1f668fa3 100644 --- a/bitnami/grafana-tempo/templates/querier/service.yaml +++ b/bitnami/grafana-tempo/templates/querier/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/querier/servicemonitor.yaml b/bitnami/grafana-tempo/templates/querier/servicemonitor.yaml index c0790a083b..a33cf07e3e 100644 --- a/bitnami/grafana-tempo/templates/querier/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/querier/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/query-frontend/deployment.yaml b/bitnami/grafana-tempo/templates/query-frontend/deployment.yaml index 5432773006..b1670e9768 100644 --- a/bitnami/grafana-tempo/templates/query-frontend/deployment.yaml +++ b/bitnami/grafana-tempo/templates/query-frontend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana-tempo/templates/query-frontend/headless-service.yaml b/bitnami/grafana-tempo/templates/query-frontend/headless-service.yaml index 2d990b0dc7..89df299e78 100644 --- a/bitnami/grafana-tempo/templates/query-frontend/headless-service.yaml +++ b/bitnami/grafana-tempo/templates/query-frontend/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/query-frontend/query-configmap.yaml b/bitnami/grafana-tempo/templates/query-frontend/query-configmap.yaml index 26c907617a..8ec3a7a895 100644 --- a/bitnami/grafana-tempo/templates/query-frontend/query-configmap.yaml +++ b/bitnami/grafana-tempo/templates/query-frontend/query-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/grafana-tempo/templates/query-frontend/service.yaml b/bitnami/grafana-tempo/templates/query-frontend/service.yaml index 6901826109..205dd17f62 100644 --- a/bitnami/grafana-tempo/templates/query-frontend/service.yaml +++ b/bitnami/grafana-tempo/templates/query-frontend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana-tempo/templates/query-frontend/servicemonitor.yaml b/bitnami/grafana-tempo/templates/query-frontend/servicemonitor.yaml index 7fdf44776e..c6115263ea 100644 --- a/bitnami/grafana-tempo/templates/query-frontend/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/query-frontend/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/templates/service-account.yaml b/bitnami/grafana-tempo/templates/service-account.yaml index 0482586f29..3da2b52aa4 100644 --- a/bitnami/grafana-tempo/templates/service-account.yaml +++ b/bitnami/grafana-tempo/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana-tempo/templates/tempo-configmap.yaml b/bitnami/grafana-tempo/templates/tempo-configmap.yaml index 105f5a7d40..444c2c1575 100644 --- a/bitnami/grafana-tempo/templates/tempo-configmap.yaml +++ b/bitnami/grafana-tempo/templates/tempo-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/grafana-tempo/templates/vulture/deployment.yaml b/bitnami/grafana-tempo/templates/vulture/deployment.yaml index ae018b0af2..f80cc829ff 100644 --- a/bitnami/grafana-tempo/templates/vulture/deployment.yaml +++ b/bitnami/grafana-tempo/templates/vulture/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.vulture.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana-tempo/templates/vulture/service.yaml b/bitnami/grafana-tempo/templates/vulture/service.yaml index 0064b00057..8118922133 100644 --- a/bitnami/grafana-tempo/templates/vulture/service.yaml +++ b/bitnami/grafana-tempo/templates/vulture/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.vulture.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana-tempo/templates/vulture/servicemonitor.yaml b/bitnami/grafana-tempo/templates/vulture/servicemonitor.yaml index 3f1de07b12..19dcb6f83f 100644 --- a/bitnami/grafana-tempo/templates/vulture/servicemonitor.yaml +++ b/bitnami/grafana-tempo/templates/vulture/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.vulture.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana-tempo/test.yaml b/bitnami/grafana-tempo/test.yaml index c5a89744e5..00e19309bc 100644 --- a/bitnami/grafana-tempo/test.yaml +++ b/bitnami/grafana-tempo/test.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- # Source: grafana-tempo/templates/overrides-configmap.yaml apiVersion: v1 diff --git a/bitnami/grafana-tempo/values.yaml b/bitnami/grafana-tempo/values.yaml index 537c69251e..c6f4c238f8 100644 --- a/bitnami/grafana-tempo/values.yaml +++ b/bitnami/grafana-tempo/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/grafana/Chart.yaml b/bitnami/grafana/Chart.yaml index 9387efa7a8..b6ea6ba98b 100644 --- a/bitnami/grafana/Chart.yaml +++ b/bitnami/grafana/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/grafana/templates/_helpers.tpl b/bitnami/grafana/templates/_helpers.tpl index 011ba817ab..88c1ceaad7 100644 --- a/bitnami/grafana/templates/_helpers.tpl +++ b/bitnami/grafana/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/grafana/templates/configmap.yaml b/bitnami/grafana/templates/configmap.yaml index 1cc3af90c9..2688169556 100644 --- a/bitnami/grafana/templates/configmap.yaml +++ b/bitnami/grafana/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/grafana/templates/dashboard-provider.yaml b/bitnami/grafana/templates/dashboard-provider.yaml index 4401537385..272d780788 100644 --- a/bitnami/grafana/templates/dashboard-provider.yaml +++ b/bitnami/grafana/templates/dashboard-provider.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.dashboardsProvider.enabled (not .Values.dashboardsProvider.configMapName) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/grafana/templates/datasources-secret.yaml b/bitnami/grafana/templates/datasources-secret.yaml index 5847177e7d..08d9df6359 100644 --- a/bitnami/grafana/templates/datasources-secret.yaml +++ b/bitnami/grafana/templates/datasources-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.datasources.secretDefinition }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana/templates/deployment.yaml b/bitnami/grafana/templates/deployment.yaml index bd0c409641..62996b06ea 100644 --- a/bitnami/grafana/templates/deployment.yaml +++ b/bitnami/grafana/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/grafana/templates/extra-list.yaml b/bitnami/grafana/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/grafana/templates/extra-list.yaml +++ b/bitnami/grafana/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/grafana/templates/image-renderer-deployment.yaml b/bitnami/grafana/templates/image-renderer-deployment.yaml index 6d63477395..b9275de372 100644 --- a/bitnami/grafana/templates/image-renderer-deployment.yaml +++ b/bitnami/grafana/templates/image-renderer-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageRenderer.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/grafana/templates/image-renderer-prometheusrules.yaml b/bitnami/grafana/templates/image-renderer-prometheusrules.yaml index 670ffdc73d..64f7090bfe 100644 --- a/bitnami/grafana/templates/image-renderer-prometheusrules.yaml +++ b/bitnami/grafana/templates/image-renderer-prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageRenderer.metrics.enabled .Values.imageRenderer.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/grafana/templates/image-renderer-service.yaml b/bitnami/grafana/templates/image-renderer-service.yaml index d8da41768c..c6a9d22976 100644 --- a/bitnami/grafana/templates/image-renderer-service.yaml +++ b/bitnami/grafana/templates/image-renderer-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.imageRenderer.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/grafana/templates/image-renderer-servicemonitor.yaml b/bitnami/grafana/templates/image-renderer-servicemonitor.yaml index 86be1e7356..9013eab09e 100644 --- a/bitnami/grafana/templates/image-renderer-servicemonitor.yaml +++ b/bitnami/grafana/templates/image-renderer-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.imageRenderer.metrics.enabled .Values.imageRenderer.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana/templates/ingress.yaml b/bitnami/grafana/templates/ingress.yaml index 11deb711de..38ba36126f 100644 --- a/bitnami/grafana/templates/ingress.yaml +++ b/bitnami/grafana/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/grafana/templates/ldap-secret.yaml b/bitnami/grafana/templates/ldap-secret.yaml index a38753ceb0..e20bc3993a 100644 --- a/bitnami/grafana/templates/ldap-secret.yaml +++ b/bitnami/grafana/templates/ldap-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ldap.enabled (or (not (empty .Values.ldap.configuration)) (not (empty .Values.ldap.uri))) (empty .Values.ldap.configMapName) (empty .Values.ldap.secretName) }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana/templates/prometheusrules.yaml b/bitnami/grafana/templates/prometheusrules.yaml index 5ae12eb0b6..f03c05563c 100644 --- a/bitnami/grafana/templates/prometheusrules.yaml +++ b/bitnami/grafana/templates/prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/grafana/templates/pvc.yaml b/bitnami/grafana/templates/pvc.yaml index dae7d86f29..1e5b9b6721 100644 --- a/bitnami/grafana/templates/pvc.yaml +++ b/bitnami/grafana/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/grafana/templates/secret.yaml b/bitnami/grafana/templates/secret.yaml index 5ed9cdc671..de7788531a 100644 --- a/bitnami/grafana/templates/secret.yaml +++ b/bitnami/grafana/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "grafana.createAdminSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana/templates/service.yaml b/bitnami/grafana/templates/service.yaml index 8eb7182d21..bc8cfea5dc 100644 --- a/bitnami/grafana/templates/service.yaml +++ b/bitnami/grafana/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/grafana/templates/serviceaccount.yaml b/bitnami/grafana/templates/serviceaccount.yaml index 3c9af37ca3..f30f6729ed 100644 --- a/bitnami/grafana/templates/serviceaccount.yaml +++ b/bitnami/grafana/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/grafana/templates/servicemonitor.yaml b/bitnami/grafana/templates/servicemonitor.yaml index 351d7c60d4..e09e5b602d 100644 --- a/bitnami/grafana/templates/servicemonitor.yaml +++ b/bitnami/grafana/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/grafana/templates/smtp-secret.yaml b/bitnami/grafana/templates/smtp-secret.yaml index 91ff84db3c..6a52dc2045 100644 --- a/bitnami/grafana/templates/smtp-secret.yaml +++ b/bitnami/grafana/templates/smtp-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "grafana.createSMTPSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/grafana/templates/tls-secret.yaml b/bitnami/grafana/templates/tls-secret.yaml index 8682e18d79..c924ac958a 100644 --- a/bitnami/grafana/templates/tls-secret.yaml +++ b/bitnami/grafana/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/grafana/values.yaml b/bitnami/grafana/values.yaml index a4a4fa8b30..ea210b8b08 100644 --- a/bitnami/grafana/values.yaml +++ b/bitnami/grafana/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index e9a3a21019..82e99de55b 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/haproxy/templates/_helpers.tpl b/bitnami/haproxy/templates/_helpers.tpl index e6b698de08..d9f014f57d 100644 --- a/bitnami/haproxy/templates/_helpers.tpl +++ b/bitnami/haproxy/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper haproxy image name */}} diff --git a/bitnami/haproxy/templates/configmap.yaml b/bitnami/haproxy/templates/configmap.yaml index 42016c6d92..3fb55ab0a7 100644 --- a/bitnami/haproxy/templates/configmap.yaml +++ b/bitnami/haproxy/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/haproxy/templates/deployment.yaml b/bitnami/haproxy/templates/deployment.yaml index 974aa33dac..5c354e25d4 100644 --- a/bitnami/haproxy/templates/deployment.yaml +++ b/bitnami/haproxy/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/haproxy/templates/extra-list.yaml b/bitnami/haproxy/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/haproxy/templates/extra-list.yaml +++ b/bitnami/haproxy/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/haproxy/templates/hpa.yaml b/bitnami/haproxy/templates/hpa.yaml index d9a15751b3..14b76b1808 100644 --- a/bitnami/haproxy/templates/hpa.yaml +++ b/bitnami/haproxy/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/haproxy/templates/ingress.yaml b/bitnami/haproxy/templates/ingress.yaml index 79478d0d83..3e530a1578 100644 --- a/bitnami/haproxy/templates/ingress.yaml +++ b/bitnami/haproxy/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/haproxy/templates/pdb.yaml b/bitnami/haproxy/templates/pdb.yaml index c0bc1d1f20..5e8e7d0932 100644 --- a/bitnami/haproxy/templates/pdb.yaml +++ b/bitnami/haproxy/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/haproxy/templates/service-account.yaml b/bitnami/haproxy/templates/service-account.yaml index eab586cce7..5276bf6dc9 100644 --- a/bitnami/haproxy/templates/service-account.yaml +++ b/bitnami/haproxy/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/haproxy/templates/service.yaml b/bitnami/haproxy/templates/service.yaml index 3ee20f511d..db46c7d1da 100644 --- a/bitnami/haproxy/templates/service.yaml +++ b/bitnami/haproxy/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.service.ports }} apiVersion: v1 kind: Service diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 525bd06ea9..cde9aad59b 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index 6157093051..18b09e6c3b 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/harbor/templates/_helpers.tpl b/bitnami/harbor/templates/_helpers.tpl index eb08a247ad..dbfa73aae5 100644 --- a/bitnami/harbor/templates/_helpers.tpl +++ b/bitnami/harbor/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/harbor/templates/core/core-cm-envvars.yaml b/bitnami/harbor/templates/core/core-cm-envvars.yaml index 73134ac8e4..1a4b30350d 100644 --- a/bitnami/harbor/templates/core/core-cm-envvars.yaml +++ b/bitnami/harbor/templates/core/core-cm-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $scheme := ternary "https" "http" .Values.internalTLS.enabled -}} {{- $port := ternary .Values.core.containerPorts.https .Values.core.containerPorts.http .Values.internalTLS.enabled | int -}} apiVersion: v1 diff --git a/bitnami/harbor/templates/core/core-cm.yaml b/bitnami/harbor/templates/core/core-cm.yaml index 21de12a422..c88c1c89b5 100644 --- a/bitnami/harbor/templates/core/core-cm.yaml +++ b/bitnami/harbor/templates/core/core-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/harbor/templates/core/core-config-override-secret.yaml b/bitnami/harbor/templates/core/core-config-override-secret.yaml index 65c6f4e41c..94dd9c4725 100644 --- a/bitnami/harbor/templates/core/core-config-override-secret.yaml +++ b/bitnami/harbor/templates/core/core-config-override-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.core.configOverwriteJson (not .Values.core.configOverwriteJsonSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/core/core-dpl.yaml b/bitnami/harbor/templates/core/core-dpl.yaml index 64d4ca2d0a..e74057bd2d 100644 --- a/bitnami/harbor/templates/core/core-dpl.yaml +++ b/bitnami/harbor/templates/core/core-dpl.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/harbor/templates/core/core-secret-envvars.yaml b/bitnami/harbor/templates/core/core-secret-envvars.yaml index 2a0d8bca83..4ba382ac54 100644 --- a/bitnami/harbor/templates/core/core-secret-envvars.yaml +++ b/bitnami/harbor/templates/core/core-secret-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.core.existingEnvVarsSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/core/core-secret.yaml b/bitnami/harbor/templates/core/core-secret.yaml index a0585fd4ea..74b737bf48 100644 --- a/bitnami/harbor/templates/core/core-secret.yaml +++ b/bitnami/harbor/templates/core/core-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/harbor/templates/core/core-svc.yaml b/bitnami/harbor/templates/core/core-svc.yaml index 5fc14ff5a5..88a1f76027 100644 --- a/bitnami/harbor/templates/core/core-svc.yaml +++ b/bitnami/harbor/templates/core/core-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/harbor/templates/exporter/exporter-cm-envvars.yaml b/bitnami/harbor/templates/exporter/exporter-cm-envvars.yaml index b488b8207a..9c08566d07 100644 --- a/bitnami/harbor/templates/exporter/exporter-cm-envvars.yaml +++ b/bitnami/harbor/templates/exporter/exporter-cm-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/harbor/templates/exporter/exporter-dpl.yaml b/bitnami/harbor/templates/exporter/exporter-dpl.yaml index 517269da09..26669b4b2a 100644 --- a/bitnami/harbor/templates/exporter/exporter-dpl.yaml +++ b/bitnami/harbor/templates/exporter/exporter-dpl.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled}} apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/harbor/templates/exporter/exporter-secret-envvars.yaml b/bitnami/harbor/templates/exporter/exporter-secret-envvars.yaml index 4762815ae1..eafa806fb8 100644 --- a/bitnami/harbor/templates/exporter/exporter-secret-envvars.yaml +++ b/bitnami/harbor/templates/exporter/exporter-secret-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/exporter/exporter-svc.yaml b/bitnami/harbor/templates/exporter/exporter-svc.yaml index 4eb7f5332b..5009f1adfd 100644 --- a/bitnami/harbor/templates/exporter/exporter-svc.yaml +++ b/bitnami/harbor/templates/exporter/exporter-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled}} apiVersion: v1 kind: Service diff --git a/bitnami/harbor/templates/extra-list.yaml b/bitnami/harbor/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/harbor/templates/extra-list.yaml +++ b/bitnami/harbor/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/harbor/templates/ingress/core-ingress.yaml b/bitnami/harbor/templates/ingress/core-ingress.yaml index 400d576d60..d2a2ec2df1 100644 --- a/bitnami/harbor/templates/ingress/core-ingress.yaml +++ b/bitnami/harbor/templates/ingress/core-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.exposureType "ingress" }} {{- if eq .Values.ingress.core.controller "gce" }} {{- $_ := set . "portal_path" "/*" -}} diff --git a/bitnami/harbor/templates/ingress/notary-ingress.yaml b/bitnami/harbor/templates/ingress/notary-ingress.yaml index 2ae57e7f17..37cb81a26f 100644 --- a/bitnami/harbor/templates/ingress/notary-ingress.yaml +++ b/bitnami/harbor/templates/ingress/notary-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.notary.enabled (eq .Values.exposureType "ingress") }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/harbor/templates/ingress/tls-secret.yaml b/bitnami/harbor/templates/ingress/tls-secret.yaml index 8a7ca8d73d..a35b8b8245 100644 --- a/bitnami/harbor/templates/ingress/tls-secret.yaml +++ b/bitnami/harbor/templates/ingress/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.exposureType "ingress" }} {{- $ca := genCA "harbor-ca" 365 }} {{- range .Values.ingress.core.secrets }} diff --git a/bitnami/harbor/templates/internal/internal-crt-secret.yaml b/bitnami/harbor/templates/internal/internal-crt-secret.yaml index d28f6c8130..8b84301961 100644 --- a/bitnami/harbor/templates/internal/internal-crt-secret.yaml +++ b/bitnami/harbor/templates/internal/internal-crt-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.internalTLS.enabled }} {{- $ca := genCA "harbor-internal-ca" 365 }} diff --git a/bitnami/harbor/templates/jobservice/jobservice-cm-envvars.yaml b/bitnami/harbor/templates/jobservice/jobservice-cm-envvars.yaml index c6e63f34fb..eb237bd5ac 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-cm-envvars.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-cm-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml b/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml index 64c23d1667..b667dab0ac 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-config-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml b/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml index 7cb8676c83..eb0ce96dec 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-dpl.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/harbor/templates/jobservice/jobservice-pvc.yaml b/bitnami/harbor/templates/jobservice/jobservice-pvc.yaml index 83c975a32e..cc96c788a2 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-pvc.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.persistentVolumeClaim.jobservice.existingClaim) }} {{- if eq .Values.jobservice.jobLogger "file" }} kind: PersistentVolumeClaim diff --git a/bitnami/harbor/templates/jobservice/jobservice-scandata-pvc.yaml b/bitnami/harbor/templates/jobservice/jobservice-scandata-pvc.yaml index 70592dd7ac..ba20390ff9 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-scandata-pvc.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-scandata-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.persistentVolumeClaim.jobservice.scanData.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml b/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml index a3af30712b..6e110c8b50 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-secret-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/harbor/templates/jobservice/jobservice-secrets.yaml b/bitnami/harbor/templates/jobservice/jobservice-secrets.yaml index de49fd23e5..df1530a516 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-secrets.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.jobservice.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/jobservice/jobservice-svc.yaml b/bitnami/harbor/templates/jobservice/jobservice-svc.yaml index d3d51167bd..1758d378c0 100644 --- a/bitnami/harbor/templates/jobservice/jobservice-svc.yaml +++ b/bitnami/harbor/templates/jobservice/jobservice-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/harbor/templates/metrics/metrics-svcmonitor.yaml b/bitnami/harbor/templates/metrics/metrics-svcmonitor.yaml index 3942d9a645..e062437095 100644 --- a/bitnami/harbor/templates/metrics/metrics-svcmonitor.yaml +++ b/bitnami/harbor/templates/metrics/metrics-svcmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/harbor/templates/nginx/configmap-http.yaml b/bitnami/harbor/templates/nginx/configmap-http.yaml index 0626c67920..ceedd97b76 100644 --- a/bitnami/harbor/templates/nginx/configmap-http.yaml +++ b/bitnami/harbor/templates/nginx/configmap-http.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.exposureType "proxy") (not .Values.nginx.tls.enabled) }} {{- $scheme := ternary "https" "http" .Values.internalTLS.enabled -}} apiVersion: v1 diff --git a/bitnami/harbor/templates/nginx/configmap-https.yaml b/bitnami/harbor/templates/nginx/configmap-https.yaml index d86d9d7f9a..c7b616294b 100644 --- a/bitnami/harbor/templates/nginx/configmap-https.yaml +++ b/bitnami/harbor/templates/nginx/configmap-https.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.exposureType "proxy") .Values.nginx.tls.enabled }} {{- $scheme := ternary "https" "http" .Values.internalTLS.enabled -}} apiVersion: v1 diff --git a/bitnami/harbor/templates/nginx/deployment.yaml b/bitnami/harbor/templates/nginx/deployment.yaml index 23fa62a474..2f877927fd 100644 --- a/bitnami/harbor/templates/nginx/deployment.yaml +++ b/bitnami/harbor/templates/nginx/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.exposureType "proxy" }} apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/harbor/templates/nginx/service.yaml b/bitnami/harbor/templates/nginx/service.yaml index ff57f6c2db..5eb8d95be0 100644 --- a/bitnami/harbor/templates/nginx/service.yaml +++ b/bitnami/harbor/templates/nginx/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.exposureType "proxy" }} apiVersion: v1 kind: Service diff --git a/bitnami/harbor/templates/nginx/tls-secret.yaml b/bitnami/harbor/templates/nginx/tls-secret.yaml index 5af693f76c..9cda667db0 100644 --- a/bitnami/harbor/templates/nginx/tls-secret.yaml +++ b/bitnami/harbor/templates/nginx/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "harbor.autoGenCertForNginx" .) }} {{- $secretName := printf "%s" (include "harbor.nginx" .) }} {{- $ca := genCA "harbor-ca" 365 }} diff --git a/bitnami/harbor/templates/notary/notary-secret-envvars.yaml b/bitnami/harbor/templates/notary/notary-secret-envvars.yaml index 2ee3d79d7d..56d5b8f0c3 100644 --- a/bitnami/harbor/templates/notary/notary-secret-envvars.yaml +++ b/bitnami/harbor/templates/notary/notary-secret-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notary.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/notary/notary-secret.yaml b/bitnami/harbor/templates/notary/notary-secret.yaml index 524a36651d..70f7562d50 100644 --- a/bitnami/harbor/templates/notary/notary-secret.yaml +++ b/bitnami/harbor/templates/notary/notary-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notary.enabled }} {{- $secretName := printf "%s" (include "harbor.notary-server" .) }} apiVersion: v1 diff --git a/bitnami/harbor/templates/notary/notary-server.yaml b/bitnami/harbor/templates/notary/notary-server.yaml index 8de8226727..35a5988a4b 100644 --- a/bitnami/harbor/templates/notary/notary-server.yaml +++ b/bitnami/harbor/templates/notary/notary-server.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notary.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/harbor/templates/notary/notary-signer.yaml b/bitnami/harbor/templates/notary/notary-signer.yaml index 30d0a553d2..66dc92710a 100644 --- a/bitnami/harbor/templates/notary/notary-signer.yaml +++ b/bitnami/harbor/templates/notary/notary-signer.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notary.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/harbor/templates/notary/notary-svc.yaml b/bitnami/harbor/templates/notary/notary-svc.yaml index 83866ae806..b5af5bfb1f 100644 --- a/bitnami/harbor/templates/notary/notary-svc.yaml +++ b/bitnami/harbor/templates/notary/notary-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.notary.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/harbor/templates/portal/portal-cm.yaml b/bitnami/harbor/templates/portal/portal-cm.yaml index f381dfbc5d..b1e4e644ce 100644 --- a/bitnami/harbor/templates/portal/portal-cm.yaml +++ b/bitnami/harbor/templates/portal/portal-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $port := ternary .Values.portal.containerPorts.https .Values.portal.containerPorts.http .Values.internalTLS.enabled | int -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/harbor/templates/portal/portal-dpl.yaml b/bitnami/harbor/templates/portal/portal-dpl.yaml index 3fbec8799e..25603d029c 100644 --- a/bitnami/harbor/templates/portal/portal-dpl.yaml +++ b/bitnami/harbor/templates/portal/portal-dpl.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/harbor/templates/portal/portal-svc.yaml b/bitnami/harbor/templates/portal/portal-svc.yaml index cea1974297..6b9fafcd31 100644 --- a/bitnami/harbor/templates/portal/portal-svc.yaml +++ b/bitnami/harbor/templates/portal/portal-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/harbor/templates/registry/registry-cm.yaml b/bitnami/harbor/templates/registry/registry-cm.yaml index afebfdf641..40f07bdbc6 100644 --- a/bitnami/harbor/templates/registry/registry-cm.yaml +++ b/bitnami/harbor/templates/registry/registry-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/harbor/templates/registry/registry-ctl-cm-envvars.yaml b/bitnami/harbor/templates/registry/registry-ctl-cm-envvars.yaml index 965f4c3b25..e5af1148f0 100644 --- a/bitnami/harbor/templates/registry/registry-ctl-cm-envvars.yaml +++ b/bitnami/harbor/templates/registry/registry-ctl-cm-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.tracing.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/harbor/templates/registry/registry-dpl.yaml b/bitnami/harbor/templates/registry/registry-dpl.yaml index 4cd86705a3..8745a05048 100644 --- a/bitnami/harbor/templates/registry/registry-dpl.yaml +++ b/bitnami/harbor/templates/registry/registry-dpl.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/harbor/templates/registry/registry-pvc.yaml b/bitnami/harbor/templates/registry/registry-pvc.yaml index c0117c10b3..3e2ca8d917 100644 --- a/bitnami/harbor/templates/registry/registry-pvc.yaml +++ b/bitnami/harbor/templates/registry/registry-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.persistence.enabled }} {{- if and (not .Values.persistence.persistentVolumeClaim.registry.existingClaim) (eq .Values.persistence.imageChartStorage.type "filesystem") }} kind: PersistentVolumeClaim diff --git a/bitnami/harbor/templates/registry/registry-secret.yaml b/bitnami/harbor/templates/registry/registry-secret.yaml index 3157260a49..0bf290dd38 100644 --- a/bitnami/harbor/templates/registry/registry-secret.yaml +++ b/bitnami/harbor/templates/registry/registry-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.registry.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/registry/registry-svc.yaml b/bitnami/harbor/templates/registry/registry-svc.yaml index 2bdc40b223..58da72ab96 100644 --- a/bitnami/harbor/templates/registry/registry-svc.yaml +++ b/bitnami/harbor/templates/registry/registry-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/harbor/templates/trivy/trivy-cm-envvars.yaml b/bitnami/harbor/templates/trivy/trivy-cm-envvars.yaml index 6c0d2a644b..0241b2c0b1 100644 --- a/bitnami/harbor/templates/trivy/trivy-cm-envvars.yaml +++ b/bitnami/harbor/templates/trivy/trivy-cm-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml b/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml index 060397d088..0222c20e3a 100644 --- a/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml +++ b/bitnami/harbor/templates/trivy/trivy-secret-envvars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.trivy.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/harbor/templates/trivy/trivy-sts.yaml b/bitnami/harbor/templates/trivy/trivy-sts.yaml index 20a7f87b44..b6daac2eb0 100644 --- a/bitnami/harbor/templates/trivy/trivy-sts.yaml +++ b/bitnami/harbor/templates/trivy/trivy-sts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.trivy.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/harbor/templates/trivy/trivy-svc.yaml b/bitnami/harbor/templates/trivy/trivy-svc.yaml index fb20123f47..7c1709943a 100644 --- a/bitnami/harbor/templates/trivy/trivy-svc.yaml +++ b/bitnami/harbor/templates/trivy/trivy-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.trivy.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/harbor/values.yaml b/bitnami/harbor/values.yaml index c26e408749..664ead299a 100644 --- a/bitnami/harbor/values.yaml +++ b/bitnami/harbor/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index 8900050a04..67b3f5773c 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/influxdb/templates/_helpers.tpl b/bitnami/influxdb/templates/_helpers.tpl index a1a916dfb9..12a35ebbd2 100644 --- a/bitnami/influxdb/templates/_helpers.tpl +++ b/bitnami/influxdb/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} diff --git a/bitnami/influxdb/templates/configmap-backup.yaml b/bitnami/influxdb/templates/configmap-backup.yaml index 3de56c378a..fb74e38bce 100644 --- a/bitnami/influxdb/templates/configmap-backup.yaml +++ b/bitnami/influxdb/templates/configmap-backup.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.backup.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/influxdb/templates/configmap-initdb-scripts.yaml b/bitnami/influxdb/templates/configmap-initdb-scripts.yaml index ce496e39ee..e6f9e121b0 100644 --- a/bitnami/influxdb/templates/configmap-initdb-scripts.yaml +++ b/bitnami/influxdb/templates/configmap-initdb-scripts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.influxdb.initdbScripts) (not .Values.influxdb.initdbScriptsCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/influxdb/templates/configmap.yaml b/bitnami/influxdb/templates/configmap.yaml index f7bfdd5c16..a546ccbea5 100644 --- a/bitnami/influxdb/templates/configmap.yaml +++ b/bitnami/influxdb/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.influxdb.configuration (not .Values.influxdb.existingConfiguration) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/influxdb/templates/cronjob-backup.yaml b/bitnami/influxdb/templates/cronjob-backup.yaml index 3f83034d00..f6922db3b6 100644 --- a/bitnami/influxdb/templates/cronjob-backup.yaml +++ b/bitnami/influxdb/templates/cronjob-backup.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.backup.enabled }} apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }} kind: CronJob diff --git a/bitnami/influxdb/templates/deployment.yaml b/bitnami/influxdb/templates/deployment.yaml index 776f8d80a3..1529a4c1ea 100644 --- a/bitnami/influxdb/templates/deployment.yaml +++ b/bitnami/influxdb/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/influxdb/templates/extra-list.yaml b/bitnami/influxdb/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/influxdb/templates/extra-list.yaml +++ b/bitnami/influxdb/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/influxdb/templates/ingress.yaml b/bitnami/influxdb/templates/ingress.yaml index 0507766058..e85beec5a6 100644 --- a/bitnami/influxdb/templates/ingress.yaml +++ b/bitnami/influxdb/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/influxdb/templates/networkpolicy.yaml b/bitnami/influxdb/templates/networkpolicy.yaml index be11c5d940..a0244c37fa 100644 --- a/bitnami/influxdb/templates/networkpolicy.yaml +++ b/bitnami/influxdb/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ template "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/influxdb/templates/podsecuritypolicy.yaml b/bitnami/influxdb/templates/podsecuritypolicy.yaml index a57b846601..156fc9e3b2 100644 --- a/bitnami/influxdb/templates/podsecuritypolicy.yaml +++ b/bitnami/influxdb/templates/podsecuritypolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.psp.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/influxdb/templates/pvc-backup.yaml b/bitnami/influxdb/templates/pvc-backup.yaml index c268bdd0c6..9e2b8f9c18 100644 --- a/bitnami/influxdb/templates/pvc-backup.yaml +++ b/bitnami/influxdb/templates/pvc-backup.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.backup.enabled .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/influxdb/templates/pvc.yaml b/bitnami/influxdb/templates/pvc.yaml index ac1a66d05c..158b42040b 100644 --- a/bitnami/influxdb/templates/pvc.yaml +++ b/bitnami/influxdb/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/influxdb/templates/role.yaml b/bitnami/influxdb/templates/role.yaml index ce190a981a..a64c74bbdc 100644 --- a/bitnami/influxdb/templates/role.yaml +++ b/bitnami/influxdb/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/influxdb/templates/rolebinding.yaml b/bitnami/influxdb/templates/rolebinding.yaml index cc18ed6653..4fcbb064cc 100644 --- a/bitnami/influxdb/templates/rolebinding.yaml +++ b/bitnami/influxdb/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/influxdb/templates/secrets-backup.yaml b/bitnami/influxdb/templates/secrets-backup.yaml index 30fef8bb13..6e11a9b24c 100644 --- a/bitnami/influxdb/templates/secrets-backup.yaml +++ b/bitnami/influxdb/templates/secrets-backup.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.backup.enabled }} {{- if and (.Values.backup.uploadProviders.google.enabled) (not .Values.backup.uploadProviders.google.existingSecret) -}} apiVersion: v1 diff --git a/bitnami/influxdb/templates/secrets.yaml b/bitnami/influxdb/templates/secrets.yaml index 77fc8e73cd..fba49c62ab 100644 --- a/bitnami/influxdb/templates/secrets.yaml +++ b/bitnami/influxdb/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not .Values.auth.existingSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/influxdb/templates/service-collectd.yaml b/bitnami/influxdb/templates/service-collectd.yaml index 6d00d082c6..4989ca486e 100644 --- a/bitnami/influxdb/templates/service-collectd.yaml +++ b/bitnami/influxdb/templates/service-collectd.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.collectd.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/influxdb/templates/service-metrics.yaml b/bitnami/influxdb/templates/service-metrics.yaml index 2ea8a51a85..47bacb4692 100644 --- a/bitnami/influxdb/templates/service-metrics.yaml +++ b/bitnami/influxdb/templates/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/influxdb/templates/service.yaml b/bitnami/influxdb/templates/service.yaml index e0cb047f6d..bbf27d2f18 100644 --- a/bitnami/influxdb/templates/service.yaml +++ b/bitnami/influxdb/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/influxdb/templates/serviceaccount.yaml b/bitnami/influxdb/templates/serviceaccount.yaml index 7410d96d39..6d5247e862 100644 --- a/bitnami/influxdb/templates/serviceaccount.yaml +++ b/bitnami/influxdb/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.serviceAccount.create .Values.serviceAccount.enabled }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/influxdb/templates/servicemonitor.yaml b/bitnami/influxdb/templates/servicemonitor.yaml index 1931c7c761..6739b9f5b7 100644 --- a/bitnami/influxdb/templates/servicemonitor.yaml +++ b/bitnami/influxdb/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/influxdb/values.yaml b/bitnami/influxdb/values.yaml index 615fea99f8..f4c0eb6862 100644 --- a/bitnami/influxdb/values.yaml +++ b/bitnami/influxdb/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/jaeger/Chart.yaml b/bitnami/jaeger/Chart.yaml index 0d6ce408bb..efa742e1a7 100644 --- a/bitnami/jaeger/Chart.yaml +++ b/bitnami/jaeger/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/jaeger/templates/_helpers.tpl b/bitnami/jaeger/templates/_helpers.tpl index 84ae8befd4..0bcd91a39e 100644 --- a/bitnami/jaeger/templates/_helpers.tpl +++ b/bitnami/jaeger/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} diff --git a/bitnami/jaeger/templates/agent/deployment.yaml b/bitnami/jaeger/templates/agent/deployment.yaml index 8c2b3a1023..4b5b149fc5 100644 --- a/bitnami/jaeger/templates/agent/deployment.yaml +++ b/bitnami/jaeger/templates/agent/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jaeger/templates/agent/service.yml b/bitnami/jaeger/templates/agent/service.yml index 9add5e2ef8..9cafd85eef 100644 --- a/bitnami/jaeger/templates/agent/service.yml +++ b/bitnami/jaeger/templates/agent/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jaeger/templates/agent/serviceaccount.yaml b/bitnami/jaeger/templates/agent/serviceaccount.yaml index b2d5ff8423..b88b80e16a 100644 --- a/bitnami/jaeger/templates/agent/serviceaccount.yaml +++ b/bitnami/jaeger/templates/agent/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.agent.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jaeger/templates/collector/deployment.yaml b/bitnami/jaeger/templates/collector/deployment.yaml index 3cfc9d6f52..3444d17699 100644 --- a/bitnami/jaeger/templates/collector/deployment.yaml +++ b/bitnami/jaeger/templates/collector/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jaeger/templates/collector/service.yml b/bitnami/jaeger/templates/collector/service.yml index 17ab0679ec..d1c6b5a35c 100644 --- a/bitnami/jaeger/templates/collector/service.yml +++ b/bitnami/jaeger/templates/collector/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jaeger/templates/collector/serviceaccount.yaml b/bitnami/jaeger/templates/collector/serviceaccount.yaml index e92a8956b3..6c338c2bb3 100644 --- a/bitnami/jaeger/templates/collector/serviceaccount.yaml +++ b/bitnami/jaeger/templates/collector/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.collector.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jaeger/templates/migrate-job.yaml b/bitnami/jaeger/templates/migrate-job.yaml index 79078d88f8..23dee35b66 100644 --- a/bitnami/jaeger/templates/migrate-job.yaml +++ b/bitnami/jaeger/templates/migrate-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: batch/v1 kind: Job metadata: diff --git a/bitnami/jaeger/templates/query/deployment.yaml b/bitnami/jaeger/templates/query/deployment.yaml index 5e11ba6696..1727155a7f 100644 --- a/bitnami/jaeger/templates/query/deployment.yaml +++ b/bitnami/jaeger/templates/query/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jaeger/templates/query/service.yml b/bitnami/jaeger/templates/query/service.yml index 4ba7dced7f..0d0f19da5c 100644 --- a/bitnami/jaeger/templates/query/service.yml +++ b/bitnami/jaeger/templates/query/service.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jaeger/templates/query/serviceaccount.yaml b/bitnami/jaeger/templates/query/serviceaccount.yaml index 5b5223b07f..586a00fe99 100644 --- a/bitnami/jaeger/templates/query/serviceaccount.yaml +++ b/bitnami/jaeger/templates/query/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jaeger/values.yaml b/bitnami/jaeger/values.yaml index 8c13432718..cdeea110a9 100644 --- a/bitnami/jaeger/values.yaml +++ b/bitnami/jaeger/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/jasperreports/Chart.yaml b/bitnami/jasperreports/Chart.yaml index a503bb58da..0b7c22b424 100644 --- a/bitnami/jasperreports/Chart.yaml +++ b/bitnami/jasperreports/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/jasperreports/templates/_helpers.tpl b/bitnami/jasperreports/templates/_helpers.tpl index 7b6333bad6..831baf55e5 100644 --- a/bitnami/jasperreports/templates/_helpers.tpl +++ b/bitnami/jasperreports/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/jasperreports/templates/deployment.yaml b/bitnami/jasperreports/templates/deployment.yaml index a38f337356..87a7bf2846 100644 --- a/bitnami/jasperreports/templates/deployment.yaml +++ b/bitnami/jasperreports/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jasperreports/templates/externaldb-secrets.yaml b/bitnami/jasperreports/templates/externaldb-secrets.yaml index 458683df90..10ca1b677a 100644 --- a/bitnami/jasperreports/templates/externaldb-secrets.yaml +++ b/bitnami/jasperreports/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (or .Values.mariadb.enabled .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/jasperreports/templates/extra-list.yaml b/bitnami/jasperreports/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/jasperreports/templates/extra-list.yaml +++ b/bitnami/jasperreports/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/jasperreports/templates/ingress.yaml b/bitnami/jasperreports/templates/ingress.yaml index 8b834b906e..6cdcedad51 100644 --- a/bitnami/jasperreports/templates/ingress.yaml +++ b/bitnami/jasperreports/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/jasperreports/templates/networkpolicy-backend-ingress.yaml b/bitnami/jasperreports/templates/networkpolicy-backend-ingress.yaml index a426ba7f84..f9f7b593d5 100644 --- a/bitnami/jasperreports/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/jasperreports/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jasperreports/templates/networkpolicy-egress.yaml b/bitnami/jasperreports/templates/networkpolicy-egress.yaml index 62d41627b1..1855c7cc55 100644 --- a/bitnami/jasperreports/templates/networkpolicy-egress.yaml +++ b/bitnami/jasperreports/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jasperreports/templates/networkpolicy-ingress.yaml b/bitnami/jasperreports/templates/networkpolicy-ingress.yaml index f20924eb65..787dd46405 100644 --- a/bitnami/jasperreports/templates/networkpolicy-ingress.yaml +++ b/bitnami/jasperreports/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jasperreports/templates/pvc.yaml b/bitnami/jasperreports/templates/pvc.yaml index c3984c1563..3cd06b7231 100644 --- a/bitnami/jasperreports/templates/pvc.yaml +++ b/bitnami/jasperreports/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/jasperreports/templates/secrets.yaml b/bitnami/jasperreports/templates/secrets.yaml index 238bd2e4d7..933afc7c06 100644 --- a/bitnami/jasperreports/templates/secrets.yaml +++ b/bitnami/jasperreports/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/jasperreports/templates/svc.yaml b/bitnami/jasperreports/templates/svc.yaml index 490902e8b9..14790af9bc 100644 --- a/bitnami/jasperreports/templates/svc.yaml +++ b/bitnami/jasperreports/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jasperreports/templates/tls-secrets.yaml b/bitnami/jasperreports/templates/tls-secrets.yaml index 0a5303e1fc..fd1ba7e224 100644 --- a/bitnami/jasperreports/templates/tls-secrets.yaml +++ b/bitnami/jasperreports/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/jasperreports/values.yaml b/bitnami/jasperreports/values.yaml index f9dde5cf46..a46da2023a 100644 --- a/bitnami/jasperreports/values.yaml +++ b/bitnami/jasperreports/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/jenkins/Chart.yaml b/bitnami/jenkins/Chart.yaml index f1456906a4..efc0d863a9 100644 --- a/bitnami/jenkins/Chart.yaml +++ b/bitnami/jenkins/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/jenkins/templates/_helpers.tpl b/bitnami/jenkins/templates/_helpers.tpl index 4042f174d9..7ec429d420 100644 --- a/bitnami/jenkins/templates/_helpers.tpl +++ b/bitnami/jenkins/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/jenkins/templates/agent-listener-svc.yaml b/bitnami/jenkins/templates/agent-listener-svc.yaml index d5d49e1e34..1e38075f48 100644 --- a/bitnami/jenkins/templates/agent-listener-svc.yaml +++ b/bitnami/jenkins/templates/agent-listener-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.agent.enabled .Values.agentListenerService.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/jenkins/templates/casc-cm.yaml b/bitnami/jenkins/templates/casc-cm.yaml index 6bb0d3b5e6..6edeb82a87 100644 --- a/bitnami/jenkins/templates/casc-cm.yaml +++ b/bitnami/jenkins/templates/casc-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.configAsCode.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/jenkins/templates/controller-svc.yaml b/bitnami/jenkins/templates/controller-svc.yaml index b5cc0b709a..6419264b74 100644 --- a/bitnami/jenkins/templates/controller-svc.yaml +++ b/bitnami/jenkins/templates/controller-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jenkins/templates/deployment.yaml b/bitnami/jenkins/templates/deployment.yaml index 516043be56..fd9f25916f 100644 --- a/bitnami/jenkins/templates/deployment.yaml +++ b/bitnami/jenkins/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jenkins/templates/extra-list.yaml b/bitnami/jenkins/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/jenkins/templates/extra-list.yaml +++ b/bitnami/jenkins/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/jenkins/templates/ingress.yaml b/bitnami/jenkins/templates/ingress.yaml index 866d220239..7659e1efc0 100644 --- a/bitnami/jenkins/templates/ingress.yaml +++ b/bitnami/jenkins/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/jenkins/templates/pvc.yaml b/bitnami/jenkins/templates/pvc.yaml index e948103de5..fb1e28ffbc 100644 --- a/bitnami/jenkins/templates/pvc.yaml +++ b/bitnami/jenkins/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/jenkins/templates/role.yaml b/bitnami/jenkins/templates/role.yaml index 094ec4f6aa..b7514e7ac3 100644 --- a/bitnami/jenkins/templates/role.yaml +++ b/bitnami/jenkins/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/jenkins/templates/rolebinding.yaml b/bitnami/jenkins/templates/rolebinding.yaml index 6addeccc82..910deee3ae 100644 --- a/bitnami/jenkins/templates/rolebinding.yaml +++ b/bitnami/jenkins/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/jenkins/templates/secrets.yaml b/bitnami/jenkins/templates/secrets.yaml index 6ab5651b68..99dc75261b 100644 --- a/bitnami/jenkins/templates/secrets.yaml +++ b/bitnami/jenkins/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/jenkins/templates/serviceaccount.yaml b/bitnami/jenkins/templates/serviceaccount.yaml index 9dbb891c9d..e010b60d45 100644 --- a/bitnami/jenkins/templates/serviceaccount.yaml +++ b/bitnami/jenkins/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jenkins/templates/tls-secret.yaml b/bitnami/jenkins/templates/tls-secret.yaml index f8265027b5..abe8752f04 100644 --- a/bitnami/jenkins/templates/tls-secret.yaml +++ b/bitnami/jenkins/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/jenkins/values.yaml b/bitnami/jenkins/values.yaml index 11ee41ec12..efa06a5048 100644 --- a/bitnami/jenkins/values.yaml +++ b/bitnami/jenkins/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/joomla/Chart.yaml b/bitnami/joomla/Chart.yaml index d21b7616c1..c5af63a683 100644 --- a/bitnami/joomla/Chart.yaml +++ b/bitnami/joomla/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/joomla/templates/_helpers.tpl b/bitnami/joomla/templates/_helpers.tpl index 9eb9e9d09e..ff8397ba2b 100644 --- a/bitnami/joomla/templates/_helpers.tpl +++ b/bitnami/joomla/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/joomla/templates/deployment.yaml b/bitnami/joomla/templates/deployment.yaml index 9344e68e6c..98e30f1547 100644 --- a/bitnami/joomla/templates/deployment.yaml +++ b/bitnami/joomla/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/joomla/templates/externaldb-secrets.yaml b/bitnami/joomla/templates/externaldb-secrets.yaml index 33f7ee5357..6d47f72a22 100644 --- a/bitnami/joomla/templates/externaldb-secrets.yaml +++ b/bitnami/joomla/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not (or .Values.mariadb.enabled .Values.externalDatabase.existingSecret)) }} apiVersion: v1 kind: Secret diff --git a/bitnami/joomla/templates/extra-list.yaml b/bitnami/joomla/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/joomla/templates/extra-list.yaml +++ b/bitnami/joomla/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/joomla/templates/ingress.yaml b/bitnami/joomla/templates/ingress.yaml index 6d78865cad..b53b1343bf 100644 --- a/bitnami/joomla/templates/ingress.yaml +++ b/bitnami/joomla/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/joomla/templates/joomla-pvc.yaml b/bitnami/joomla/templates/joomla-pvc.yaml index cd2dbc3f8d..dd1d98d0f7 100644 --- a/bitnami/joomla/templates/joomla-pvc.yaml +++ b/bitnami/joomla/templates/joomla-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/joomla/templates/networkpolicy-backend-ingress.yaml b/bitnami/joomla/templates/networkpolicy-backend-ingress.yaml index 30f70bdda0..89d637b9ac 100644 --- a/bitnami/joomla/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/joomla/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/joomla/templates/networkpolicy-egress.yaml b/bitnami/joomla/templates/networkpolicy-egress.yaml index 6a20f6bcc5..b9cc385ad6 100644 --- a/bitnami/joomla/templates/networkpolicy-egress.yaml +++ b/bitnami/joomla/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/joomla/templates/networkpolicy-ingress.yaml b/bitnami/joomla/templates/networkpolicy-ingress.yaml index 58769f8112..d3a0a010d7 100644 --- a/bitnami/joomla/templates/networkpolicy-ingress.yaml +++ b/bitnami/joomla/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/joomla/templates/secrets.yaml b/bitnami/joomla/templates/secrets.yaml index 0fbf0eeab0..97006445d7 100644 --- a/bitnami/joomla/templates/secrets.yaml +++ b/bitnami/joomla/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/joomla/templates/svc.yaml b/bitnami/joomla/templates/svc.yaml index b07b0cc53b..19d99133b2 100644 --- a/bitnami/joomla/templates/svc.yaml +++ b/bitnami/joomla/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/joomla/templates/tls-secrets.yaml b/bitnami/joomla/templates/tls-secrets.yaml index d27854f920..f209fd2629 100644 --- a/bitnami/joomla/templates/tls-secrets.yaml +++ b/bitnami/joomla/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/joomla/values.yaml b/bitnami/joomla/values.yaml index 5ea94b9e52..5e12fda7e8 100644 --- a/bitnami/joomla/values.yaml +++ b/bitnami/joomla/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index 79201f68fb..37fe449abb 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: MachineLearning licenses: Apache-2.0 diff --git a/bitnami/jupyterhub/templates/_helpers.tpl b/bitnami/jupyterhub/templates/_helpers.tpl index f18231340f..0b6e8f980a 100644 --- a/bitnami/jupyterhub/templates/_helpers.tpl +++ b/bitnami/jupyterhub/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Returns given number of random Hex characters. diff --git a/bitnami/jupyterhub/templates/extra-list.yaml b/bitnami/jupyterhub/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/jupyterhub/templates/extra-list.yaml +++ b/bitnami/jupyterhub/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/jupyterhub/templates/hub/configmap.yaml b/bitnami/jupyterhub/templates/hub/configmap.yaml index 4b2b1e3f88..008aa88767 100644 --- a/bitnami/jupyterhub/templates/hub/configmap.yaml +++ b/bitnami/jupyterhub/templates/hub/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.hub.existingConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/jupyterhub/templates/hub/deployment.yaml b/bitnami/jupyterhub/templates/hub/deployment.yaml index c2d5136c7e..b0aa9e62d9 100644 --- a/bitnami/jupyterhub/templates/hub/deployment.yaml +++ b/bitnami/jupyterhub/templates/hub/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jupyterhub/templates/hub/externaldb-secrets.yaml b/bitnami/jupyterhub/templates/hub/externaldb-secrets.yaml index 41f8e31d85..228be0c870 100644 --- a/bitnami/jupyterhub/templates/hub/externaldb-secrets.yaml +++ b/bitnami/jupyterhub/templates/hub/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.postgresql.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/jupyterhub/templates/hub/networkpolicy.yaml b/bitnami/jupyterhub/templates/hub/networkpolicy.yaml index db4ed2ae37..20de592996 100644 --- a/bitnami/jupyterhub/templates/hub/networkpolicy.yaml +++ b/bitnami/jupyterhub/templates/hub/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.hub.networkPolicy.enabled -}} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jupyterhub/templates/hub/pdb.yaml b/bitnami/jupyterhub/templates/hub/pdb.yaml index 73e41b044d..1c6607a32e 100644 --- a/bitnami/jupyterhub/templates/hub/pdb.yaml +++ b/bitnami/jupyterhub/templates/hub/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.hub.pdb.create -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/jupyterhub/templates/hub/role.yaml b/bitnami/jupyterhub/templates/hub/role.yaml index 3aef3f0666..27b4485f88 100644 --- a/bitnami/jupyterhub/templates/hub/role.yaml +++ b/bitnami/jupyterhub/templates/hub/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.hub.rbac.create }} kind: Role apiVersion: rbac.authorization.k8s.io/v1 diff --git a/bitnami/jupyterhub/templates/hub/rolebinding.yaml b/bitnami/jupyterhub/templates/hub/rolebinding.yaml index 58d897ee8f..ff0ec8a5fc 100644 --- a/bitnami/jupyterhub/templates/hub/rolebinding.yaml +++ b/bitnami/jupyterhub/templates/hub/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.hub.rbac.create }} kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 diff --git a/bitnami/jupyterhub/templates/hub/secret.yaml b/bitnami/jupyterhub/templates/hub/secret.yaml index 92e2ec4398..b441e6cb86 100644 --- a/bitnami/jupyterhub/templates/hub/secret.yaml +++ b/bitnami/jupyterhub/templates/hub/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.hub.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/jupyterhub/templates/hub/service-account.yaml b/bitnami/jupyterhub/templates/hub/service-account.yaml index 79b481cc17..41790f6fff 100644 --- a/bitnami/jupyterhub/templates/hub/service-account.yaml +++ b/bitnami/jupyterhub/templates/hub/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.hub.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jupyterhub/templates/hub/service.yaml b/bitnami/jupyterhub/templates/hub/service.yaml index 91d134c44d..2b6fef4962 100644 --- a/bitnami/jupyterhub/templates/hub/service.yaml +++ b/bitnami/jupyterhub/templates/hub/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jupyterhub/templates/hub/servicemonitor.yaml b/bitnami/jupyterhub/templates/hub/servicemonitor.yaml index 4ee9969f32..579a89d03b 100644 --- a/bitnami/jupyterhub/templates/hub/servicemonitor.yaml +++ b/bitnami/jupyterhub/templates/hub/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.hub.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 diff --git a/bitnami/jupyterhub/templates/image-puller/daemonset.yaml b/bitnami/jupyterhub/templates/image-puller/daemonset.yaml index 1f5492b65d..575876456d 100644 --- a/bitnami/jupyterhub/templates/image-puller/daemonset.yaml +++ b/bitnami/jupyterhub/templates/image-puller/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.imagePuller.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/jupyterhub/templates/proxy/deployment.yaml b/bitnami/jupyterhub/templates/proxy/deployment.yaml index 1000e7c8d7..2d7e7ea093 100644 --- a/bitnami/jupyterhub/templates/proxy/deployment.yaml +++ b/bitnami/jupyterhub/templates/proxy/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/jupyterhub/templates/proxy/ingress.yaml b/bitnami/jupyterhub/templates/proxy/ingress.yaml index aea303fca0..b1916f7a4b 100644 --- a/bitnami/jupyterhub/templates/proxy/ingress.yaml +++ b/bitnami/jupyterhub/templates/proxy/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/jupyterhub/templates/proxy/networkpolicy.yaml b/bitnami/jupyterhub/templates/proxy/networkpolicy.yaml index 0feeffc151..03fc47b8c8 100644 --- a/bitnami/jupyterhub/templates/proxy/networkpolicy.yaml +++ b/bitnami/jupyterhub/templates/proxy/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.networkPolicy.enabled -}} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jupyterhub/templates/proxy/pdb.yaml b/bitnami/jupyterhub/templates/proxy/pdb.yaml index e49f312da2..2fb7de876b 100644 --- a/bitnami/jupyterhub/templates/proxy/pdb.yaml +++ b/bitnami/jupyterhub/templates/proxy/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.pdb.create -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/jupyterhub/templates/proxy/service-api.yaml b/bitnami/jupyterhub/templates/proxy/service-api.yaml index ce81f7e463..0ecd8e4dfa 100644 --- a/bitnami/jupyterhub/templates/proxy/service-api.yaml +++ b/bitnami/jupyterhub/templates/proxy/service-api.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jupyterhub/templates/proxy/service-metrics.yaml b/bitnami/jupyterhub/templates/proxy/service-metrics.yaml index d2fcc2dd4c..de287c3337 100644 --- a/bitnami/jupyterhub/templates/proxy/service-metrics.yaml +++ b/bitnami/jupyterhub/templates/proxy/service-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.metrics.serviceMonitor.enabled }} apiVersion: v1 diff --git a/bitnami/jupyterhub/templates/proxy/service-public.yaml b/bitnami/jupyterhub/templates/proxy/service-public.yaml index 1694306f0e..252e6f9afd 100644 --- a/bitnami/jupyterhub/templates/proxy/service-public.yaml +++ b/bitnami/jupyterhub/templates/proxy/service-public.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/jupyterhub/templates/proxy/servicemonitor.yaml b/bitnami/jupyterhub/templates/proxy/servicemonitor.yaml index 9454b0d657..bc4d78bfb0 100644 --- a/bitnami/jupyterhub/templates/proxy/servicemonitor.yaml +++ b/bitnami/jupyterhub/templates/proxy/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 diff --git a/bitnami/jupyterhub/templates/proxy/tls-secret.yaml b/bitnami/jupyterhub/templates/proxy/tls-secret.yaml index d2f16cc38d..85698a7b19 100644 --- a/bitnami/jupyterhub/templates/proxy/tls-secret.yaml +++ b/bitnami/jupyterhub/templates/proxy/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.proxy.ingress.enabled }} {{- if .Values.proxy.ingress.secrets }} {{- range .Values.proxy.ingress.secrets }} diff --git a/bitnami/jupyterhub/templates/singleuser/networkpolicy.yaml b/bitnami/jupyterhub/templates/singleuser/networkpolicy.yaml index 7715315e1c..34e538d9fe 100644 --- a/bitnami/jupyterhub/templates/singleuser/networkpolicy.yaml +++ b/bitnami/jupyterhub/templates/singleuser/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.singleuser.networkPolicy.enabled -}} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/jupyterhub/templates/singleuser/service-account.yaml b/bitnami/jupyterhub/templates/singleuser/service-account.yaml index daad4a3e16..f1fb3d6841 100644 --- a/bitnami/jupyterhub/templates/singleuser/service-account.yaml +++ b/bitnami/jupyterhub/templates/singleuser/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.singleuser.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index 6cd1fc3316..ac8dd3afb6 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index a649dadb8f..083ec30e7d 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/kafka/templates/_helpers.tpl b/bitnami/kafka/templates/_helpers.tpl index adefac6ef3..b5823fe293 100644 --- a/bitnami/kafka/templates/_helpers.tpl +++ b/bitnami/kafka/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/kafka/templates/configmap.yaml b/bitnami/kafka/templates/configmap.yaml index 509fd1c4fd..0c37ad5712 100644 --- a/bitnami/kafka/templates/configmap.yaml +++ b/bitnami/kafka/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kafka.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kafka/templates/extra-list.yaml b/bitnami/kafka/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kafka/templates/extra-list.yaml +++ b/bitnami/kafka/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kafka/templates/jaas-secret.yaml b/bitnami/kafka/templates/jaas-secret.yaml index bde823f5bc..28fd16bb37 100644 --- a/bitnami/kafka/templates/jaas-secret.yaml +++ b/bitnami/kafka/templates/jaas-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $port := print .Values.service.ports.client }} {{- $host := list }} diff --git a/bitnami/kafka/templates/jmx-configmap.yaml b/bitnami/kafka/templates/jmx-configmap.yaml index d02147efc4..4906b382c5 100644 --- a/bitnami/kafka/templates/jmx-configmap.yaml +++ b/bitnami/kafka/templates/jmx-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kafka.metrics.jmx.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kafka/templates/jmx-metrics-svc.yaml b/bitnami/kafka/templates/jmx-metrics-svc.yaml index 35c79f41fe..d9df9921cf 100644 --- a/bitnami/kafka/templates/jmx-metrics-svc.yaml +++ b/bitnami/kafka/templates/jmx-metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.jmx.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kafka/templates/kafka-metrics-deployment.yaml b/bitnami/kafka/templates/kafka-metrics-deployment.yaml index bf731f20bf..d5b6c9c99d 100644 --- a/bitnami/kafka/templates/kafka-metrics-deployment.yaml +++ b/bitnami/kafka/templates/kafka-metrics-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.kafka.enabled }} {{- $replicaCount := int .Values.replicaCount -}} {{- $releaseNamespace := .Release.Namespace -}} diff --git a/bitnami/kafka/templates/kafka-metrics-serviceaccount.yaml b/bitnami/kafka/templates/kafka-metrics-serviceaccount.yaml index f8e3eb3051..c798e5cf93 100644 --- a/bitnami/kafka/templates/kafka-metrics-serviceaccount.yaml +++ b/bitnami/kafka/templates/kafka-metrics-serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.kafka.enabled .Values.metrics.kafka.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kafka/templates/kafka-metrics-svc.yaml b/bitnami/kafka/templates/kafka-metrics-svc.yaml index 9daae4a1ad..0c90acdd62 100644 --- a/bitnami/kafka/templates/kafka-metrics-svc.yaml +++ b/bitnami/kafka/templates/kafka-metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.kafka.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kafka/templates/kafka-provisioning-secret.yaml b/bitnami/kafka/templates/kafka-provisioning-secret.yaml index 0c0fb1bc18..9aaaa24997 100644 --- a/bitnami/kafka/templates/kafka-provisioning-secret.yaml +++ b/bitnami/kafka/templates/kafka-provisioning-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.provisioning.enabled (include "kafka.client.tlsEncryption" .) (not .Values.provisioning.auth.tls.passwordsSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/kafka/templates/kafka-provisioning-serviceaccount.yaml b/bitnami/kafka/templates/kafka-provisioning-serviceaccount.yaml index 47614674c1..f384dbcfa0 100644 --- a/bitnami/kafka/templates/kafka-provisioning-serviceaccount.yaml +++ b/bitnami/kafka/templates/kafka-provisioning-serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.provisioning.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kafka/templates/kafka-provisioning.yaml b/bitnami/kafka/templates/kafka-provisioning.yaml index 1fe9d7e9f5..646de5d5b8 100644 --- a/bitnami/kafka/templates/kafka-provisioning.yaml +++ b/bitnami/kafka/templates/kafka-provisioning.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.provisioning.enabled }} {{- $replicaCount := int .Values.replicaCount }} kind: Job diff --git a/bitnami/kafka/templates/log4j-configmap.yaml b/bitnami/kafka/templates/log4j-configmap.yaml index 8f7bc6c14b..66c0aa9818 100644 --- a/bitnami/kafka/templates/log4j-configmap.yaml +++ b/bitnami/kafka/templates/log4j-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kafka.log4j.createConfigMap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kafka/templates/networkpolicy-egress.yaml b/bitnami/kafka/templates/networkpolicy-egress.yaml index 068024a0eb..f7c723cc6c 100644 --- a/bitnami/kafka/templates/networkpolicy-egress.yaml +++ b/bitnami/kafka/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.egressRules.customRules }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/kafka/templates/networkpolicy-ingress.yaml b/bitnami/kafka/templates/networkpolicy-ingress.yaml index fa38240955..a7ee7017e4 100644 --- a/bitnami/kafka/templates/networkpolicy-ingress.yaml +++ b/bitnami/kafka/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/kafka/templates/poddisruptionbudget.yaml b/bitnami/kafka/templates/poddisruptionbudget.yaml index e0a60151d2..f991a0c3af 100644 --- a/bitnami/kafka/templates/poddisruptionbudget.yaml +++ b/bitnami/kafka/templates/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.replicaCount }} {{- if and .Values.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/kafka/templates/prometheusrule.yaml b/bitnami/kafka/templates/prometheusrule.yaml index bce728a37c..8bbe041a77 100644 --- a/bitnami/kafka/templates/prometheusrule.yaml +++ b/bitnami/kafka/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.metrics.kafka.enabled .Values.metrics.jmx.enabled) .Values.metrics.prometheusRule.enabled .Values.metrics.prometheusRule.groups }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/kafka/templates/role.yaml b/bitnami/kafka/templates/role.yaml index 63215b3b8e..4c8a679fbc 100644 --- a/bitnami/kafka/templates/role.yaml +++ b/bitnami/kafka/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/kafka/templates/rolebinding.yaml b/bitnami/kafka/templates/rolebinding.yaml index fb5e3a1574..ff7c8e8f94 100644 --- a/bitnami/kafka/templates/rolebinding.yaml +++ b/bitnami/kafka/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/kafka/templates/scripts-configmap.yaml b/bitnami/kafka/templates/scripts-configmap.yaml index 3f2604657f..6b7f6ef8d2 100644 --- a/bitnami/kafka/templates/scripts-configmap.yaml +++ b/bitnami/kafka/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/kafka/templates/serviceaccount.yaml b/bitnami/kafka/templates/serviceaccount.yaml index 73091f5d74..0c9b935a9a 100644 --- a/bitnami/kafka/templates/serviceaccount.yaml +++ b/bitnami/kafka/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kafka/templates/servicemonitor-jmx-metrics.yaml b/bitnami/kafka/templates/servicemonitor-jmx-metrics.yaml index 1919feebba..b28b3c366c 100644 --- a/bitnami/kafka/templates/servicemonitor-jmx-metrics.yaml +++ b/bitnami/kafka/templates/servicemonitor-jmx-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.jmx.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kafka/templates/servicemonitor-metrics.yaml b/bitnami/kafka/templates/servicemonitor-metrics.yaml index 343194667f..a84963fefb 100644 --- a/bitnami/kafka/templates/servicemonitor-metrics.yaml +++ b/bitnami/kafka/templates/servicemonitor-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.kafka.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kafka/templates/statefulset.yaml b/bitnami/kafka/templates/statefulset.yaml index 84544c71ca..de7fa5ab76 100644 --- a/bitnami/kafka/templates/statefulset.yaml +++ b/bitnami/kafka/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.replicaCount }} {{- $fullname := include "common.names.fullname" . }} {{- $releaseNamespace := .Release.Namespace }} diff --git a/bitnami/kafka/templates/svc-external-access.yaml b/bitnami/kafka/templates/svc-external-access.yaml index 0898756dc8..b673714ad4 100644 --- a/bitnami/kafka/templates/svc-external-access.yaml +++ b/bitnami/kafka/templates/svc-external-access.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.externalAccess.enabled }} {{- $fullName := include "common.names.fullname" . }} {{- $replicaCount := .Values.replicaCount | int }} diff --git a/bitnami/kafka/templates/svc-headless.yaml b/bitnami/kafka/templates/svc-headless.yaml index e2f0eeb5ff..92a51171af 100644 --- a/bitnami/kafka/templates/svc-headless.yaml +++ b/bitnami/kafka/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kafka/templates/svc.yaml b/bitnami/kafka/templates/svc.yaml index 8e0472a1df..b1c9cbef3a 100644 --- a/bitnami/kafka/templates/svc.yaml +++ b/bitnami/kafka/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kafka/templates/tls-secrets.yaml b/bitnami/kafka/templates/tls-secrets.yaml index d6b1adc28f..167a319e75 100644 --- a/bitnami/kafka/templates/tls-secrets.yaml +++ b/bitnami/kafka/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kafka.createTlsSecret" .) }} {{- $replicaCount := int .Values.replicaCount }} {{- $releaseNamespace := .Release.Namespace }} diff --git a/bitnami/kafka/values.yaml b/bitnami/kafka/values.yaml index 4920770e67..20fc94a11f 100644 --- a/bitnami/kafka/values.yaml +++ b/bitnami/kafka/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/keycloak/Chart.yaml b/bitnami/keycloak/Chart.yaml index fe9c7fd16c..22ce189885 100644 --- a/bitnami/keycloak/Chart.yaml +++ b/bitnami/keycloak/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/keycloak/templates/_helpers.tpl b/bitnami/keycloak/templates/_helpers.tpl index 02a131a3b3..c813405993 100644 --- a/bitnami/keycloak/templates/_helpers.tpl +++ b/bitnami/keycloak/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Keycloak image name */}} diff --git a/bitnami/keycloak/templates/configmap-env-vars.yaml b/bitnami/keycloak/templates/configmap-env-vars.yaml index 1f5f0148a3..b21b6a0efe 100644 --- a/bitnami/keycloak/templates/configmap-env-vars.yaml +++ b/bitnami/keycloak/templates/configmap-env-vars.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/keycloak/templates/configmap.yaml b/bitnami/keycloak/templates/configmap.yaml index 09d6ad7f08..cac21dba6d 100644 --- a/bitnami/keycloak/templates/configmap.yaml +++ b/bitnami/keycloak/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "keycloak.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/keycloak/templates/extra-list.yaml b/bitnami/keycloak/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/keycloak/templates/extra-list.yaml +++ b/bitnami/keycloak/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/keycloak/templates/headless-service.yaml b/bitnami/keycloak/templates/headless-service.yaml index 1a48dbc807..d8db51e730 100644 --- a/bitnami/keycloak/templates/headless-service.yaml +++ b/bitnami/keycloak/templates/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/keycloak/templates/hpa.yaml b/bitnami/keycloak/templates/hpa.yaml index ec198307fe..5faebcbfa9 100644 --- a/bitnami/keycloak/templates/hpa.yaml +++ b/bitnami/keycloak/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/keycloak/templates/ingress.yaml b/bitnami/keycloak/templates/ingress.yaml index 9e64cbfabd..3ba331ddcb 100644 --- a/bitnami/keycloak/templates/ingress.yaml +++ b/bitnami/keycloak/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/keycloak/templates/init-scripts-configmap.yaml b/bitnami/keycloak/templates/init-scripts-configmap.yaml index e194e7990e..de6010d18d 100644 --- a/bitnami/keycloak/templates/init-scripts-configmap.yaml +++ b/bitnami/keycloak/templates/init-scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.initdbScripts (not .Values.initdbScriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/keycloak/templates/keycloak-config-cli-configmap.yaml b/bitnami/keycloak/templates/keycloak-config-cli-configmap.yaml index bf1b74c5ef..b556a7df15 100644 --- a/bitnami/keycloak/templates/keycloak-config-cli-configmap.yaml +++ b/bitnami/keycloak/templates/keycloak-config-cli-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "keycloak.keycloakConfigCli.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/keycloak/templates/keycloak-config-cli-job.yaml b/bitnami/keycloak/templates/keycloak-config-cli-job.yaml index 7499687bdd..13370a88c7 100644 --- a/bitnami/keycloak/templates/keycloak-config-cli-job.yaml +++ b/bitnami/keycloak/templates/keycloak-config-cli-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.keycloakConfigCli.enabled }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/keycloak/templates/metrics-service.yaml b/bitnami/keycloak/templates/metrics-service.yaml index 5c659111b5..5c7cb8aae6 100644 --- a/bitnami/keycloak/templates/metrics-service.yaml +++ b/bitnami/keycloak/templates/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/keycloak/templates/networkpolicy.yaml b/bitnami/keycloak/templates/networkpolicy.yaml index d85024227f..c53836d03e 100644 --- a/bitnami/keycloak/templates/networkpolicy.yaml +++ b/bitnami/keycloak/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/keycloak/templates/pdb.yaml b/bitnami/keycloak/templates/pdb.yaml index c5935280e8..b91e0f11e9 100644 --- a/bitnami/keycloak/templates/pdb.yaml +++ b/bitnami/keycloak/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/keycloak/templates/prometheusrule.yaml b/bitnami/keycloak/templates/prometheusrule.yaml index 41ed6e48ae..b3903136f2 100644 --- a/bitnami/keycloak/templates/prometheusrule.yaml +++ b/bitnami/keycloak/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled .Values.metrics.prometheusRule.groups}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/keycloak/templates/role.yaml b/bitnami/keycloak/templates/role.yaml index bc915f7cef..2b5a49f0c4 100644 --- a/bitnami/keycloak/templates/role.yaml +++ b/bitnami/keycloak/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/keycloak/templates/rolebinding.yaml b/bitnami/keycloak/templates/rolebinding.yaml index b11e93824e..5ddeb2b7dc 100644 --- a/bitnami/keycloak/templates/rolebinding.yaml +++ b/bitnami/keycloak/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/keycloak/templates/secret-external-db.yaml b/bitnami/keycloak/templates/secret-external-db.yaml index 292dcb200e..761bc989c4 100644 --- a/bitnami/keycloak/templates/secret-external-db.yaml +++ b/bitnami/keycloak/templates/secret-external-db.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) (not .Values.postgresql.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/keycloak/templates/secrets.yaml b/bitnami/keycloak/templates/secrets.yaml index 8df566c65a..ef313149f7 100644 --- a/bitnami/keycloak/templates/secrets.yaml +++ b/bitnami/keycloak/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.auth.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/keycloak/templates/service.yaml b/bitnami/keycloak/templates/service.yaml index 54039dd51a..d22e16dbdf 100644 --- a/bitnami/keycloak/templates/service.yaml +++ b/bitnami/keycloak/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/keycloak/templates/serviceaccount.yaml b/bitnami/keycloak/templates/serviceaccount.yaml index 98630a63a1..3859cad0c7 100644 --- a/bitnami/keycloak/templates/serviceaccount.yaml +++ b/bitnami/keycloak/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/keycloak/templates/servicemonitor.yaml b/bitnami/keycloak/templates/servicemonitor.yaml index 60f26c0440..a0d073e46b 100644 --- a/bitnami/keycloak/templates/servicemonitor.yaml +++ b/bitnami/keycloak/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/keycloak/templates/statefulset.yaml b/bitnami/keycloak/templates/statefulset.yaml index 05f9da07e3..97f8927171 100644 --- a/bitnami/keycloak/templates/statefulset.yaml +++ b/bitnami/keycloak/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/keycloak/templates/tls-pass-secret.yaml b/bitnami/keycloak/templates/tls-pass-secret.yaml index 9955457381..aa6e72d81e 100644 --- a/bitnami/keycloak/templates/tls-pass-secret.yaml +++ b/bitnami/keycloak/templates/tls-pass-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.tls.keystorePassword .Values.tls.truststorePassword) (not .Values.tls.passwordsSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/keycloak/templates/tls-secret.yaml b/bitnami/keycloak/templates/tls-secret.yaml index e554bb23b8..cd90df3754 100644 --- a/bitnami/keycloak/templates/tls-secret.yaml +++ b/bitnami/keycloak/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/keycloak/values.yaml b/bitnami/keycloak/values.yaml index 2b4130ff11..97c5e8ed0f 100644 --- a/bitnami/keycloak/values.yaml +++ b/bitnami/keycloak/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kiam/Chart.yaml b/bitnami/kiam/Chart.yaml index eb3ca793ef..8917ed4769 100644 --- a/bitnami/kiam/Chart.yaml +++ b/bitnami/kiam/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/kiam/templates/_helpers.tpl b/bitnami/kiam/templates/_helpers.tpl index f154ee8068..d903cf0339 100644 --- a/bitnami/kiam/templates/_helpers.tpl +++ b/bitnami/kiam/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper kiam image name */}} diff --git a/bitnami/kiam/templates/agent/agent-daemonset.yaml b/bitnami/kiam/templates/agent/agent-daemonset.yaml index 4d31cde74b..296d22874e 100644 --- a/bitnami/kiam/templates/agent/agent-daemonset.yaml +++ b/bitnami/kiam/templates/agent/agent-daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.agent.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/kiam/templates/agent/agent-psp-clusterrole.yaml b/bitnami/kiam/templates/agent/agent-psp-clusterrole.yaml index f751fc28ce..6f810f70be 100644 --- a/bitnami/kiam/templates/agent/agent-psp-clusterrole.yaml +++ b/bitnami/kiam/templates/agent/agent-psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.agent.enabled .Values.agent.podSecurityPolicy.create .Values.rbac.create }} kind: ClusterRole diff --git a/bitnami/kiam/templates/agent/agent-psp-clusterrolebinding.yaml b/bitnami/kiam/templates/agent/agent-psp-clusterrolebinding.yaml index cf8cfa5650..e80f82b173 100644 --- a/bitnami/kiam/templates/agent/agent-psp-clusterrolebinding.yaml +++ b/bitnami/kiam/templates/agent/agent-psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.agent.enabled .Values.agent.podSecurityPolicy.create .Values.rbac.create }} kind: ClusterRoleBinding diff --git a/bitnami/kiam/templates/agent/agent-psp.yaml b/bitnami/kiam/templates/agent/agent-psp.yaml index ef83e62ca5..bffc25b667 100644 --- a/bitnami/kiam/templates/agent/agent-psp.yaml +++ b/bitnami/kiam/templates/agent/agent-psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.agent.enabled .Values.agent.podSecurityPolicy.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/kiam/templates/agent/agent-secret.yaml b/bitnami/kiam/templates/agent/agent-secret.yaml index e0147b0ce3..d755c53104 100644 --- a/bitnami/kiam/templates/agent/agent-secret.yaml +++ b/bitnami/kiam/templates/agent/agent-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.agent.enabled (not .Values.agent.tlsSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/kiam/templates/agent/agent-service-account.yaml b/bitnami/kiam/templates/agent/agent-service-account.yaml index 2868428502..139cc9b5e5 100644 --- a/bitnami/kiam/templates/agent/agent-service-account.yaml +++ b/bitnami/kiam/templates/agent/agent-service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.agent.enabled .Values.agent.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kiam/templates/agent/agent-service.yaml b/bitnami/kiam/templates/agent/agent-service.yaml index 09b3f390e2..d7a62856c1 100644 --- a/bitnami/kiam/templates/agent/agent-service.yaml +++ b/bitnami/kiam/templates/agent/agent-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.agent.enabled }} {{- if .Values.agent.metrics.enabled }} apiVersion: v1 diff --git a/bitnami/kiam/templates/agent/agent-servicemonitor.yaml b/bitnami/kiam/templates/agent/agent-servicemonitor.yaml index 7210b9fbf3..bdf351a06f 100644 --- a/bitnami/kiam/templates/agent/agent-servicemonitor.yaml +++ b/bitnami/kiam/templates/agent/agent-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.agent.enabled .Values.agent.metrics.enabled .Values.agent.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kiam/templates/extra-list.yaml b/bitnami/kiam/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kiam/templates/extra-list.yaml +++ b/bitnami/kiam/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kiam/templates/server/server-daemonset.yaml b/bitnami/kiam/templates/server/server-daemonset.yaml index f730f95f18..dd286e6143 100644 --- a/bitnami/kiam/templates/server/server-daemonset.yaml +++ b/bitnami/kiam/templates/server/server-daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled (eq .Values.server.resourceType "daemonset") }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/kiam/templates/server/server-deployment.yaml b/bitnami/kiam/templates/server/server-deployment.yaml index 8487bb0a6f..15cd2e826b 100644 --- a/bitnami/kiam/templates/server/server-deployment.yaml +++ b/bitnami/kiam/templates/server/server-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled (eq .Values.server.resourceType "deployment") }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kiam/templates/server/server-psp-clusterrole.yaml b/bitnami/kiam/templates/server/server-psp-clusterrole.yaml index fc16934fdb..a6f072abfd 100644 --- a/bitnami/kiam/templates/server/server-psp-clusterrole.yaml +++ b/bitnami/kiam/templates/server/server-psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.server.enabled .Values.server.podSecurityPolicy.create .Values.rbac.create }} kind: ClusterRole diff --git a/bitnami/kiam/templates/server/server-psp-clusterrolebinding.yaml b/bitnami/kiam/templates/server/server-psp-clusterrolebinding.yaml index 0e7e684731..1941bd7b09 100644 --- a/bitnami/kiam/templates/server/server-psp-clusterrolebinding.yaml +++ b/bitnami/kiam/templates/server/server-psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.server.enabled .Values.server.podSecurityPolicy.create .Values.rbac.create }} kind: ClusterRoleBinding diff --git a/bitnami/kiam/templates/server/server-psp.yaml b/bitnami/kiam/templates/server/server-psp.yaml index d949b1910d..1c333b243d 100644 --- a/bitnami/kiam/templates/server/server-psp.yaml +++ b/bitnami/kiam/templates/server/server-psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.server.enabled .Values.server.podSecurityPolicy.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/kiam/templates/server/server-read-clusterrole.yaml b/bitnami/kiam/templates/server/server-read-clusterrole.yaml index 407d60f0b2..c6bd6aa417 100644 --- a/bitnami/kiam/templates/server/server-read-clusterrole.yaml +++ b/bitnami/kiam/templates/server/server-read-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kiam/templates/server/server-read-clusterrolebinding.yaml b/bitnami/kiam/templates/server/server-read-clusterrolebinding.yaml index 7729de0804..fc0e412228 100644 --- a/bitnami/kiam/templates/server/server-read-clusterrolebinding.yaml +++ b/bitnami/kiam/templates/server/server-read-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kiam/templates/server/server-secret.yaml b/bitnami/kiam/templates/server/server-secret.yaml index e0a6ef6478..1b7b9b5fc4 100644 --- a/bitnami/kiam/templates/server/server-secret.yaml +++ b/bitnami/kiam/templates/server/server-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled (not .Values.server.tlsSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/kiam/templates/server/server-service-account.yaml b/bitnami/kiam/templates/server/server-service-account.yaml index 89d7c8e259..b553f4c69d 100644 --- a/bitnami/kiam/templates/server/server-service-account.yaml +++ b/bitnami/kiam/templates/server/server-service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kiam/templates/server/server-service.yaml b/bitnami/kiam/templates/server/server-service.yaml index 34aa7ffcd4..9db71c9810 100644 --- a/bitnami/kiam/templates/server/server-service.yaml +++ b/bitnami/kiam/templates/server/server-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kiam/templates/server/server-servicemonitor.yaml b/bitnami/kiam/templates/server/server-servicemonitor.yaml index 254fb8550d..2064f0000c 100644 --- a/bitnami/kiam/templates/server/server-servicemonitor.yaml +++ b/bitnami/kiam/templates/server/server-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.metrics.enabled .Values.server.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kiam/templates/server/server-write-clusterrole.yaml b/bitnami/kiam/templates/server/server-write-clusterrole.yaml index 933cd6de97..e76cb73bc7 100644 --- a/bitnami/kiam/templates/server/server-write-clusterrole.yaml +++ b/bitnami/kiam/templates/server/server-write-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} {{- if .Values.rbac.create }} kind: ClusterRole diff --git a/bitnami/kiam/templates/server/server-write-clusterrolebinding.yaml b/bitnami/kiam/templates/server/server-write-clusterrolebinding.yaml index 1484e002bc..755be84e8a 100644 --- a/bitnami/kiam/templates/server/server-write-clusterrolebinding.yaml +++ b/bitnami/kiam/templates/server/server-write-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} {{- if .Values.rbac.create }} kind: ClusterRoleBinding diff --git a/bitnami/kiam/values.yaml b/bitnami/kiam/values.yaml index ca0c232c08..3961442f71 100644 --- a/bitnami/kiam/values.yaml +++ b/bitnami/kiam/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kibana/Chart.yaml b/bitnami/kibana/Chart.yaml index c11e5fa957..5fca388f53 100644 --- a/bitnami/kibana/Chart.yaml +++ b/bitnami/kibana/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/kibana/templates/_helpers.tpl b/bitnami/kibana/templates/_helpers.tpl index a2cb5e1c0f..baed636cce 100644 --- a/bitnami/kibana/templates/_helpers.tpl +++ b/bitnami/kibana/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/kibana/templates/configmap.yaml b/bitnami/kibana/templates/configmap.yaml index 3e38316840..774e5cd451 100644 --- a/bitnami/kibana/templates/configmap.yaml +++ b/bitnami/kibana/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.configurationCM) (and .Values.elasticsearch.hosts .Values.elasticsearch.port) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kibana/templates/deployment.yaml b/bitnami/kibana/templates/deployment.yaml index 00de8aa994..399c289da7 100644 --- a/bitnami/kibana/templates/deployment.yaml +++ b/bitnami/kibana/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.elasticsearch.hosts .Values.elasticsearch.port -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kibana/templates/extra-list.yaml b/bitnami/kibana/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kibana/templates/extra-list.yaml +++ b/bitnami/kibana/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kibana/templates/ingress.yaml b/bitnami/kibana/templates/ingress.yaml index 7df5b75c72..280b3c86df 100644 --- a/bitnami/kibana/templates/ingress.yaml +++ b/bitnami/kibana/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/kibana/templates/plugins-configmap.yaml b/bitnami/kibana/templates/plugins-configmap.yaml index 32a3f58253..3ac57e36b1 100644 --- a/bitnami/kibana/templates/plugins-configmap.yaml +++ b/bitnami/kibana/templates/plugins-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.plugins -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kibana/templates/pvc.yaml b/bitnami/kibana/templates/pvc.yaml index 6cd6f741e1..2ac0c5f1e2 100644 --- a/bitnami/kibana/templates/pvc.yaml +++ b/bitnami/kibana/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/kibana/templates/saved-objects-configmap.yaml b/bitnami/kibana/templates/saved-objects-configmap.yaml index c3aabf7799..a34e246905 100644 --- a/bitnami/kibana/templates/saved-objects-configmap.yaml +++ b/bitnami/kibana/templates/saved-objects-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kibana.importSavedObjects" .) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kibana/templates/secret.yaml b/bitnami/kibana/templates/secret.yaml index 45d5e66f73..d1622fa9f1 100644 --- a/bitnami/kibana/templates/secret.yaml +++ b/bitnami/kibana/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kibana.createSecret" .) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/kibana/templates/service.yaml b/bitnami/kibana/templates/service.yaml index 1f1c40404d..570f0dacef 100644 --- a/bitnami/kibana/templates/service.yaml +++ b/bitnami/kibana/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kibana/templates/serviceaccount.yaml b/bitnami/kibana/templates/serviceaccount.yaml index 27344f8123..36fcf6f076 100644 --- a/bitnami/kibana/templates/serviceaccount.yaml +++ b/bitnami/kibana/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kibana/templates/servicemonitor.yaml b/bitnami/kibana/templates/servicemonitor.yaml index 52d4715fdf..2d54074a14 100644 --- a/bitnami/kibana/templates/servicemonitor.yaml +++ b/bitnami/kibana/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kibana/templates/tls-secret.yaml b/bitnami/kibana/templates/tls-secret.yaml index 7c9ea935e7..a1fd15042e 100644 --- a/bitnami/kibana/templates/tls-secret.yaml +++ b/bitnami/kibana/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/kibana/values.yaml b/bitnami/kibana/values.yaml index 5fb7f7b391..fa09e1fe77 100644 --- a/bitnami/kibana/values.yaml +++ b/bitnami/kibana/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml index 1482233d6e..1ba8659154 100644 --- a/bitnami/kong/Chart.yaml +++ b/bitnami/kong/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/kong/crds/custom-resource-definitions.yaml b/bitnami/kong/crds/custom-resource-definitions.yaml index 0ae945b0cb..110a8d555f 100644 --- a/bitnami/kong/crds/custom-resource-definitions.yaml +++ b/bitnami/kong/crds/custom-resource-definitions.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/kong/templates/_helpers.tpl b/bitnami/kong/templates/_helpers.tpl index 7e2ec766dd..68e1980d80 100644 --- a/bitnami/kong/templates/_helpers.tpl +++ b/bitnami/kong/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper kong image name */}} diff --git a/bitnami/kong/templates/declarative-config-configmap.yaml b/bitnami/kong/templates/declarative-config-configmap.yaml index 8e1e721a38..100a86ff01 100644 --- a/bitnami/kong/templates/declarative-config-configmap.yaml +++ b/bitnami/kong/templates/declarative-config-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kong.declarativeConfig (not .Values.kong.declarativeConfigCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kong/templates/dep-ds.yaml b/bitnami/kong/templates/dep-ds.yaml index 6281b2ef6d..aec2be1210 100644 --- a/bitnami/kong/templates/dep-ds.yaml +++ b/bitnami/kong/templates/dep-ds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} {{- if .Values.useDaemonset }} kind: DaemonSet diff --git a/bitnami/kong/templates/external-database-secret.yaml b/bitnami/kong/templates/external-database-secret.yaml index 93058cf8fe..49109b5242 100644 --- a/bitnami/kong/templates/external-database-secret.yaml +++ b/bitnami/kong/templates/external-database-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "kong.createExternalDBSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/kong/templates/extra-list.yaml b/bitnami/kong/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kong/templates/extra-list.yaml +++ b/bitnami/kong/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kong/templates/hpa.yaml b/bitnami/kong/templates/hpa.yaml index 187f5e8057..f657af0ad6 100644 --- a/bitnami/kong/templates/hpa.yaml +++ b/bitnami/kong/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.autoscaling.enabled (not .Values.useDaemonset) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/kong/templates/ingress-controller-rbac.yaml b/bitnami/kong/templates/ingress-controller-rbac.yaml index 7874515e84..d4b6b3ee78 100644 --- a/bitnami/kong/templates/ingress-controller-rbac.yaml +++ b/bitnami/kong/templates/ingress-controller-rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.rbac.create .Values.ingressController.enabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/kong/templates/ingress-controller-serviceaccount.yaml b/bitnami/kong/templates/ingress-controller-serviceaccount.yaml index 1fbde6c70d..d8e2b25592 100644 --- a/bitnami/kong/templates/ingress-controller-serviceaccount.yaml +++ b/bitnami/kong/templates/ingress-controller-serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingressController.enabled .Values.ingressController.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kong/templates/ingress.yaml b/bitnami/kong/templates/ingress.yaml index 4d160b76a3..431732eabd 100644 --- a/bitnami/kong/templates/ingress.yaml +++ b/bitnami/kong/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} {{- $backendPort := ternary "https-proxy" "http-proxy" .Values.service.disableHttpPort }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} diff --git a/bitnami/kong/templates/kong-prometheus-role.yaml b/bitnami/kong/templates/kong-prometheus-role.yaml index e2654fcddc..1660e0fba8 100644 --- a/bitnami/kong/templates/kong-prometheus-role.yaml +++ b/bitnami/kong/templates/kong-prometheus-role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled .Values.metrics.serviceMonitor.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/kong/templates/kong-prometheus-rolebinding.yaml b/bitnami/kong/templates/kong-prometheus-rolebinding.yaml index 390cbf296b..08ab04fa6d 100644 --- a/bitnami/kong/templates/kong-prometheus-rolebinding.yaml +++ b/bitnami/kong/templates/kong-prometheus-rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled .Values.metrics.serviceMonitor.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/kong/templates/kong-script-configmap.yaml b/bitnami/kong/templates/kong-script-configmap.yaml index 8e2ad7ab4a..d7c48dbb33 100644 --- a/bitnami/kong/templates/kong-script-configmap.yaml +++ b/bitnami/kong/templates/kong-script-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/kong/templates/metrics-exporter-configmap.yaml b/bitnami/kong/templates/metrics-exporter-configmap.yaml index 989d4167f7..68a606f1ef 100644 --- a/bitnami/kong/templates/metrics-exporter-configmap.yaml +++ b/bitnami/kong/templates/metrics-exporter-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kong/templates/metrics-script-configmap.yaml b/bitnami/kong/templates/metrics-script-configmap.yaml index 331095638a..ab0a5b9c69 100644 --- a/bitnami/kong/templates/metrics-script-configmap.yaml +++ b/bitnami/kong/templates/metrics-script-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kong/templates/metrics-service.yaml b/bitnami/kong/templates/metrics-service.yaml index ae27bc36ec..e889b4c9e1 100644 --- a/bitnami/kong/templates/metrics-service.yaml +++ b/bitnami/kong/templates/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/kong/templates/migrate-job.yaml b/bitnami/kong/templates/migrate-job.yaml index d944a482c7..42e8903362 100644 --- a/bitnami/kong/templates/migrate-job.yaml +++ b/bitnami/kong/templates/migrate-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (eq .Values.database "postgresql") (eq .Values.database "cassandra") }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/kong/templates/pdb.yaml b/bitnami/kong/templates/pdb.yaml index a834740b05..993fcba6c4 100644 --- a/bitnami/kong/templates/pdb.yaml +++ b/bitnami/kong/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pdb.create (not .Values.useDaemonset) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/kong/templates/service.yaml b/bitnami/kong/templates/service.yaml index b72ea49dff..d83418be5b 100644 --- a/bitnami/kong/templates/service.yaml +++ b/bitnami/kong/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kong/templates/servicemonitor.yaml b/bitnami/kong/templates/servicemonitor.yaml index 69dd038dcc..1497989b14 100644 --- a/bitnami/kong/templates/servicemonitor.yaml +++ b/bitnami/kong/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kong/templates/tls-secrets.yaml b/bitnami/kong/templates/tls-secrets.yaml index fde878f2ef..fb51f3b8e5 100644 --- a/bitnami/kong/templates/tls-secrets.yaml +++ b/bitnami/kong/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/kong/values.yaml b/bitnami/kong/values.yaml index 65f11f7f93..9af73afb9a 100644 --- a/bitnami/kong/values.yaml +++ b/bitnami/kong/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kube-prometheus/Chart.yaml b/bitnami/kube-prometheus/Chart.yaml index 71c3b3b300..c1f03970bf 100644 --- a/bitnami/kube-prometheus/Chart.yaml +++ b/bitnami/kube-prometheus/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/kube-prometheus/crds/crd-alertmanager-config.yaml b/bitnami/kube-prometheus/crds/crd-alertmanager-config.yaml index d091466f77..be1ed7662d 100644 --- a/bitnami/kube-prometheus/crds/crd-alertmanager-config.yaml +++ b/bitnami/kube-prometheus/crds/crd-alertmanager-config.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-alertmanager.yaml b/bitnami/kube-prometheus/crds/crd-alertmanager.yaml index 5904dae53d..85a40572bc 100644 --- a/bitnami/kube-prometheus/crds/crd-alertmanager.yaml +++ b/bitnami/kube-prometheus/crds/crd-alertmanager.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-podmonitor.yaml b/bitnami/kube-prometheus/crds/crd-podmonitor.yaml index 2189c7a7ab..bdf3030a14 100644 --- a/bitnami/kube-prometheus/crds/crd-podmonitor.yaml +++ b/bitnami/kube-prometheus/crds/crd-podmonitor.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-probes.yaml b/bitnami/kube-prometheus/crds/crd-probes.yaml index a689dd4343..2a17cf5f9c 100644 --- a/bitnami/kube-prometheus/crds/crd-probes.yaml +++ b/bitnami/kube-prometheus/crds/crd-probes.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-prometheus.yaml b/bitnami/kube-prometheus/crds/crd-prometheus.yaml index 93eb90a0b7..d0768cc562 100644 --- a/bitnami/kube-prometheus/crds/crd-prometheus.yaml +++ b/bitnami/kube-prometheus/crds/crd-prometheus.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-prometheusagents.yaml b/bitnami/kube-prometheus/crds/crd-prometheusagents.yaml index 7a392f00c9..ead3407098 100644 --- a/bitnami/kube-prometheus/crds/crd-prometheusagents.yaml +++ b/bitnami/kube-prometheus/crds/crd-prometheusagents.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-prometheusrules.yaml b/bitnami/kube-prometheus/crds/crd-prometheusrules.yaml index 41b0dc378c..cc18dd037e 100644 --- a/bitnami/kube-prometheus/crds/crd-prometheusrules.yaml +++ b/bitnami/kube-prometheus/crds/crd-prometheusrules.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-scrapeconfigs.yaml b/bitnami/kube-prometheus/crds/crd-scrapeconfigs.yaml index cc5cad6b10..fb244f71b5 100644 --- a/bitnami/kube-prometheus/crds/crd-scrapeconfigs.yaml +++ b/bitnami/kube-prometheus/crds/crd-scrapeconfigs.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-servicemonitor.yaml b/bitnami/kube-prometheus/crds/crd-servicemonitor.yaml index b984e4dc7f..088c2c03b1 100644 --- a/bitnami/kube-prometheus/crds/crd-servicemonitor.yaml +++ b/bitnami/kube-prometheus/crds/crd-servicemonitor.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/crds/crd-thanosrulers.yaml b/bitnami/kube-prometheus/crds/crd-thanosrulers.yaml index 3788117b77..54c270bd83 100644 --- a/bitnami/kube-prometheus/crds/crd-thanosrulers.yaml +++ b/bitnami/kube-prometheus/crds/crd-thanosrulers.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.65.1/example/prometheus-operator-crd/monitoring.coreos.com_thanosrulers.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/kube-prometheus/templates/_helpers.tpl b/bitnami/kube-prometheus/templates/_helpers.tpl index f4bc44abcd..4391dcee9c 100644 --- a/bitnami/kube-prometheus/templates/_helpers.tpl +++ b/bitnami/kube-prometheus/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/kube-prometheus/templates/alertmanager/alertmanager.yaml b/bitnami/kube-prometheus/templates/alertmanager/alertmanager.yaml index 760a6e6118..30b7f2090d 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/alertmanager.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/alertmanager.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: monitoring.coreos.com/v1 kind: Alertmanager diff --git a/bitnami/kube-prometheus/templates/alertmanager/ingress.yaml b/bitnami/kube-prometheus/templates/alertmanager/ingress.yaml index 68d4a6ccff..1855667b6a 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/ingress.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/kube-prometheus/templates/alertmanager/pdb.yaml b/bitnami/kube-prometheus/templates/alertmanager/pdb.yaml index 15966c8f40..b880a97f67 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/pdb.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrole.yaml b/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrole.yaml index 3cf3dae878..1aed2a17cc 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrole.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.alertmanager.enabled .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrolebinding.yaml b/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrolebinding.yaml index c2b1cde334..6242dd7682 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrolebinding.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.alertmanager.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kube-prometheus/templates/alertmanager/psp.yaml b/bitnami/kube-prometheus/templates/alertmanager/psp.yaml index 7f1ec8f00f..55358470c8 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/psp.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.alertmanager.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/kube-prometheus/templates/alertmanager/secrets.yaml b/bitnami/kube-prometheus/templates/alertmanager/secrets.yaml index ef85ec1b7f..8cd942c5e3 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/secrets.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (and .Values.alertmanager.enabled (not .Values.alertmanager.externalConfig) ) }} apiVersion: v1 kind: Secret diff --git a/bitnami/kube-prometheus/templates/alertmanager/service.yaml b/bitnami/kube-prometheus/templates/alertmanager/service.yaml index 4eefb2a8e5..2f95e28c46 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/service.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/alertmanager/serviceaccount.yaml b/bitnami/kube-prometheus/templates/alertmanager/serviceaccount.yaml index a1addca951..4efb97a039 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/serviceaccount.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kube-prometheus/templates/alertmanager/servicemonitor.yaml b/bitnami/kube-prometheus/templates/alertmanager/servicemonitor.yaml index 96f312e39a..d711dae134 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/alertmanager/tls-secrets.yaml b/bitnami/kube-prometheus/templates/alertmanager/tls-secrets.yaml index 777468280e..9ead7f3044 100644 --- a/bitnami/kube-prometheus/templates/alertmanager/tls-secrets.yaml +++ b/bitnami/kube-prometheus/templates/alertmanager/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.ingress.enabled }} {{- if .Values.alertmanager.ingress.secrets }} {{- range .Values.alertmanager.ingress.secrets }} diff --git a/bitnami/kube-prometheus/templates/blackbox-exporter/configmap.yaml b/bitnami/kube-prometheus/templates/blackbox-exporter/configmap.yaml index d18f6a0d47..7885bef3e4 100644 --- a/bitnami/kube-prometheus/templates/blackbox-exporter/configmap.yaml +++ b/bitnami/kube-prometheus/templates/blackbox-exporter/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.blackboxExporter.enabled (not .Values.blackboxExporter.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kube-prometheus/templates/blackbox-exporter/deployment.yaml b/bitnami/kube-prometheus/templates/blackbox-exporter/deployment.yaml index 3958768b9a..7ab1d76f29 100644 --- a/bitnami/kube-prometheus/templates/blackbox-exporter/deployment.yaml +++ b/bitnami/kube-prometheus/templates/blackbox-exporter/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.blackboxExporter.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kube-prometheus/templates/blackbox-exporter/service.yaml b/bitnami/kube-prometheus/templates/blackbox-exporter/service.yaml index 1efd78f5cc..876d62e359 100644 --- a/bitnami/kube-prometheus/templates/blackbox-exporter/service.yaml +++ b/bitnami/kube-prometheus/templates/blackbox-exporter/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.blackboxExporter.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/blackbox-exporter/serviceaccount.yaml b/bitnami/kube-prometheus/templates/blackbox-exporter/serviceaccount.yaml index 98ebd6fb98..7ebf993607 100644 --- a/bitnami/kube-prometheus/templates/blackbox-exporter/serviceaccount.yaml +++ b/bitnami/kube-prometheus/templates/blackbox-exporter/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.blackboxExporter.enabled .Values.blackboxExporter.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kube-prometheus/templates/exporters/core-dns/service.yaml b/bitnami/kube-prometheus/templates/exporters/core-dns/service.yaml index 7c16c425b8..9b9ea16a8a 100644 --- a/bitnami/kube-prometheus/templates/exporters/core-dns/service.yaml +++ b/bitnami/kube-prometheus/templates/exporters/core-dns/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.coreDns.enabled .Values.coreDns.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/exporters/core-dns/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/core-dns/servicemonitor.yaml index 3c4432789f..c1dbda70b2 100644 --- a/bitnami/kube-prometheus/templates/exporters/core-dns/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/core-dns/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.coreDns.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml index e6e90b01b8..96ca08f094 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubeApiServer.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/endpoints.yaml b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/endpoints.yaml index eaa9997c3f..89e3c9170b 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/endpoints.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/endpoints.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeControllerManager.enabled .Values.kubeControllerManager.endpoints }} apiVersion: v1 kind: Endpoints diff --git a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/service.yaml b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/service.yaml index 92f70e5661..3574bcbd6b 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/service.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeControllerManager.enabled .Values.kubeControllerManager.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml index 10ea854fca..d7ba33f892 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubeControllerManager.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/exporters/kube-proxy/endpoints.yaml b/bitnami/kube-prometheus/templates/exporters/kube-proxy/endpoints.yaml index 189405d427..8a27f0aa3a 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-proxy/endpoints.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-proxy/endpoints.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeProxy.enabled .Values.kubeProxy.endpoints }} apiVersion: v1 kind: Endpoints diff --git a/bitnami/kube-prometheus/templates/exporters/kube-proxy/service.yaml b/bitnami/kube-prometheus/templates/exporters/kube-proxy/service.yaml index e1ddc433d5..2ef11c6980 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-proxy/service.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-proxy/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeProxy.enabled .Values.kubeProxy.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/exporters/kube-proxy/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/kube-proxy/servicemonitor.yaml index 1cbdda6083..0b53d3a4d2 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-proxy/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-proxy/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubeProxy.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/endpoints.yaml b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/endpoints.yaml index 0f564f8123..b6d0afb716 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/endpoints.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/endpoints.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeScheduler.enabled .Values.kubeScheduler.endpoints }} apiVersion: v1 kind: Endpoints diff --git a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/service.yaml b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/service.yaml index 0607b0f210..b633d632b2 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/service.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kubeScheduler.enabled .Values.kubeScheduler.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml index d979f73a79..e4db0df077 100644 --- a/bitnami/kube-prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubeScheduler.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/exporters/kubelet/servicemonitor.yaml b/bitnami/kube-prometheus/templates/exporters/kubelet/servicemonitor.yaml index 01fd8753bf..066ed76f01 100644 --- a/bitnami/kube-prometheus/templates/exporters/kubelet/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/exporters/kubelet/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubelet.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/extra-list.yaml b/bitnami/kube-prometheus/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kube-prometheus/templates/extra-list.yaml +++ b/bitnami/kube-prometheus/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/clusterrole.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/clusterrole.yaml index f9df1cb932..ac787a9fe1 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/clusterrole.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.enabled .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/clusterrolebinding.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/clusterrolebinding.yaml index b2303ce369..e3702bb907 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/clusterrolebinding.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.enabled .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/configmap.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/configmap.yaml index 4095c2dfd6..e305280d66 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/configmap.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.operator.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/deployment.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/deployment.yaml index 1bba338819..35a32f829f 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/deployment.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.operator.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrole.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrole.yaml index 192ffef6ce..e7f0793889 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrole.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.operator.enabled .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrolebinding.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrolebinding.yaml index 589b44429a..54e25da644 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrolebinding.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.operator.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/psp.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/psp.yaml index f92d2feaac..cab85f21bf 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/psp.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.operator.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/service.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/service.yaml index c6c7c6852d..d672356569 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/service.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.operator.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/serviceaccount.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/serviceaccount.yaml index 91ff4dfd24..c38259602b 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/serviceaccount.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.enabled .Values.operator.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kube-prometheus/templates/prometheus-operator/servicemonitor.yaml b/bitnami/kube-prometheus/templates/prometheus-operator/servicemonitor.yaml index 88486d537c..2294631dc4 100644 --- a/bitnami/kube-prometheus/templates/prometheus-operator/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/prometheus-operator/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.operator.enabled .Values.operator.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/prometheus/additionalPrometheusRules.yaml b/bitnami/kube-prometheus/templates/prometheus/additionalPrometheusRules.yaml index 7b9c30749a..e625cc8470 100644 --- a/bitnami/kube-prometheus/templates/prometheus/additionalPrometheusRules.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/additionalPrometheusRules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.additionalPrometheusRules }} {{- range .Values.prometheus.additionalPrometheusRules }} --- diff --git a/bitnami/kube-prometheus/templates/prometheus/additionalScrapeJobs.yaml b/bitnami/kube-prometheus/templates/prometheus/additionalScrapeJobs.yaml index 1ec23a9caf..17adab6573 100644 --- a/bitnami/kube-prometheus/templates/prometheus/additionalScrapeJobs.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/additionalScrapeJobs.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (and .Values.prometheus.additionalScrapeConfigs.enabled (eq .Values.prometheus.additionalScrapeConfigs.type "internal") ) }} apiVersion: v1 kind: Secret diff --git a/bitnami/kube-prometheus/templates/prometheus/clusterrole.yaml b/bitnami/kube-prometheus/templates/prometheus/clusterrole.yaml index 99e5180b4d..bd83eccf0d 100644 --- a/bitnami/kube-prometheus/templates/prometheus/clusterrole.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/kube-prometheus/templates/prometheus/clusterrolebinding.yaml b/bitnami/kube-prometheus/templates/prometheus/clusterrolebinding.yaml index 22b761c09c..f4fd727127 100644 --- a/bitnami/kube-prometheus/templates/prometheus/clusterrolebinding.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/kube-prometheus/templates/prometheus/config-reloader-service.yaml b/bitnami/kube-prometheus/templates/prometheus/config-reloader-service.yaml index 20e99a37a6..bed0f28646 100644 --- a/bitnami/kube-prometheus/templates/prometheus/config-reloader-service.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/config-reloader-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.configReloader.service.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/prometheus/config-reloader-servicemonitor.yaml b/bitnami/kube-prometheus/templates/prometheus/config-reloader-servicemonitor.yaml index 8122577188..75763ee96b 100644 --- a/bitnami/kube-prometheus/templates/prometheus/config-reloader-servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/config-reloader-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.configReloader.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/prometheus/ingress.yaml b/bitnami/kube-prometheus/templates/prometheus/ingress.yaml index 4d34a36d6e..b334abfee9 100644 --- a/bitnami/kube-prometheus/templates/prometheus/ingress.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/kube-prometheus/templates/prometheus/pdb.yaml b/bitnami/kube-prometheus/templates/prometheus/pdb.yaml index dc951cfaaf..01747cc08e 100644 --- a/bitnami/kube-prometheus/templates/prometheus/pdb.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/kube-prometheus/templates/prometheus/prometheus.yaml b/bitnami/kube-prometheus/templates/prometheus/prometheus.yaml index b85dc0f4b8..14e0b8a21d 100644 --- a/bitnami/kube-prometheus/templates/prometheus/prometheus.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/prometheus.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.prometheus.enabled }} apiVersion: monitoring.coreos.com/v1 kind: Prometheus diff --git a/bitnami/kube-prometheus/templates/prometheus/psp-clusterrole.yaml b/bitnami/kube-prometheus/templates/prometheus/psp-clusterrole.yaml index 3f88c87e4e..ff8004d33d 100644 --- a/bitnami/kube-prometheus/templates/prometheus/psp-clusterrole.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) }} {{- if and $pspAvailable .Values.prometheus.enabled .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/kube-prometheus/templates/prometheus/psp-clusterrolebinding.yaml b/bitnami/kube-prometheus/templates/prometheus/psp-clusterrolebinding.yaml index 228832dbe9..bf26b08d38 100644 --- a/bitnami/kube-prometheus/templates/prometheus/psp-clusterrolebinding.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.prometheus.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kube-prometheus/templates/prometheus/psp.yaml b/bitnami/kube-prometheus/templates/prometheus/psp.yaml index 9867f7b9b0..fc495dd529 100644 --- a/bitnami/kube-prometheus/templates/prometheus/psp.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.prometheus.enabled .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/kube-prometheus/templates/prometheus/service.yaml b/bitnami/kube-prometheus/templates/prometheus/service.yaml index d6d4ea14a4..af4d54fd86 100644 --- a/bitnami/kube-prometheus/templates/prometheus/service.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.prometheus.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/prometheus/serviceaccount.yaml b/bitnami/kube-prometheus/templates/prometheus/serviceaccount.yaml index a8a22281af..be1f045016 100644 --- a/bitnami/kube-prometheus/templates/prometheus/serviceaccount.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kube-prometheus/templates/prometheus/servicemonitor.yaml b/bitnami/kube-prometheus/templates/prometheus/servicemonitor.yaml index 98e5a1c197..d9d542bff1 100644 --- a/bitnami/kube-prometheus/templates/prometheus/servicemonitor.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-prometheus/templates/prometheus/thanos-ingress.yaml b/bitnami/kube-prometheus/templates/prometheus/thanos-ingress.yaml index 9bab909666..c68a85b875 100644 --- a/bitnami/kube-prometheus/templates/prometheus/thanos-ingress.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/thanos-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.thanos.create .Values.prometheus.thanos.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/kube-prometheus/templates/prometheus/thanos-service.yaml b/bitnami/kube-prometheus/templates/prometheus/thanos-service.yaml index 69b8c87ff5..af26429d7b 100644 --- a/bitnami/kube-prometheus/templates/prometheus/thanos-service.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/thanos-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.thanos.create }} apiVersion: v1 kind: Service diff --git a/bitnami/kube-prometheus/templates/prometheus/tls-secrets.yaml b/bitnami/kube-prometheus/templates/prometheus/tls-secrets.yaml index aec1a8db5e..cefea8d11c 100644 --- a/bitnami/kube-prometheus/templates/prometheus/tls-secrets.yaml +++ b/bitnami/kube-prometheus/templates/prometheus/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheus.enabled .Values.prometheus.ingress.enabled }} {{- if .Values.prometheus.ingress.secrets }} {{- range .Values.prometheus.ingress.secrets }} diff --git a/bitnami/kube-prometheus/values.yaml b/bitnami/kube-prometheus/values.yaml index 7591837c56..a1e076ef5a 100644 --- a/bitnami/kube-prometheus/values.yaml +++ b/bitnami/kube-prometheus/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kube-state-metrics/Chart.yaml b/bitnami/kube-state-metrics/Chart.yaml index f3fd10c0d0..1034718e4b 100644 --- a/bitnami/kube-state-metrics/Chart.yaml +++ b/bitnami/kube-state-metrics/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/kube-state-metrics/templates/_helpers.tpl b/bitnami/kube-state-metrics/templates/_helpers.tpl index 2315fa904a..e01c1b619b 100644 --- a/bitnami/kube-state-metrics/templates/_helpers.tpl +++ b/bitnami/kube-state-metrics/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/kube-state-metrics/templates/clusterrole.yaml b/bitnami/kube-state-metrics/templates/clusterrole.yaml index 6ed0e74e30..c23e27c656 100644 --- a/bitnami/kube-state-metrics/templates/clusterrole.yaml +++ b/bitnami/kube-state-metrics/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/kube-state-metrics/templates/clusterrolebinding.yaml b/bitnami/kube-state-metrics/templates/clusterrolebinding.yaml index d7c4aac07f..c2e1041519 100644 --- a/bitnami/kube-state-metrics/templates/clusterrolebinding.yaml +++ b/bitnami/kube-state-metrics/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/kube-state-metrics/templates/deployment.yaml b/bitnami/kube-state-metrics/templates/deployment.yaml index 588ae2d388..24e0b2cf7f 100644 --- a/bitnami/kube-state-metrics/templates/deployment.yaml +++ b/bitnami/kube-state-metrics/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/kube-state-metrics/templates/extra-list.yaml b/bitnami/kube-state-metrics/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kube-state-metrics/templates/extra-list.yaml +++ b/bitnami/kube-state-metrics/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kube-state-metrics/templates/psp-clusterrole.yaml b/bitnami/kube-state-metrics/templates/psp-clusterrole.yaml index 32d2f78f9d..c78b63608c 100644 --- a/bitnami/kube-state-metrics/templates/psp-clusterrole.yaml +++ b/bitnami/kube-state-metrics/templates/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/kube-state-metrics/templates/psp-clusterrolebinding.yaml b/bitnami/kube-state-metrics/templates/psp-clusterrolebinding.yaml index 6a3800a0ad..efebf557e4 100644 --- a/bitnami/kube-state-metrics/templates/psp-clusterrolebinding.yaml +++ b/bitnami/kube-state-metrics/templates/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kube-state-metrics/templates/psp.yaml b/bitnami/kube-state-metrics/templates/psp.yaml index e6ce6fbc57..c2343075af 100644 --- a/bitnami/kube-state-metrics/templates/psp.yaml +++ b/bitnami/kube-state-metrics/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/kube-state-metrics/templates/service.yaml b/bitnami/kube-state-metrics/templates/service.yaml index 23517e415f..049e245838 100644 --- a/bitnami/kube-state-metrics/templates/service.yaml +++ b/bitnami/kube-state-metrics/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kube-state-metrics/templates/serviceaccount.yaml b/bitnami/kube-state-metrics/templates/serviceaccount.yaml index 81c46f81aa..6f596ce4b7 100644 --- a/bitnami/kube-state-metrics/templates/serviceaccount.yaml +++ b/bitnami/kube-state-metrics/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kube-state-metrics/templates/servicemonitor.yaml b/bitnami/kube-state-metrics/templates/servicemonitor.yaml index 6ec5afd3f9..8daf86175d 100644 --- a/bitnami/kube-state-metrics/templates/servicemonitor.yaml +++ b/bitnami/kube-state-metrics/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kube-state-metrics/values.yaml b/bitnami/kube-state-metrics/values.yaml index 258802d8ff..66b7d3d7fd 100644 --- a/bitnami/kube-state-metrics/values.yaml +++ b/bitnami/kube-state-metrics/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kubeapps/Chart.yaml b/bitnami/kubeapps/Chart.yaml index acaa53fcb4..5a756ec7a0 100644 --- a/bitnami/kubeapps/Chart.yaml +++ b/bitnami/kubeapps/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/kubeapps/crds/apprepository-crd.yaml b/bitnami/kubeapps/crds/apprepository-crd.yaml index 0bf8e83128..c30015c714 100644 --- a/bitnami/kubeapps/crds/apprepository-crd.yaml +++ b/bitnami/kubeapps/crds/apprepository-crd.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/kubeapps/templates/_helpers.tpl b/bitnami/kubeapps/templates/_helpers.tpl index 0416e0e15a..b5eea7e604 100644 --- a/bitnami/kubeapps/templates/_helpers.tpl +++ b/bitnami/kubeapps/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/kubeapps/templates/apprepository/apprepositories-secret.yaml b/bitnami/kubeapps/templates/apprepository/apprepositories-secret.yaml index 3f34bb240e..34a97bef4e 100644 --- a/bitnami/kubeapps/templates/apprepository/apprepositories-secret.yaml +++ b/bitnami/kubeapps/templates/apprepository/apprepositories-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.packaging.helm.enabled }} {{- range .Values.apprepository.initialRepos }} {{- if or .caCert .authorizationHeader .basicAuth }} diff --git a/bitnami/kubeapps/templates/apprepository/apprepositories.yaml b/bitnami/kubeapps/templates/apprepository/apprepositories.yaml index 65c69694d0..e12718f458 100644 --- a/bitnami/kubeapps/templates/apprepository/apprepositories.yaml +++ b/bitnami/kubeapps/templates/apprepository/apprepositories.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.packaging.helm.enabled }} {{- range .Values.apprepository.initialRepos }} apiVersion: kubeapps.com/v1alpha1 diff --git a/bitnami/kubeapps/templates/apprepository/deployment.yaml b/bitnami/kubeapps/templates/apprepository/deployment.yaml index 4a14ff31e5..02a668da75 100644 --- a/bitnami/kubeapps/templates/apprepository/deployment.yaml +++ b/bitnami/kubeapps/templates/apprepository/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.packaging.helm.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kubeapps/templates/apprepository/rbac.yaml b/bitnami/kubeapps/templates/apprepository/rbac.yaml index 6f30336cc1..87eeccf0f6 100644 --- a/bitnami/kubeapps/templates/apprepository/rbac.yaml +++ b/bitnami/kubeapps/templates/apprepository/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.packaging.helm.enabled }} {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kubeapps/templates/apprepository/serviceaccount.yaml b/bitnami/kubeapps/templates/apprepository/serviceaccount.yaml index 403f13356c..83c2120d74 100644 --- a/bitnami/kubeapps/templates/apprepository/serviceaccount.yaml +++ b/bitnami/kubeapps/templates/apprepository/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.apprepository.serviceAccount.create .Values.packaging.helm.enabled }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kubeapps/templates/dashboard/configmap.yaml b/bitnami/kubeapps/templates/dashboard/configmap.yaml index c70a71aef6..7ade98f95b 100644 --- a/bitnami/kubeapps/templates/dashboard/configmap.yaml +++ b/bitnami/kubeapps/templates/dashboard/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.enabled -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kubeapps/templates/dashboard/deployment.yaml b/bitnami/kubeapps/templates/dashboard/deployment.yaml index 1a06d3da82..d6d7c20927 100644 --- a/bitnami/kubeapps/templates/dashboard/deployment.yaml +++ b/bitnami/kubeapps/templates/dashboard/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.enabled -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/kubeapps/templates/dashboard/service.yaml b/bitnami/kubeapps/templates/dashboard/service.yaml index eabfc46df4..9bf73ce297 100644 --- a/bitnami/kubeapps/templates/dashboard/service.yaml +++ b/bitnami/kubeapps/templates/dashboard/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dashboard.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/kubeapps/templates/extra-list.yaml b/bitnami/kubeapps/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kubeapps/templates/extra-list.yaml +++ b/bitnami/kubeapps/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kubeapps/templates/frontend/configmap.yaml b/bitnami/kubeapps/templates/frontend/configmap.yaml index 91d00211ab..d01e0d8d83 100644 --- a/bitnami/kubeapps/templates/frontend/configmap.yaml +++ b/bitnami/kubeapps/templates/frontend/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/kubeapps/templates/frontend/deployment.yaml b/bitnami/kubeapps/templates/frontend/deployment.yaml index 673fc29aed..97ce43ee16 100644 --- a/bitnami/kubeapps/templates/frontend/deployment.yaml +++ b/bitnami/kubeapps/templates/frontend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/kubeapps/templates/frontend/oauth2-secret.yaml b/bitnami/kubeapps/templates/frontend/oauth2-secret.yaml index bda60ef3e1..1b6881ae6a 100644 --- a/bitnami/kubeapps/templates/frontend/oauth2-secret.yaml +++ b/bitnami/kubeapps/templates/frontend/oauth2-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.authProxy.enabled (not .Values.authProxy.external) (not .Values.authProxy.existingOauth2Secret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/kubeapps/templates/frontend/service.yaml b/bitnami/kubeapps/templates/frontend/service.yaml index 19161c6e4a..1799a6e323 100644 --- a/bitnami/kubeapps/templates/frontend/service.yaml +++ b/bitnami/kubeapps/templates/frontend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kubeapps/templates/ingress-api.yaml b/bitnami/kubeapps/templates/ingress-api.yaml index 9846337b5e..2f5b74b56d 100644 --- a/bitnami/kubeapps/templates/ingress-api.yaml +++ b/bitnami/kubeapps/templates/ingress-api.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.featureFlags.apiOnly.enabled (not .Values.ingress.enabled) -}} {{ fail "Ingress must be enabled for the API mode to work. Please set \"ingress.enabled\" to true." }} {{- end -}} diff --git a/bitnami/kubeapps/templates/ingress.yaml b/bitnami/kubeapps/templates/ingress.yaml index 39601e442d..00110d478e 100644 --- a/bitnami/kubeapps/templates/ingress.yaml +++ b/bitnami/kubeapps/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingress.enabled (not .Values.featureFlags.apiOnly.enabled) -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/kubeapps/templates/kubeappsapis/configmap.yaml b/bitnami/kubeapps/templates/kubeappsapis/configmap.yaml index 67dbfa85a9..281fa24ddc 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/configmap.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/kubeapps/templates/kubeappsapis/deployment.yaml b/bitnami/kubeapps/templates/kubeappsapis/deployment.yaml index 262eb1de95..f8eccbc7a9 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/deployment.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/kubeapps/templates/kubeappsapis/rbac.yaml b/bitnami/kubeapps/templates/kubeappsapis/rbac.yaml index 70dd5ca4ad..4b718da721 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/rbac.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml b/bitnami/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml index 030fcd0ec7..7655b302e1 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/rbac_fluxv2.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.packaging.flux.enabled }} {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kubeapps/templates/kubeappsapis/service.yaml b/bitnami/kubeapps/templates/kubeappsapis/service.yaml index 9ba7ee6025..f2887eeb2f 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/service.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/kubeapps/templates/kubeappsapis/serviceaccount.yaml b/bitnami/kubeapps/templates/kubeappsapis/serviceaccount.yaml index 03cd558965..001679c8f0 100644 --- a/bitnami/kubeapps/templates/kubeappsapis/serviceaccount.yaml +++ b/bitnami/kubeapps/templates/kubeappsapis/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.kubeappsapis.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kubeapps/templates/shared/config.yaml b/bitnami/kubeapps/templates/shared/config.yaml index b8af8c99c8..fef62e2ca0 100644 --- a/bitnami/kubeapps/templates/shared/config.yaml +++ b/bitnami/kubeapps/templates/shared/config.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if gt (len .Values.clusters) 0 }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/kubeapps/templates/shared/helm-global-repos-namespace.yaml b/bitnami/kubeapps/templates/shared/helm-global-repos-namespace.yaml index 6900adc100..b58262c1f5 100644 --- a/bitnami/kubeapps/templates/shared/helm-global-repos-namespace.yaml +++ b/bitnami/kubeapps/templates/shared/helm-global-repos-namespace.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.apprepository.globalReposNamespaceSuffix .Values.kubeappsapis.pluginConfig.helm.packages.v1alpha1.globalPackagingNamespace }} apiVersion: v1 kind: Namespace diff --git a/bitnami/kubeapps/templates/tls-secrets.yaml b/bitnami/kubeapps/templates/tls-secrets.yaml index ae5d5dd743..5ce71662fd 100644 --- a/bitnami/kubeapps/templates/tls-secrets.yaml +++ b/bitnami/kubeapps/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/kubeapps/values.yaml b/bitnami/kubeapps/values.yaml index ea7fd6d6a6..034b89cbd6 100644 --- a/bitnami/kubeapps/values.yaml +++ b/bitnami/kubeapps/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/kubernetes-event-exporter/Chart.yaml b/bitnami/kubernetes-event-exporter/Chart.yaml index 840b8d98e6..0472dd34de 100644 --- a/bitnami/kubernetes-event-exporter/Chart.yaml +++ b/bitnami/kubernetes-event-exporter/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/kubernetes-event-exporter/templates/_helpers.tpl b/bitnami/kubernetes-event-exporter/templates/_helpers.tpl index ef5fa604b4..27e462f362 100644 --- a/bitnami/kubernetes-event-exporter/templates/_helpers.tpl +++ b/bitnami/kubernetes-event-exporter/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/kubernetes-event-exporter/templates/clusterrole.yaml b/bitnami/kubernetes-event-exporter/templates/clusterrole.yaml index 6f43e70895..855df95291 100644 --- a/bitnami/kubernetes-event-exporter/templates/clusterrole.yaml +++ b/bitnami/kubernetes-event-exporter/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/kubernetes-event-exporter/templates/configmap.yaml b/bitnami/kubernetes-event-exporter/templates/configmap.yaml index cf3522efd6..07d584f2cf 100644 --- a/bitnami/kubernetes-event-exporter/templates/configmap.yaml +++ b/bitnami/kubernetes-event-exporter/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/kubernetes-event-exporter/templates/deployment.yaml b/bitnami/kubernetes-event-exporter/templates/deployment.yaml index 2dd4683b4f..05abe1bc76 100644 --- a/bitnami/kubernetes-event-exporter/templates/deployment.yaml +++ b/bitnami/kubernetes-event-exporter/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/kubernetes-event-exporter/templates/extra-list.yaml b/bitnami/kubernetes-event-exporter/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/kubernetes-event-exporter/templates/extra-list.yaml +++ b/bitnami/kubernetes-event-exporter/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/kubernetes-event-exporter/templates/metrics-service.yaml b/bitnami/kubernetes-event-exporter/templates/metrics-service.yaml index 1aacdcfc0e..a4a6d61977 100644 --- a/bitnami/kubernetes-event-exporter/templates/metrics-service.yaml +++ b/bitnami/kubernetes-event-exporter/templates/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/kubernetes-event-exporter/templates/prometheusrule.yaml b/bitnami/kubernetes-event-exporter/templates/prometheusrule.yaml index fe24c9b36a..a056336d1a 100644 --- a/bitnami/kubernetes-event-exporter/templates/prometheusrule.yaml +++ b/bitnami/kubernetes-event-exporter/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled .Values.metrics.prometheusRule.groups}} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/kubernetes-event-exporter/templates/rbac-leader-election.yaml b/bitnami/kubernetes-event-exporter/templates/rbac-leader-election.yaml index 978a7b9451..d853e30dfe 100644 --- a/bitnami/kubernetes-event-exporter/templates/rbac-leader-election.yaml +++ b/bitnami/kubernetes-event-exporter/templates/rbac-leader-election.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $config := fromYaml (include "kubernetes-event-exporter.config" .) -}} {{- if and .Values.rbac.create $config.leaderElection.enabled -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/kubernetes-event-exporter/templates/rbac.yaml b/bitnami/kubernetes-event-exporter/templates/rbac.yaml index 2f15b4bae0..c6fdf74e98 100644 --- a/bitnami/kubernetes-event-exporter/templates/rbac.yaml +++ b/bitnami/kubernetes-event-exporter/templates/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/kubernetes-event-exporter/templates/serviceaccount.yaml b/bitnami/kubernetes-event-exporter/templates/serviceaccount.yaml index 233030e571..6f6bc80d02 100644 --- a/bitnami/kubernetes-event-exporter/templates/serviceaccount.yaml +++ b/bitnami/kubernetes-event-exporter/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/kubernetes-event-exporter/templates/servicemonitor.yaml b/bitnami/kubernetes-event-exporter/templates/servicemonitor.yaml index 14535a58ee..b09c658ae2 100644 --- a/bitnami/kubernetes-event-exporter/templates/servicemonitor.yaml +++ b/bitnami/kubernetes-event-exporter/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/kubernetes-event-exporter/values.yaml b/bitnami/kubernetes-event-exporter/values.yaml index 8a7def1d68..071eb0f435 100644 --- a/bitnami/kubernetes-event-exporter/values.yaml +++ b/bitnami/kubernetes-event-exporter/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/logstash/Chart.yaml b/bitnami/logstash/Chart.yaml index f178ad734f..2da7a9e8ed 100644 --- a/bitnami/logstash/Chart.yaml +++ b/bitnami/logstash/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: LogManagement licenses: Apache-2.0 diff --git a/bitnami/logstash/templates/_helpers.tpl b/bitnami/logstash/templates/_helpers.tpl index 33ecbd57ea..df14b9761b 100644 --- a/bitnami/logstash/templates/_helpers.tpl +++ b/bitnami/logstash/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/logstash/templates/configuration-cm.yaml b/bitnami/logstash/templates/configuration-cm.yaml index 2e86cb3d39..ef05b00d20 100644 --- a/bitnami/logstash/templates/configuration-cm.yaml +++ b/bitnami/logstash/templates/configuration-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and (or .Values.input .Values.filter .Values.output) (not .Values.existingConfiguration) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/logstash/templates/extra-list.yaml b/bitnami/logstash/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/logstash/templates/extra-list.yaml +++ b/bitnami/logstash/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/logstash/templates/headless-svc.yaml b/bitnami/logstash/templates/headless-svc.yaml index d4573a896d..305a256d33 100644 --- a/bitnami/logstash/templates/headless-svc.yaml +++ b/bitnami/logstash/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/logstash/templates/ingress.yaml b/bitnami/logstash/templates/ingress.yaml index 61515de2d0..661a938496 100644 --- a/bitnami/logstash/templates/ingress.yaml +++ b/bitnami/logstash/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/logstash/templates/pdb.yaml b/bitnami/logstash/templates/pdb.yaml index fbdb5d7fd5..57cf54c8bb 100644 --- a/bitnami/logstash/templates/pdb.yaml +++ b/bitnami/logstash/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/logstash/templates/serviceaccount.yaml b/bitnami/logstash/templates/serviceaccount.yaml index 21c8ec5af0..5a5d3054ab 100644 --- a/bitnami/logstash/templates/serviceaccount.yaml +++ b/bitnami/logstash/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/logstash/templates/sts.yaml b/bitnami/logstash/templates/sts.yaml index e77c3a9dfa..0026fa2771 100644 --- a/bitnami/logstash/templates/sts.yaml +++ b/bitnami/logstash/templates/sts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/logstash/templates/svc.yaml b/bitnami/logstash/templates/svc.yaml index 295116b24a..bd85337080 100644 --- a/bitnami/logstash/templates/svc.yaml +++ b/bitnami/logstash/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/logstash/templates/tls-secret.yaml b/bitnami/logstash/templates/tls-secret.yaml index d9dfbe943c..c59c158f6f 100644 --- a/bitnami/logstash/templates/tls-secret.yaml +++ b/bitnami/logstash/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/logstash/values.yaml b/bitnami/logstash/values.yaml index 00fae8cfd2..85eaefd372 100644 --- a/bitnami/logstash/values.yaml +++ b/bitnami/logstash/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/magento/Chart.yaml b/bitnami/magento/Chart.yaml index 20775de169..9a743e6ee3 100644 --- a/bitnami/magento/Chart.yaml +++ b/bitnami/magento/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: E-Commerce licenses: Apache-2.0 diff --git a/bitnami/magento/templates/_certificates.tpl b/bitnami/magento/templates/_certificates.tpl index 385c4ace77..60fb3a2c61 100644 --- a/bitnami/magento/templates/_certificates.tpl +++ b/bitnami/magento/templates/_certificates.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Templates for certificates injection */}} {{/* diff --git a/bitnami/magento/templates/_helpers.tpl b/bitnami/magento/templates/_helpers.tpl index c4aeb186e7..918c438df9 100644 --- a/bitnami/magento/templates/_helpers.tpl +++ b/bitnami/magento/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/magento/templates/deployment.yaml b/bitnami/magento/templates/deployment.yaml index 61a28cc223..b2532862ea 100644 --- a/bitnami/magento/templates/deployment.yaml +++ b/bitnami/magento/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "magento.host" .) (or .Values.mariadb.enabled .Values.externalDatabase.host) -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/magento/templates/externaldb-secrets.yaml b/bitnami/magento/templates/externaldb-secrets.yaml index d1bfe72827..5b67beef9a 100644 --- a/bitnami/magento/templates/externaldb-secrets.yaml +++ b/bitnami/magento/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (or .Values.mariadb.enabled .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/magento/templates/extra-list.yaml b/bitnami/magento/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/magento/templates/extra-list.yaml +++ b/bitnami/magento/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/magento/templates/hpa.yaml b/bitnami/magento/templates/hpa.yaml index bfa10e44cd..aedac3958d 100644 --- a/bitnami/magento/templates/hpa.yaml +++ b/bitnami/magento/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/magento/templates/ingress.yaml b/bitnami/magento/templates/ingress.yaml index edbf5f47e6..3e6c94b75c 100644 --- a/bitnami/magento/templates/ingress.yaml +++ b/bitnami/magento/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/magento/templates/metrics-svc.yaml b/bitnami/magento/templates/metrics-svc.yaml index 425b00d020..e693bd4ab5 100644 --- a/bitnami/magento/templates/metrics-svc.yaml +++ b/bitnami/magento/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/magento/templates/networkpolicy-backend-ingress.yaml b/bitnami/magento/templates/networkpolicy-backend-ingress.yaml index db42e77641..6cd1980de4 100644 --- a/bitnami/magento/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/magento/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/magento/templates/networkpolicy-egress.yaml b/bitnami/magento/templates/networkpolicy-egress.yaml index 6a20f6bcc5..b9cc385ad6 100644 --- a/bitnami/magento/templates/networkpolicy-egress.yaml +++ b/bitnami/magento/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/magento/templates/networkpolicy-ingress.yaml b/bitnami/magento/templates/networkpolicy-ingress.yaml index 58769f8112..d3a0a010d7 100644 --- a/bitnami/magento/templates/networkpolicy-ingress.yaml +++ b/bitnami/magento/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/magento/templates/pv.yaml b/bitnami/magento/templates/pv.yaml index 964cc0968c..9d257f4f56 100644 --- a/bitnami/magento/templates/pv.yaml +++ b/bitnami/magento/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/magento/templates/pvc.yaml b/bitnami/magento/templates/pvc.yaml index c56e865de2..dc99c8ebd2 100644 --- a/bitnami/magento/templates/pvc.yaml +++ b/bitnami/magento/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "magento.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/magento/templates/secrets.yaml b/bitnami/magento/templates/secrets.yaml index 6d09509f1d..82878baaa1 100644 --- a/bitnami/magento/templates/secrets.yaml +++ b/bitnami/magento/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/magento/templates/svc.yaml b/bitnami/magento/templates/svc.yaml index b6e58480c6..c0ff93d38d 100644 --- a/bitnami/magento/templates/svc.yaml +++ b/bitnami/magento/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/magento/templates/tls-secrets.yaml b/bitnami/magento/templates/tls-secrets.yaml index 5759784e0d..e70b3cc0ce 100644 --- a/bitnami/magento/templates/tls-secrets.yaml +++ b/bitnami/magento/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/magento/values.yaml b/bitnami/magento/values.yaml index 11d302f015..471c8d20b9 100644 --- a/bitnami/magento/values.yaml +++ b/bitnami/magento/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mariadb-galera/Chart.yaml b/bitnami/mariadb-galera/Chart.yaml index 92fba13cab..8f3fb004dd 100644 --- a/bitnami/mariadb-galera/Chart.yaml +++ b/bitnami/mariadb-galera/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/mariadb-galera/templates/_helpers.tpl b/bitnami/mariadb-galera/templates/_helpers.tpl index 1b19381c42..69c595412f 100644 --- a/bitnami/mariadb-galera/templates/_helpers.tpl +++ b/bitnami/mariadb-galera/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/mariadb-galera/templates/configmap.yaml b/bitnami/mariadb-galera/templates/configmap.yaml index 637297aa82..24e341606d 100644 --- a/bitnami/mariadb-galera/templates/configmap.yaml +++ b/bitnami/mariadb-galera/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if and (or (.Files.Glob "files/my.cnf") .Values.mariadbConfiguration) (not .Values.configurationConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mariadb-galera/templates/extra-list.yaml b/bitnami/mariadb-galera/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mariadb-galera/templates/extra-list.yaml +++ b/bitnami/mariadb-galera/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mariadb-galera/templates/headless-svc.yaml b/bitnami/mariadb-galera/templates/headless-svc.yaml index 92f1b36879..a6b10e9f1c 100644 --- a/bitnami/mariadb-galera/templates/headless-svc.yaml +++ b/bitnami/mariadb-galera/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mariadb-galera/templates/initialization-configmap.yaml b/bitnami/mariadb-galera/templates/initialization-configmap.yaml index 81fe45c0ff..56710e5775 100644 --- a/bitnami/mariadb-galera/templates/initialization-configmap.yaml +++ b/bitnami/mariadb-galera/templates/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or (.Files.Glob "files/docker-entrypoint-initdb.d/*.{sh,sql,sql.gz}") .Values.initdbScripts) (not .Values.initdbScriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mariadb-galera/templates/metrics-svc.yaml b/bitnami/mariadb-galera/templates/metrics-svc.yaml index 444cb062f1..af8e274c3e 100644 --- a/bitnami/mariadb-galera/templates/metrics-svc.yaml +++ b/bitnami/mariadb-galera/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/mariadb-galera/templates/pdb.yaml b/bitnami/mariadb-galera/templates/pdb.yaml index 66b19d369f..c0dfec384b 100644 --- a/bitnami/mariadb-galera/templates/pdb.yaml +++ b/bitnami/mariadb-galera/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.podDisruptionBudget.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mariadb-galera/templates/prometheusrules.yaml b/bitnami/mariadb-galera/templates/prometheusrules.yaml index 4249a4ccd5..e800e41ffb 100644 --- a/bitnami/mariadb-galera/templates/prometheusrules.yaml +++ b/bitnami/mariadb-galera/templates/prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRules.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/mariadb-galera/templates/role.yaml b/bitnami/mariadb-galera/templates/role.yaml index 931093c840..14de4ffc39 100644 --- a/bitnami/mariadb-galera/templates/role.yaml +++ b/bitnami/mariadb-galera/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/mariadb-galera/templates/rolebinding.yaml b/bitnami/mariadb-galera/templates/rolebinding.yaml index 4c958aa499..5ea5cc0a06 100644 --- a/bitnami/mariadb-galera/templates/rolebinding.yaml +++ b/bitnami/mariadb-galera/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/mariadb-galera/templates/secrets.yaml b/bitnami/mariadb-galera/templates/secrets.yaml index 66ff27c6a0..c2b0e08126 100644 --- a/bitnami/mariadb-galera/templates/secrets.yaml +++ b/bitnami/mariadb-galera/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mariadb-galera.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mariadb-galera/templates/serviceaccount.yaml b/bitnami/mariadb-galera/templates/serviceaccount.yaml index 948056fa4b..84469c4449 100644 --- a/bitnami/mariadb-galera/templates/serviceaccount.yaml +++ b/bitnami/mariadb-galera/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/mariadb-galera/templates/servicemonitor.yaml b/bitnami/mariadb-galera/templates/servicemonitor.yaml index 78088187b2..9b497b4df4 100644 --- a/bitnami/mariadb-galera/templates/servicemonitor.yaml +++ b/bitnami/mariadb-galera/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/mariadb-galera/templates/statefulset.yaml b/bitnami/mariadb-galera/templates/statefulset.yaml index 84242fb249..6bf2d0dada 100644 --- a/bitnami/mariadb-galera/templates/statefulset.yaml +++ b/bitnami/mariadb-galera/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/mariadb-galera/templates/svc.yaml b/bitnami/mariadb-galera/templates/svc.yaml index 40fd9b4353..0b1cfb55fe 100644 --- a/bitnami/mariadb-galera/templates/svc.yaml +++ b/bitnami/mariadb-galera/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mariadb-galera/templates/tls-secrets.yaml b/bitnami/mariadb-galera/templates/tls-secrets.yaml index 8c83874dff..3212688a42 100644 --- a/bitnami/mariadb-galera/templates/tls-secrets.yaml +++ b/bitnami/mariadb-galera/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mariadb-galera.createTlsSecret" . ) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "mariadb-galera-internal-ca" 365 }} diff --git a/bitnami/mariadb-galera/values.yaml b/bitnami/mariadb-galera/values.yaml index 0373ddcb2a..33e6e80c25 100644 --- a/bitnami/mariadb-galera/values.yaml +++ b/bitnami/mariadb-galera/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mariadb/Chart.yaml b/bitnami/mariadb/Chart.yaml index 633221751e..2363e022d6 100644 --- a/bitnami/mariadb/Chart.yaml +++ b/bitnami/mariadb/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/mariadb/templates/_helpers.tpl b/bitnami/mariadb/templates/_helpers.tpl index d940b5ac6f..d2633372f5 100644 --- a/bitnami/mariadb/templates/_helpers.tpl +++ b/bitnami/mariadb/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{- define "mariadb.primary.fullname" -}} diff --git a/bitnami/mariadb/templates/extra-list.yaml b/bitnami/mariadb/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mariadb/templates/extra-list.yaml +++ b/bitnami/mariadb/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mariadb/templates/networkpolicy-egress.yaml b/bitnami/mariadb/templates/networkpolicy-egress.yaml index 84f5d839f2..dc8991a4f5 100644 --- a/bitnami/mariadb/templates/networkpolicy-egress.yaml +++ b/bitnami/mariadb/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mariadb/templates/primary/configmap.yaml b/bitnami/mariadb/templates/primary/configmap.yaml index ae4d5b17e3..a24d25a061 100644 --- a/bitnami/mariadb/templates/primary/configmap.yaml +++ b/bitnami/mariadb/templates/primary/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mariadb.primary.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mariadb/templates/primary/initialization-configmap.yaml b/bitnami/mariadb/templates/primary/initialization-configmap.yaml index f85903c300..a9fe7ad80d 100644 --- a/bitnami/mariadb/templates/primary/initialization-configmap.yaml +++ b/bitnami/mariadb/templates/primary/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.initdbScripts (not .Values.initdbScriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mariadb/templates/primary/networkpolicy-ingress.yaml b/bitnami/mariadb/templates/primary/networkpolicy-ingress.yaml index 125d0dda91..446de4d63a 100644 --- a/bitnami/mariadb/templates/primary/networkpolicy-ingress.yaml +++ b/bitnami/mariadb/templates/primary/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.primaryAccessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mariadb/templates/primary/pdb.yaml b/bitnami/mariadb/templates/primary/pdb.yaml index d92305869f..21ed6cac0e 100644 --- a/bitnami/mariadb/templates/primary/pdb.yaml +++ b/bitnami/mariadb/templates/primary/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.primary.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mariadb/templates/primary/statefulset.yaml b/bitnami/mariadb/templates/primary/statefulset.yaml index b1605df17a..d4648c9451 100644 --- a/bitnami/mariadb/templates/primary/statefulset.yaml +++ b/bitnami/mariadb/templates/primary/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/mariadb/templates/primary/svc.yaml b/bitnami/mariadb/templates/primary/svc.yaml index 85d31562ea..a12025eff9 100644 --- a/bitnami/mariadb/templates/primary/svc.yaml +++ b/bitnami/mariadb/templates/primary/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mariadb/templates/prometheusrules.yaml b/bitnami/mariadb/templates/prometheusrules.yaml index 523e533b04..29eb87709f 100644 --- a/bitnami/mariadb/templates/prometheusrules.yaml +++ b/bitnami/mariadb/templates/prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/mariadb/templates/role.yaml b/bitnami/mariadb/templates/role.yaml index a561f51cc2..4d53ccecfd 100644 --- a/bitnami/mariadb/templates/role.yaml +++ b/bitnami/mariadb/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/mariadb/templates/rolebinding.yaml b/bitnami/mariadb/templates/rolebinding.yaml index 671aa6efdb..f831afa9b0 100644 --- a/bitnami/mariadb/templates/rolebinding.yaml +++ b/bitnami/mariadb/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/mariadb/templates/secondary/configmap.yaml b/bitnami/mariadb/templates/secondary/configmap.yaml index 4cfec646ad..0129c97ccf 100644 --- a/bitnami/mariadb/templates/secondary/configmap.yaml +++ b/bitnami/mariadb/templates/secondary/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mariadb.secondary.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mariadb/templates/secondary/networkpolicy-ingress.yaml b/bitnami/mariadb/templates/secondary/networkpolicy-ingress.yaml index 51a88855e0..e715c5d229 100644 --- a/bitnami/mariadb/templates/secondary/networkpolicy-ingress.yaml +++ b/bitnami/mariadb/templates/secondary/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (eq .Values.architecture "replication") (or .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.secondaryAccessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mariadb/templates/secondary/pdb.yaml b/bitnami/mariadb/templates/secondary/pdb.yaml index cae28ffdd5..2f91d73119 100644 --- a/bitnami/mariadb/templates/secondary/pdb.yaml +++ b/bitnami/mariadb/templates/secondary/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") .Values.secondary.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mariadb/templates/secondary/statefulset.yaml b/bitnami/mariadb/templates/secondary/statefulset.yaml index 568bf7ff4a..d680b97ffa 100644 --- a/bitnami/mariadb/templates/secondary/statefulset.yaml +++ b/bitnami/mariadb/templates/secondary/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/mariadb/templates/secondary/svc.yaml b/bitnami/mariadb/templates/secondary/svc.yaml index 3d72171b3d..ca295c909b 100644 --- a/bitnami/mariadb/templates/secondary/svc.yaml +++ b/bitnami/mariadb/templates/secondary/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: v1 kind: Service diff --git a/bitnami/mariadb/templates/secrets.yaml b/bitnami/mariadb/templates/secrets.yaml index c2fca1205f..2235276350 100644 --- a/bitnami/mariadb/templates/secrets.yaml +++ b/bitnami/mariadb/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $host := include "mariadb.primary.fullname" . }} {{- $port := print .Values.primary.service.ports.mysql }} {{- $rootPassword := include "common.secrets.passwords.manage" ( dict "secret" ( include "mariadb.secretName" . ) "key" "mariadb-root-password" "providedValues" ( list "auth.rootPassword" ) "context" $ ) | trimAll "\"" | b64dec }} diff --git a/bitnami/mariadb/templates/serviceaccount.yaml b/bitnami/mariadb/templates/serviceaccount.yaml index 03a6b4e99b..9945aa65a8 100644 --- a/bitnami/mariadb/templates/serviceaccount.yaml +++ b/bitnami/mariadb/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/mariadb/templates/servicemonitor.yaml b/bitnami/mariadb/templates/servicemonitor.yaml index ca5bf7caa1..6217f989ee 100644 --- a/bitnami/mariadb/templates/servicemonitor.yaml +++ b/bitnami/mariadb/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/mariadb/values.yaml b/bitnami/mariadb/values.yaml index 38e603e521..a9e3504b05 100644 --- a/bitnami/mariadb/values.yaml +++ b/bitnami/mariadb/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index badd0d0a54..2cd4b33616 100644 --- a/bitnami/mastodon/Chart.yaml +++ b/bitnami/mastodon/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/mastodon/templates/_helpers.tpl b/bitnami/mastodon/templates/_helpers.tpl index 534d753bde..1b9e6d02df 100644 --- a/bitnami/mastodon/templates/_helpers.tpl +++ b/bitnami/mastodon/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Mastodon image name */}} diff --git a/bitnami/mastodon/templates/apache-configmap.yaml b/bitnami/mastodon/templates/apache-configmap.yaml index 408d5e96fc..fe524f4a40 100644 --- a/bitnami/mastodon/templates/apache-configmap.yaml +++ b/bitnami/mastodon/templates/apache-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.apache.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mastodon/templates/default-configmap.yaml b/bitnami/mastodon/templates/default-configmap.yaml index eaa4f7df8a..9d8da49086 100644 --- a/bitnami/mastodon/templates/default-configmap.yaml +++ b/bitnami/mastodon/templates/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mastodon/templates/default-secret.yaml b/bitnami/mastodon/templates/default-secret.yaml index 5a5c517ba4..4b1acef006 100644 --- a/bitnami/mastodon/templates/default-secret.yaml +++ b/bitnami/mastodon/templates/default-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/externaldb-secret.yaml b/bitnami/mastodon/templates/externaldb-secret.yaml index 662ecfe36d..c44fa8b1ee 100644 --- a/bitnami/mastodon/templates/externaldb-secret.yaml +++ b/bitnami/mastodon/templates/externaldb-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/externalelasticsearch-secret.yaml b/bitnami/mastodon/templates/externalelasticsearch-secret.yaml index 11a6bb344b..d3fc917877 100644 --- a/bitnami/mastodon/templates/externalelasticsearch-secret.yaml +++ b/bitnami/mastodon/templates/externalelasticsearch-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.elasticsearch.enabled) (not .Values.externalElasticsearch.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/externalredis-secret.yaml b/bitnami/mastodon/templates/externalredis-secret.yaml index cc44e4cfba..f420636b20 100644 --- a/bitnami/mastodon/templates/externalredis-secret.yaml +++ b/bitnami/mastodon/templates/externalredis-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.redis.enabled) (not .Values.externalRedis.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/externals3-secret.yaml b/bitnami/mastodon/templates/externals3-secret.yaml index d25a714d1e..6627266d73 100644 --- a/bitnami/mastodon/templates/externals3-secret.yaml +++ b/bitnami/mastodon/templates/externals3-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.minio.enabled) (not .Values.externalS3.existingSecret) .Values.enableS3 }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/extra-configmap.yaml b/bitnami/mastodon/templates/extra-configmap.yaml index 448e5cc85f..b822e58ef1 100644 --- a/bitnami/mastodon/templates/extra-configmap.yaml +++ b/bitnami/mastodon/templates/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.extraConfig (not .Values.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mastodon/templates/extra-list.yaml b/bitnami/mastodon/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mastodon/templates/extra-list.yaml +++ b/bitnami/mastodon/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mastodon/templates/extra-secret.yaml b/bitnami/mastodon/templates/extra-secret.yaml index 2304d11e02..287e5a4dbf 100644 --- a/bitnami/mastodon/templates/extra-secret.yaml +++ b/bitnami/mastodon/templates/extra-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.extraSecretConfig (not .Values.extraConfigExistingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/init-job/init-job-configmap.yaml b/bitnami/mastodon/templates/init-job/init-job-configmap.yaml index 010a9ca91a..f40d655073 100644 --- a/bitnami/mastodon/templates/init-job/init-job-configmap.yaml +++ b/bitnami/mastodon/templates/init-job/init-job-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/mastodon/templates/init-job/init-job.yaml b/bitnami/mastodon/templates/init-job/init-job.yaml index 607571661d..6255bafb05 100644 --- a/bitnami/mastodon/templates/init-job/init-job.yaml +++ b/bitnami/mastodon/templates/init-job/init-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mastodon.createInitJob" .) (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/mastodon/templates/pvc.yaml b/bitnami/mastodon/templates/pvc.yaml index 94ddd1aaca..5b1984ceec 100644 --- a/bitnami/mastodon/templates/pvc.yaml +++ b/bitnami/mastodon/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/mastodon/templates/service-account.yaml b/bitnami/mastodon/templates/service-account.yaml index 5279cb5e23..33956e67e0 100644 --- a/bitnami/mastodon/templates/service-account.yaml +++ b/bitnami/mastodon/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/mastodon/templates/sidekiq/deployment.yaml b/bitnami/mastodon/templates/sidekiq/deployment.yaml index 3a88d0b9b1..8e3ffe2b20 100644 --- a/bitnami/mastodon/templates/sidekiq/deployment.yaml +++ b/bitnami/mastodon/templates/sidekiq/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mastodon/templates/smtp-secret.yaml b/bitnami/mastodon/templates/smtp-secret.yaml index 8072b3dfb1..65bc4f0c3b 100644 --- a/bitnami/mastodon/templates/smtp-secret.yaml +++ b/bitnami/mastodon/templates/smtp-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.smtp.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/mastodon/templates/streaming/deployment.yaml b/bitnami/mastodon/templates/streaming/deployment.yaml index c4adb31ef5..442d221a7e 100644 --- a/bitnami/mastodon/templates/streaming/deployment.yaml +++ b/bitnami/mastodon/templates/streaming/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mastodon/templates/streaming/service.yaml b/bitnami/mastodon/templates/streaming/service.yaml index 331d284296..2479e6ff52 100644 --- a/bitnami/mastodon/templates/streaming/service.yaml +++ b/bitnami/mastodon/templates/streaming/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mastodon/templates/tootctlMediaManagement/configmap.yaml b/bitnami/mastodon/templates/tootctlMediaManagement/configmap.yaml index f58c393c81..6baddadabb 100644 --- a/bitnami/mastodon/templates/tootctlMediaManagement/configmap.yaml +++ b/bitnami/mastodon/templates/tootctlMediaManagement/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.tootctlMediaManagement.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mastodon/templates/tootctlMediaManagement/cronjob.yaml b/bitnami/mastodon/templates/tootctlMediaManagement/cronjob.yaml index ad12e8ba4a..7f4b21083d 100644 --- a/bitnami/mastodon/templates/tootctlMediaManagement/cronjob.yaml +++ b/bitnami/mastodon/templates/tootctlMediaManagement/cronjob.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.tootctlMediaManagement.enabled }} apiVersion: batch/v1 kind: CronJob diff --git a/bitnami/mastodon/templates/web/deployment.yaml b/bitnami/mastodon/templates/web/deployment.yaml index 3c6d67af9d..3a097b7e69 100644 --- a/bitnami/mastodon/templates/web/deployment.yaml +++ b/bitnami/mastodon/templates/web/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mastodon.web.domain" .) (or .Values.enableS3 .Values.persistence.enabled) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mastodon/templates/web/service.yaml b/bitnami/mastodon/templates/web/service.yaml index 3166cb8d70..25380fa5db 100644 --- a/bitnami/mastodon/templates/web/service.yaml +++ b/bitnami/mastodon/templates/web/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mastodon/values.yaml b/bitnami/mastodon/values.yaml index 093ec7916d..6977d4164c 100644 --- a/bitnami/mastodon/values.yaml +++ b/bitnami/mastodon/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index 38b5371f68..d8994bb11b 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/matomo/templates/_helpers.tpl b/bitnami/matomo/templates/_helpers.tpl index 450126868c..5826003df7 100644 --- a/bitnami/matomo/templates/_helpers.tpl +++ b/bitnami/matomo/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/matomo/templates/deployment.yaml b/bitnami/matomo/templates/deployment.yaml index ed35361523..4125a31f19 100644 --- a/bitnami/matomo/templates/deployment.yaml +++ b/bitnami/matomo/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/matomo/templates/externaldb-secrets.yaml b/bitnami/matomo/templates/externaldb-secrets.yaml index 528ff1442c..a23f7ced76 100644 --- a/bitnami/matomo/templates/externaldb-secrets.yaml +++ b/bitnami/matomo/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mariadb.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/matomo/templates/extra-list.yaml b/bitnami/matomo/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/matomo/templates/extra-list.yaml +++ b/bitnami/matomo/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/matomo/templates/ingress.yaml b/bitnami/matomo/templates/ingress.yaml index fda4cbd1ab..fdcc0e8a5b 100644 --- a/bitnami/matomo/templates/ingress.yaml +++ b/bitnami/matomo/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/matomo/templates/networkpolicy-backend-ingress.yaml b/bitnami/matomo/templates/networkpolicy-backend-ingress.yaml index 30f70bdda0..89d637b9ac 100644 --- a/bitnami/matomo/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/matomo/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/matomo/templates/networkpolicy-egress.yaml b/bitnami/matomo/templates/networkpolicy-egress.yaml index 6a20f6bcc5..b9cc385ad6 100644 --- a/bitnami/matomo/templates/networkpolicy-egress.yaml +++ b/bitnami/matomo/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/matomo/templates/networkpolicy-ingress.yaml b/bitnami/matomo/templates/networkpolicy-ingress.yaml index 58769f8112..d3a0a010d7 100644 --- a/bitnami/matomo/templates/networkpolicy-ingress.yaml +++ b/bitnami/matomo/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/matomo/templates/postinit-configmap.yaml b/bitnami/matomo/templates/postinit-configmap.yaml index 75ba6babaa..9b37334969 100644 --- a/bitnami/matomo/templates/postinit-configmap.yaml +++ b/bitnami/matomo/templates/postinit-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.customPostInitScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/matomo/templates/pv.yaml b/bitnami/matomo/templates/pv.yaml index d51081ccd2..bebe24289a 100644 --- a/bitnami/matomo/templates/pv.yaml +++ b/bitnami/matomo/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/matomo/templates/pvc.yaml b/bitnami/matomo/templates/pvc.yaml index 21d906951d..4f71e95b96 100644 --- a/bitnami/matomo/templates/pvc.yaml +++ b/bitnami/matomo/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/matomo/templates/secrets.yaml b/bitnami/matomo/templates/secrets.yaml index 58d3eaae70..89b76d7b01 100644 --- a/bitnami/matomo/templates/secrets.yaml +++ b/bitnami/matomo/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not .Values.existingSecret) (and (not .Values.smtpExistingSecret) .Values.smtpPassword) }} apiVersion: v1 kind: Secret diff --git a/bitnami/matomo/templates/svc.yaml b/bitnami/matomo/templates/svc.yaml index efc702c8f2..f9bcc40dfc 100644 --- a/bitnami/matomo/templates/svc.yaml +++ b/bitnami/matomo/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/matomo/templates/tls-secrets.yaml b/bitnami/matomo/templates/tls-secrets.yaml index 6e43ac50b1..54d24f1618 100644 --- a/bitnami/matomo/templates/tls-secrets.yaml +++ b/bitnami/matomo/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index f3024ed67e..802ca8b054 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mediawiki/Chart.yaml b/bitnami/mediawiki/Chart.yaml index abaef14a61..e162ef52e3 100644 --- a/bitnami/mediawiki/Chart.yaml +++ b/bitnami/mediawiki/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Wiki licenses: Apache-2.0 diff --git a/bitnami/mediawiki/templates/_helpers.tpl b/bitnami/mediawiki/templates/_helpers.tpl index 8ce8d520f1..d0780913b0 100644 --- a/bitnami/mediawiki/templates/_helpers.tpl +++ b/bitnami/mediawiki/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/mediawiki/templates/deployment.yaml b/bitnami/mediawiki/templates/deployment.yaml index cf9628e0b2..a88978f2fe 100644 --- a/bitnami/mediawiki/templates/deployment.yaml +++ b/bitnami/mediawiki/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mediawiki.host" .) (or .Values.mariadb.enabled .Values.externalDatabase.host) -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mediawiki/templates/externaldb-secrets.yaml b/bitnami/mediawiki/templates/externaldb-secrets.yaml index 625576a640..9eac93d616 100644 --- a/bitnami/mediawiki/templates/externaldb-secrets.yaml +++ b/bitnami/mediawiki/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not (or .Values.mariadb.enabled .Values.externalDatabase.existingSecret)) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mediawiki/templates/extra-list.yaml b/bitnami/mediawiki/templates/extra-list.yaml index 6edc87bd93..1ffe17b133 100644 --- a/bitnami/mediawiki/templates/extra-list.yaml +++ b/bitnami/mediawiki/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mediawiki/templates/ingress.yaml b/bitnami/mediawiki/templates/ingress.yaml index 8b834b906e..6cdcedad51 100644 --- a/bitnami/mediawiki/templates/ingress.yaml +++ b/bitnami/mediawiki/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/mediawiki/templates/mediawiki-pvc.yaml b/bitnami/mediawiki/templates/mediawiki-pvc.yaml index 4d7ab9582a..25c86f72e9 100644 --- a/bitnami/mediawiki/templates/mediawiki-pvc.yaml +++ b/bitnami/mediawiki/templates/mediawiki-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mediawiki.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/mediawiki/templates/metrics-svc.yaml b/bitnami/mediawiki/templates/metrics-svc.yaml index d113710ba2..7f70d43bbe 100644 --- a/bitnami/mediawiki/templates/metrics-svc.yaml +++ b/bitnami/mediawiki/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/mediawiki/templates/networkpolicy-backend-ingress.yaml b/bitnami/mediawiki/templates/networkpolicy-backend-ingress.yaml index e69a024e70..56df816f9b 100644 --- a/bitnami/mediawiki/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/mediawiki/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mediawiki/templates/networkpolicy-egress.yaml b/bitnami/mediawiki/templates/networkpolicy-egress.yaml index d908e9b883..96750ce876 100644 --- a/bitnami/mediawiki/templates/networkpolicy-egress.yaml +++ b/bitnami/mediawiki/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mediawiki/templates/networkpolicy-ingress.yaml b/bitnami/mediawiki/templates/networkpolicy-ingress.yaml index 27cbbbb21f..fd96c64a0c 100644 --- a/bitnami/mediawiki/templates/networkpolicy-ingress.yaml +++ b/bitnami/mediawiki/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/mediawiki/templates/secrets.yaml b/bitnami/mediawiki/templates/secrets.yaml index 82a941a2ae..ac1fc5f520 100644 --- a/bitnami/mediawiki/templates/secrets.yaml +++ b/bitnami/mediawiki/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mediawiki.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/mediawiki/templates/servicemonitor.yaml b/bitnami/mediawiki/templates/servicemonitor.yaml index 5cc1de9a47..b65a77a190 100644 --- a/bitnami/mediawiki/templates/servicemonitor.yaml +++ b/bitnami/mediawiki/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/mediawiki/templates/svc.yaml b/bitnami/mediawiki/templates/svc.yaml index 96eec9734c..1f3da90c68 100644 --- a/bitnami/mediawiki/templates/svc.yaml +++ b/bitnami/mediawiki/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mediawiki/templates/tls-secrets.yaml b/bitnami/mediawiki/templates/tls-secrets.yaml index 538af5cebc..f7a8d7a833 100644 --- a/bitnami/mediawiki/templates/tls-secrets.yaml +++ b/bitnami/mediawiki/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/mediawiki/values.yaml b/bitnami/mediawiki/values.yaml index f9c3e4a760..b8c1d8952a 100644 --- a/bitnami/mediawiki/values.yaml +++ b/bitnami/mediawiki/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index f83d2721db..23a579e736 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/memcached/templates/_helpers.tpl b/bitnami/memcached/templates/_helpers.tpl index 4a540dd599..16143976d4 100644 --- a/bitnami/memcached/templates/_helpers.tpl +++ b/bitnami/memcached/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/memcached/templates/deployment.yaml b/bitnami/memcached/templates/deployment.yaml index 73d4e73f09..bb3e5c4333 100644 --- a/bitnami/memcached/templates/deployment.yaml +++ b/bitnami/memcached/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "standalone" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/memcached/templates/extra-list.yaml b/bitnami/memcached/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/memcached/templates/extra-list.yaml +++ b/bitnami/memcached/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/memcached/templates/hpa.yaml b/bitnami/memcached/templates/hpa.yaml index f631fbb48b..6832ba8d2b 100644 --- a/bitnami/memcached/templates/hpa.yaml +++ b/bitnami/memcached/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.autoscaling.enabled (eq .Values.architecture "high-availability") }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/memcached/templates/metrics-svc.yaml b/bitnami/memcached/templates/metrics-svc.yaml index fc3199e1f1..762d232ff0 100644 --- a/bitnami/memcached/templates/metrics-svc.yaml +++ b/bitnami/memcached/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/memcached/templates/pdb.yaml b/bitnami/memcached/templates/pdb.yaml index e73a31cf9c..bde11be19f 100644 --- a/bitnami/memcached/templates/pdb.yaml +++ b/bitnami/memcached/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pdb.create (eq .Values.architecture "high-availability") }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/memcached/templates/secrets.yaml b/bitnami/memcached/templates/secrets.yaml index cb3f0822d4..b39c02a246 100644 --- a/bitnami/memcached/templates/secrets.yaml +++ b/bitnami/memcached/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.auth.enabled) (not .Values.auth.existingPasswordSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/memcached/templates/service.yaml b/bitnami/memcached/templates/service.yaml index 27695a4c1e..b7d0b97ea5 100644 --- a/bitnami/memcached/templates/service.yaml +++ b/bitnami/memcached/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/memcached/templates/serviceaccount.yaml b/bitnami/memcached/templates/serviceaccount.yaml index d1508a7958..0399f39bee 100644 --- a/bitnami/memcached/templates/serviceaccount.yaml +++ b/bitnami/memcached/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/memcached/templates/servicemonitor.yaml b/bitnami/memcached/templates/servicemonitor.yaml index 208196c92f..1dc7ebb58b 100644 --- a/bitnami/memcached/templates/servicemonitor.yaml +++ b/bitnami/memcached/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/memcached/templates/statefulset.yaml b/bitnami/memcached/templates/statefulset.yaml index fc5e0a28ea..10f086a496 100644 --- a/bitnami/memcached/templates/statefulset.yaml +++ b/bitnami/memcached/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "high-availability" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index e85c9c222e..114c91b790 100644 --- a/bitnami/memcached/values.yaml +++ b/bitnami/memcached/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/metallb/Chart.yaml b/bitnami/metallb/Chart.yaml index 7ac483aea9..920d8cfac3 100644 --- a/bitnami/metallb/Chart.yaml +++ b/bitnami/metallb/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/metallb/templates/_helpers.tpl b/bitnami/metallb/templates/_helpers.tpl index 1caee723ad..2bdb8cf683 100644 --- a/bitnami/metallb/templates/_helpers.tpl +++ b/bitnami/metallb/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/metallb/templates/controller/configmap.yaml b/bitnami/metallb/templates/controller/configmap.yaml index 7bafe90fdc..b63c6f9df0 100644 --- a/bitnami/metallb/templates/controller/configmap.yaml +++ b/bitnami/metallb/templates/controller/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingConfigMap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/metallb/templates/controller/deployment.yaml b/bitnami/metallb/templates/controller/deployment.yaml index 86b8f681d6..517ebc2691 100644 --- a/bitnami/metallb/templates/controller/deployment.yaml +++ b/bitnami/metallb/templates/controller/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/metallb/templates/controller/psp.yaml b/bitnami/metallb/templates/controller/psp.yaml index 393a01f795..a2dc8759b2 100644 --- a/bitnami/metallb/templates/controller/psp.yaml +++ b/bitnami/metallb/templates/controller/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.psp.create .Values.controller.psp.create -}} apiVersion: policy/v1beta1 diff --git a/bitnami/metallb/templates/controller/rbac.yaml b/bitnami/metallb/templates/controller/rbac.yaml index 4fbda4b950..1bd77ddbbe 100644 --- a/bitnami/metallb/templates/controller/rbac.yaml +++ b/bitnami/metallb/templates/controller/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.controller.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/metallb/templates/controller/service.yaml b/bitnami/metallb/templates/controller/service.yaml index 195502d4e6..33e9ddc35e 100644 --- a/bitnami/metallb/templates/controller/service.yaml +++ b/bitnami/metallb/templates/controller/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/metallb/templates/controller/serviceaccount.yaml b/bitnami/metallb/templates/controller/serviceaccount.yaml index 70b3464755..a2dddcc340 100644 --- a/bitnami/metallb/templates/controller/serviceaccount.yaml +++ b/bitnami/metallb/templates/controller/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.controller.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/metallb/templates/controller/servicemonitor.yaml b/bitnami/metallb/templates/controller/servicemonitor.yaml index b6b259494d..80660d69aa 100644 --- a/bitnami/metallb/templates/controller/servicemonitor.yaml +++ b/bitnami/metallb/templates/controller/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.controller.metrics.enabled .Values.controller.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/metallb/templates/controller/webhooks.yaml b/bitnami/metallb/templates/controller/webhooks.yaml index 1123bb8a74..9ba9e6be34 100644 --- a/bitnami/metallb/templates/controller/webhooks.yaml +++ b/bitnami/metallb/templates/controller/webhooks.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/bitnami/metallb/templates/crds.yaml b/bitnami/metallb/templates/crds.yaml index 486443e0a7..127d372ff9 100644 --- a/bitnami/metallb/templates/crds.yaml +++ b/bitnami/metallb/templates/crds.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.installCRDs }} # Based on: https://github.com/metallb/metallb/blob/v0.13.9/charts/metallb/charts/crds/templates/crds.yaml apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/metallb/templates/extra-list.yaml b/bitnami/metallb/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/metallb/templates/extra-list.yaml +++ b/bitnami/metallb/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/metallb/templates/networkpolicy.yaml b/bitnami/metallb/templates/networkpolicy.yaml index b9afd6b678..62d4a75ec3 100644 --- a/bitnami/metallb/templates/networkpolicy.yaml +++ b/bitnami/metallb/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/metallb/templates/prometheus/metallb.alerts.yaml b/bitnami/metallb/templates/prometheus/metallb.alerts.yaml index eb1468949e..d9e79290a3 100644 --- a/bitnami/metallb/templates/prometheus/metallb.alerts.yaml +++ b/bitnami/metallb/templates/prometheus/metallb.alerts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.prometheusRule.enabled .Values.speaker.metrics.serviceMonitor.enabled .Values.controller.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/metallb/templates/rbac.yaml b/bitnami/metallb/templates/rbac.yaml index fce260c8ca..871d461a97 100644 --- a/bitnami/metallb/templates/rbac.yaml +++ b/bitnami/metallb/templates/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create (or .Values.controller.rbac.create .Values.speaker.rbac.create ) -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/metallb/templates/speaker/daemonset.yaml b/bitnami/metallb/templates/speaker/daemonset.yaml index de1125bcfd..04875521bc 100644 --- a/bitnami/metallb/templates/speaker/daemonset.yaml +++ b/bitnami/metallb/templates/speaker/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.speaker.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/metallb/templates/speaker/psp.yaml b/bitnami/metallb/templates/speaker/psp.yaml index 98fd5d7616..af06989ad4 100644 --- a/bitnami/metallb/templates/speaker/psp.yaml +++ b/bitnami/metallb/templates/speaker/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.speaker.enabled }} {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.psp.create .Values.speaker.psp.create -}} diff --git a/bitnami/metallb/templates/speaker/rbac.yaml b/bitnami/metallb/templates/speaker/rbac.yaml index fc9d244c50..f8c9fa4016 100644 --- a/bitnami/metallb/templates/speaker/rbac.yaml +++ b/bitnami/metallb/templates/speaker/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.speaker.enabled .Values.rbac.create .Values.speaker.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/metallb/templates/speaker/secret.yaml b/bitnami/metallb/templates/speaker/secret.yaml index 6350e0b46b..0c9639dca4 100644 --- a/bitnami/metallb/templates/speaker/secret.yaml +++ b/bitnami/metallb/templates/speaker/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.speaker.enabled }} {{- if not .Values.speaker.secretName }} apiVersion: v1 diff --git a/bitnami/metallb/templates/speaker/service.yaml b/bitnami/metallb/templates/speaker/service.yaml index c924a55ac6..47379c34ee 100644 --- a/bitnami/metallb/templates/speaker/service.yaml +++ b/bitnami/metallb/templates/speaker/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.speaker.enabled .Values.speaker.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/metallb/templates/speaker/serviceaccount.yaml b/bitnami/metallb/templates/speaker/serviceaccount.yaml index 771890d6c2..ed394fb455 100644 --- a/bitnami/metallb/templates/speaker/serviceaccount.yaml +++ b/bitnami/metallb/templates/speaker/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.speaker.enabled .Values.speaker.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/metallb/templates/speaker/servicemonitor.yaml b/bitnami/metallb/templates/speaker/servicemonitor.yaml index f2d696bc06..678a4f0bf3 100644 --- a/bitnami/metallb/templates/speaker/servicemonitor.yaml +++ b/bitnami/metallb/templates/speaker/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.speaker.enabled .Values.speaker.metrics.enabled .Values.speaker.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/metallb/values.yaml b/bitnami/metallb/values.yaml index 4c4b17c801..84b9f86d61 100644 --- a/bitnami/metallb/values.yaml +++ b/bitnami/metallb/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/metrics-server/Chart.yaml b/bitnami/metrics-server/Chart.yaml index 8f1df572c7..b10703b2fb 100644 --- a/bitnami/metrics-server/Chart.yaml +++ b/bitnami/metrics-server/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/metrics-server/templates/_helpers.tpl b/bitnami/metrics-server/templates/_helpers.tpl index d7c8e04c80..94e41419ff 100644 --- a/bitnami/metrics-server/templates/_helpers.tpl +++ b/bitnami/metrics-server/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/metrics-server/templates/auth-delegator-crb.yaml b/bitnami/metrics-server/templates/auth-delegator-crb.yaml index e14114435f..03ad0f5384 100644 --- a/bitnami/metrics-server/templates/auth-delegator-crb.yaml +++ b/bitnami/metrics-server/templates/auth-delegator-crb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/metrics-server/templates/cluster-role.yaml b/bitnami/metrics-server/templates/cluster-role.yaml index e1e02ac2a7..bba8595826 100644 --- a/bitnami/metrics-server/templates/cluster-role.yaml +++ b/bitnami/metrics-server/templates/cluster-role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/metrics-server/templates/deployment.yaml b/bitnami/metrics-server/templates/deployment.yaml index 6c602c08c1..30cdffcab4 100644 --- a/bitnami/metrics-server/templates/deployment.yaml +++ b/bitnami/metrics-server/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/metrics-server/templates/extra-list.yaml b/bitnami/metrics-server/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/metrics-server/templates/extra-list.yaml +++ b/bitnami/metrics-server/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/metrics-server/templates/metrics-api-service.yaml b/bitnami/metrics-server/templates/metrics-api-service.yaml index 3021a16bd5..2f9a3f04ee 100644 --- a/bitnami/metrics-server/templates/metrics-api-service.yaml +++ b/bitnami/metrics-server/templates/metrics-api-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.apiService.create -}} apiVersion: {{ include "common.capabilities.apiService.apiVersion" . }} kind: APIService diff --git a/bitnami/metrics-server/templates/metrics-server-crb.yaml b/bitnami/metrics-server/templates/metrics-server-crb.yaml index 20c3675930..b4d94fb883 100644 --- a/bitnami/metrics-server/templates/metrics-server-crb.yaml +++ b/bitnami/metrics-server/templates/metrics-server-crb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/metrics-server/templates/pdb.yaml b/bitnami/metrics-server/templates/pdb.yaml index 17f174c198..3bce04cd4a 100644 --- a/bitnami/metrics-server/templates/pdb.yaml +++ b/bitnami/metrics-server/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create -}} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/metrics-server/templates/role-binding.yaml b/bitnami/metrics-server/templates/role-binding.yaml index e34cb18390..141768b20c 100644 --- a/bitnami/metrics-server/templates/role-binding.yaml +++ b/bitnami/metrics-server/templates/role-binding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/metrics-server/templates/serviceaccount.yaml b/bitnami/metrics-server/templates/serviceaccount.yaml index b2c0c09a1f..ab1f457a28 100644 --- a/bitnami/metrics-server/templates/serviceaccount.yaml +++ b/bitnami/metrics-server/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/metrics-server/templates/svc.yaml b/bitnami/metrics-server/templates/svc.yaml index 74a7c0f54b..e3a1025ee9 100644 --- a/bitnami/metrics-server/templates/svc.yaml +++ b/bitnami/metrics-server/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/metrics-server/values.yaml b/bitnami/metrics-server/values.yaml index d5ea549808..f2852edcf0 100644 --- a/bitnami/metrics-server/values.yaml +++ b/bitnami/metrics-server/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 91b9b0e2af..3d238eef15 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/minio/templates/_helpers.tpl b/bitnami/minio/templates/_helpers.tpl index 37ff1cfaf9..c25db59703 100644 --- a/bitnami/minio/templates/_helpers.tpl +++ b/bitnami/minio/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/minio/templates/api-ingress.yaml b/bitnami/minio/templates/api-ingress.yaml index eba540cb6b..8e1449e535 100644 --- a/bitnami/minio/templates/api-ingress.yaml +++ b/bitnami/minio/templates/api-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.apiIngress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/minio/templates/distributed/headless-svc.yaml b/bitnami/minio/templates/distributed/headless-svc.yaml index e8ba0ab927..9fd8db9dfa 100644 --- a/bitnami/minio/templates/distributed/headless-svc.yaml +++ b/bitnami/minio/templates/distributed/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (eq .Values.mode "distributed") }} apiVersion: v1 kind: Service diff --git a/bitnami/minio/templates/distributed/pdb.yaml b/bitnami/minio/templates/distributed/pdb.yaml index ea8d312237..dc3e1995e8 100644 --- a/bitnami/minio/templates/distributed/pdb.yaml +++ b/bitnami/minio/templates/distributed/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pdb.create (eq .Values.mode "distributed") }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/minio/templates/distributed/statefulset.yaml b/bitnami/minio/templates/distributed/statefulset.yaml index e11d5eb16e..ea3a74f002 100644 --- a/bitnami/minio/templates/distributed/statefulset.yaml +++ b/bitnami/minio/templates/distributed/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (eq .Values.mode "distributed") }} {{- $fullname := include "common.names.fullname" . }} {{- $headlessService := printf "%s-headless" (include "common.names.fullname" .) | trunc 63 }} diff --git a/bitnami/minio/templates/extra-list.yaml b/bitnami/minio/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/minio/templates/extra-list.yaml +++ b/bitnami/minio/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/minio/templates/ingress.yaml b/bitnami/minio/templates/ingress.yaml index 9259444609..e1deeb021c 100644 --- a/bitnami/minio/templates/ingress.yaml +++ b/bitnami/minio/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingress.enabled (not .Values.disableWebUI ) -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/minio/templates/networkpolicy.yaml b/bitnami/minio/templates/networkpolicy.yaml index 7c1edc350f..b2c1e0e88f 100644 --- a/bitnami/minio/templates/networkpolicy.yaml +++ b/bitnami/minio/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/minio/templates/prometheusrule.yaml b/bitnami/minio/templates/prometheusrule.yaml index c235dab4fe..d77297fd6b 100644 --- a/bitnami/minio/templates/prometheusrule.yaml +++ b/bitnami/minio/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/minio/templates/provisioning-configmap.yaml b/bitnami/minio/templates/provisioning-configmap.yaml index 07112b0631..0bce15538a 100644 --- a/bitnami/minio/templates/provisioning-configmap.yaml +++ b/bitnami/minio/templates/provisioning-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.provisioning.enabled }} {{- $fullname := printf "%s-provisioning" (include "common.names.fullname" .) }} apiVersion: v1 diff --git a/bitnami/minio/templates/provisioning-job.yaml b/bitnami/minio/templates/provisioning-job.yaml old mode 100755 new mode 100644 index e83070abc4..501528aad9 --- a/bitnami/minio/templates/provisioning-job.yaml +++ b/bitnami/minio/templates/provisioning-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.provisioning.enabled }} {{- $fullname := printf "%s-provisioning" (include "common.names.fullname" .) }} {{- $minioAlias := "provisioning" }} diff --git a/bitnami/minio/templates/pvc.yaml b/bitnami/minio/templates/pvc.yaml index d17fd0838b..52dd6e1c63 100644 --- a/bitnami/minio/templates/pvc.yaml +++ b/bitnami/minio/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "minio.createPVC" .) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/minio/templates/secrets.yaml b/bitnami/minio/templates/secrets.yaml index ef146a75d1..9b3fdfca92 100644 --- a/bitnami/minio/templates/secrets.yaml +++ b/bitnami/minio/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "minio.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/minio/templates/service.yaml b/bitnami/minio/templates/service.yaml index 9c658301a6..f822e25b23 100644 --- a/bitnami/minio/templates/service.yaml +++ b/bitnami/minio/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/minio/templates/serviceaccount.yaml b/bitnami/minio/templates/serviceaccount.yaml index f0c6566432..c27a645e82 100644 --- a/bitnami/minio/templates/serviceaccount.yaml +++ b/bitnami/minio/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/minio/templates/servicemonitor.yaml b/bitnami/minio/templates/servicemonitor.yaml index fec24be946..22f7ef610a 100644 --- a/bitnami/minio/templates/servicemonitor.yaml +++ b/bitnami/minio/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.serviceMonitor.enabled }} apiVersion: {{ default "monitoring.coreos.com/v1" .Values.metrics.serviceMonitor.apiVersion }} kind: ServiceMonitor diff --git a/bitnami/minio/templates/standalone/deployment.yaml b/bitnami/minio/templates/standalone/deployment.yaml index 8e7b3813f4..3510e7d44a 100644 --- a/bitnami/minio/templates/standalone/deployment.yaml +++ b/bitnami/minio/templates/standalone/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (eq .Values.mode "standalone") }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/minio/templates/tls-secrets.yaml b/bitnami/minio/templates/tls-secrets.yaml index ff2f1a5386..20c9040d14 100644 --- a/bitnami/minio/templates/tls-secrets.yaml +++ b/bitnami/minio/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index e76515600c..0677b972c9 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mongodb-sharded/Chart.yaml b/bitnami/mongodb-sharded/Chart.yaml index 44aa3a870b..3e94677abf 100644 --- a/bitnami/mongodb-sharded/Chart.yaml +++ b/bitnami/mongodb-sharded/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/mongodb-sharded/templates/_helpers.tpl b/bitnami/mongodb-sharded/templates/_helpers.tpl index 196290c03b..2929960de2 100644 --- a/bitnami/mongodb-sharded/templates/_helpers.tpl +++ b/bitnami/mongodb-sharded/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/mongodb-sharded/templates/config-server/config-server-configmap.yaml b/bitnami/mongodb-sharded/templates/config-server/config-server-configmap.yaml index e48ff47367..04e71a8cb1 100644 --- a/bitnami/mongodb-sharded/templates/config-server/config-server-configmap.yaml +++ b/bitnami/mongodb-sharded/templates/config-server/config-server-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.configsvr.external.host) .Values.configsvr.config }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml b/bitnami/mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml index 6251e3aa35..36e6a29696 100644 --- a/bitnami/mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml +++ b/bitnami/mongodb-sharded/templates/config-server/config-server-poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.configsvr.external.host) .Values.configsvr.pdb.create -}} kind: PodDisruptionBudget apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/mongodb-sharded/templates/config-server/config-server-podmonitor.yaml b/bitnami/mongodb-sharded/templates/config-server/config-server-podmonitor.yaml index 19a2a3c833..eed6faf430 100644 --- a/bitnami/mongodb-sharded/templates/config-server/config-server-podmonitor.yaml +++ b/bitnami/mongodb-sharded/templates/config-server/config-server-podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.configsvr.external.host) (and .Values.metrics.enabled .Values.metrics.podMonitor.enabled) }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor diff --git a/bitnami/mongodb-sharded/templates/config-server/config-server-statefulset.yaml b/bitnami/mongodb-sharded/templates/config-server/config-server-statefulset.yaml index ae830952ec..3f0559922f 100644 --- a/bitnami/mongodb-sharded/templates/config-server/config-server-statefulset.yaml +++ b/bitnami/mongodb-sharded/templates/config-server/config-server-statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.configsvr.external.host }} apiVersion: apps/v1 kind: StatefulSet diff --git a/bitnami/mongodb-sharded/templates/extra-list.yaml b/bitnami/mongodb-sharded/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mongodb-sharded/templates/extra-list.yaml +++ b/bitnami/mongodb-sharded/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mongodb-sharded/templates/headless-service.yaml b/bitnami/mongodb-sharded/templates/headless-service.yaml index 1d541abebb..23f5a0f697 100644 --- a/bitnami/mongodb-sharded/templates/headless-service.yaml +++ b/bitnami/mongodb-sharded/templates/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-configmap.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-configmap.yaml index c3f3b03b09..3151dbce49 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-configmap.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.mongos.config }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-dep-sts.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-dep-sts.yaml index 5d68b5e443..745453906c 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-dep-sts.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-dep-sts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ if .Values.mongos.useStatefulSet }}{{ include "common.capabilities.statefulset.apiVersion" . }}{{- else }}{{ include "common.capabilities.deployment.apiVersion" . }}{{- end }} kind: {{ if .Values.mongos.useStatefulSet }}StatefulSet{{- else }}Deployment{{- end }} metadata: diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml index 05099fcca5..be707cb275 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.mongos.pdb.create -}} kind: PodDisruptionBudget apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-podmonitor.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-podmonitor.yaml index a0d747c3f2..6a0c93f514 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-podmonitor.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.podMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml index 76e3b5a85c..0d51e9c871 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-service-per-replica.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.mongos.useStatefulSet .Values.mongos.servicePerReplica.enabled }} {{- range $i := until (.Values.mongos.replicaCount | int) }} {{- $context := deepCopy $ | merge (dict "index" $i) }} diff --git a/bitnami/mongodb-sharded/templates/mongos/mongos-service.yaml b/bitnami/mongodb-sharded/templates/mongos/mongos-service.yaml index 1e4e0f3fe4..4ef90dc4dc 100644 --- a/bitnami/mongodb-sharded/templates/mongos/mongos-service.yaml +++ b/bitnami/mongodb-sharded/templates/mongos/mongos-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml b/bitnami/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml index f3d351fe3d..e3af095099 100644 --- a/bitnami/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml +++ b/bitnami/mongodb-sharded/templates/replicaset-entrypoint-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/mongodb-sharded/templates/secrets.yaml b/bitnami/mongodb-sharded/templates/secrets.yaml index adc300aa1a..33bfb5376c 100644 --- a/bitnami/mongodb-sharded/templates/secrets.yaml +++ b/bitnami/mongodb-sharded/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.auth.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/mongodb-sharded/templates/serviceaccount.yaml b/bitnami/mongodb-sharded/templates/serviceaccount.yaml index 92aa8b4993..bed4769adf 100644 --- a/bitnami/mongodb-sharded/templates/serviceaccount.yaml +++ b/bitnami/mongodb-sharded/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range $component,$serviceAccount:=(dict "common" .Values.common.serviceAccount "mongos" .Values.mongos.serviceAccount "configsvr" .Values.configsvr.serviceAccount "shardsvr-arbiter" .Values.shardsvr.arbiter.serviceAccount "shardsvr" .Values.shardsvr.dataNode.serviceAccount) }} {{- if $serviceAccount.create }} apiVersion: v1 diff --git a/bitnami/mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml b/bitnami/mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml index 863bec418e..3ac40391ef 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-arbiter-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.shards .Values.shardsvr.arbiter.replicaCount .Values.shardsvr.arbiter.config }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml b/bitnami/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml index f5de2cd726..19cd36117e 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-arbiter-statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.shards .Values.shardsvr.arbiter.replicaCount }} {{- $replicas := $.Values.shards | int }} {{- range $i, $e := until $replicas }} diff --git a/bitnami/mongodb-sharded/templates/shard/shard-data-configmap.yaml b/bitnami/mongodb-sharded/templates/shard/shard-data-configmap.yaml index 3d36ff5987..6aefd36328 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-data-configmap.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-data-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.shards .Values.shardsvr.dataNode.config }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml b/bitnami/mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml index ca60861f9b..41408301a4 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-data-poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.shards .Values.shardsvr.dataNode.pdb.create -}} {{- $replicas := .Values.shards | int -}} {{- range $i, $e := until $replicas -}} diff --git a/bitnami/mongodb-sharded/templates/shard/shard-data-podmonitor.yaml b/bitnami/mongodb-sharded/templates/shard/shard-data-podmonitor.yaml index 965f7bf0f1..e9c2d49e5f 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-data-podmonitor.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-data-podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.shards .Values.metrics.enabled .Values.metrics.podMonitor.enabled }} {{- $replicas := .Values.shards | int }} {{- range $i, $e := until $replicas }} diff --git a/bitnami/mongodb-sharded/templates/shard/shard-data-statefulset.yaml b/bitnami/mongodb-sharded/templates/shard/shard-data-statefulset.yaml index 612939acaa..10369428c3 100644 --- a/bitnami/mongodb-sharded/templates/shard/shard-data-statefulset.yaml +++ b/bitnami/mongodb-sharded/templates/shard/shard-data-statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.shards }} {{- $replicas := .Values.shards | int }} {{- range $i, $e := until $replicas }} diff --git a/bitnami/mongodb-sharded/values.yaml b/bitnami/mongodb-sharded/values.yaml index 14cf09f577..df1d50cba4 100644 --- a/bitnami/mongodb-sharded/values.yaml +++ b/bitnami/mongodb-sharded/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 108770f284..ab078106a2 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/mongodb/templates/_helpers.tpl b/bitnami/mongodb/templates/_helpers.tpl index 937e28c122..cd8afdcb52 100644 --- a/bitnami/mongodb/templates/_helpers.tpl +++ b/bitnami/mongodb/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. diff --git a/bitnami/mongodb/templates/arbiter/configmap.yaml b/bitnami/mongodb/templates/arbiter/configmap.yaml index 1aacbd791b..46f1bb6b51 100644 --- a/bitnami/mongodb/templates/arbiter/configmap.yaml +++ b/bitnami/mongodb/templates/arbiter/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.arbiter.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb/templates/arbiter/headless-svc.yaml b/bitnami/mongodb/templates/arbiter/headless-svc.yaml index 621c1ece33..099fc1173a 100644 --- a/bitnami/mongodb/templates/arbiter/headless-svc.yaml +++ b/bitnami/mongodb/templates/arbiter/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.arbiter.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/mongodb/templates/arbiter/pdb.yaml b/bitnami/mongodb/templates/arbiter/pdb.yaml index 6402f68276..13711e45b4 100644 --- a/bitnami/mongodb/templates/arbiter/pdb.yaml +++ b/bitnami/mongodb/templates/arbiter/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mongodb.arbiter.enabled" .) .Values.arbiter.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mongodb/templates/arbiter/statefulset.yaml b/bitnami/mongodb/templates/arbiter/statefulset.yaml index dbe42ff2f2..2fe3208571 100644 --- a/bitnami/mongodb/templates/arbiter/statefulset.yaml +++ b/bitnami/mongodb/templates/arbiter/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.arbiter.enabled" .) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/mongodb/templates/common-scripts-cm.yaml b/bitnami/mongodb/templates/common-scripts-cm.yaml index 3126fdb12e..00b588c728 100644 --- a/bitnami/mongodb/templates/common-scripts-cm.yaml +++ b/bitnami/mongodb/templates/common-scripts-cm.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/mongodb/templates/configmap.yaml b/bitnami/mongodb/templates/configmap.yaml index 76608c4e3b..c91551cee9 100644 --- a/bitnami/mongodb/templates/configmap.yaml +++ b/bitnami/mongodb/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb/templates/extra-list.yaml b/bitnami/mongodb/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mongodb/templates/extra-list.yaml +++ b/bitnami/mongodb/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mongodb/templates/hidden/configmap.yaml b/bitnami/mongodb/templates/hidden/configmap.yaml index d7271f0523..724fe89530 100644 --- a/bitnami/mongodb/templates/hidden/configmap.yaml +++ b/bitnami/mongodb/templates/hidden/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.hidden.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb/templates/hidden/external-access-svc.yaml b/bitnami/mongodb/templates/hidden/external-access-svc.yaml index cb5d95166f..1bf2e72832 100644 --- a/bitnami/mongodb/templates/hidden/external-access-svc.yaml +++ b/bitnami/mongodb/templates/hidden/external-access-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mongodb.hidden.enabled" .) .Values.externalAccess.hidden.enabled }} {{- $fullName := include "mongodb.fullname" . }} {{- $replicaCount := .Values.hidden.replicaCount | int }} diff --git a/bitnami/mongodb/templates/hidden/headless-svc.yaml b/bitnami/mongodb/templates/hidden/headless-svc.yaml index 7e11b8554f..f403914b7f 100644 --- a/bitnami/mongodb/templates/hidden/headless-svc.yaml +++ b/bitnami/mongodb/templates/hidden/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.hidden.enabled" .) }} apiVersion: v1 kind: Service diff --git a/bitnami/mongodb/templates/hidden/pdb.yaml b/bitnami/mongodb/templates/hidden/pdb.yaml index ce233db3e5..9065fdb427 100644 --- a/bitnami/mongodb/templates/hidden/pdb.yaml +++ b/bitnami/mongodb/templates/hidden/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "mongodb.hidden.enabled" .) .Values.hidden.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mongodb/templates/hidden/statefulset.yaml b/bitnami/mongodb/templates/hidden/statefulset.yaml index d0f0be73e9..426ec7c0d9 100644 --- a/bitnami/mongodb/templates/hidden/statefulset.yaml +++ b/bitnami/mongodb/templates/hidden/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.hidden.enabled" .) }} {{- $replicaCount := int .Values.hidden.replicaCount }} {{- $loadBalancerIPListLength := len .Values.externalAccess.hidden.service.loadBalancerIPs }} diff --git a/bitnami/mongodb/templates/initialization-configmap.yaml b/bitnami/mongodb/templates/initialization-configmap.yaml index f3d023ab9b..9ba7a78119 100644 --- a/bitnami/mongodb/templates/initialization-configmap.yaml +++ b/bitnami/mongodb/templates/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.initdbScripts (not .Values.initdbScriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb/templates/metrics-svc.yaml b/bitnami/mongodb/templates/metrics-svc.yaml index 2a36dfc8a0..3ebe09713d 100644 --- a/bitnami/mongodb/templates/metrics-svc.yaml +++ b/bitnami/mongodb/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/mongodb/templates/prometheusrule.yaml b/bitnami/mongodb/templates/prometheusrule.yaml index 29d2ea4680..f0443e9569 100644 --- a/bitnami/mongodb/templates/prometheusrule.yaml +++ b/bitnami/mongodb/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/mongodb/templates/psp.yaml b/bitnami/mongodb/templates/psp.yaml index e9ef023b17..fa331c4772 100644 --- a/bitnami/mongodb/templates/psp.yaml +++ b/bitnami/mongodb/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.podSecurityPolicy.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/mongodb/templates/replicaset/external-access-svc.yaml b/bitnami/mongodb/templates/replicaset/external-access-svc.yaml index e58fcd9df3..7e1df9452f 100644 --- a/bitnami/mongodb/templates/replicaset/external-access-svc.yaml +++ b/bitnami/mongodb/templates/replicaset/external-access-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replicaset") .Values.externalAccess.enabled (not (eq .Values.externalAccess.service.type "ClusterIP")) }} {{- $fullName := include "mongodb.fullname" . }} {{- $replicaCount := .Values.replicaCount | int }} diff --git a/bitnami/mongodb/templates/replicaset/headless-svc.yaml b/bitnami/mongodb/templates/replicaset/headless-svc.yaml index d4ada855b8..74e892dd3f 100644 --- a/bitnami/mongodb/templates/replicaset/headless-svc.yaml +++ b/bitnami/mongodb/templates/replicaset/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replicaset" }} apiVersion: v1 kind: Service diff --git a/bitnami/mongodb/templates/replicaset/pdb.yaml b/bitnami/mongodb/templates/replicaset/pdb.yaml index a2b6492f8b..50ce590300 100644 --- a/bitnami/mongodb/templates/replicaset/pdb.yaml +++ b/bitnami/mongodb/templates/replicaset/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replicaset") .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mongodb/templates/replicaset/scripts-configmap.yaml b/bitnami/mongodb/templates/replicaset/scripts-configmap.yaml index 9279b2077e..17b5f1ed57 100644 --- a/bitnami/mongodb/templates/replicaset/scripts-configmap.yaml +++ b/bitnami/mongodb/templates/replicaset/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replicaset" }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mongodb/templates/replicaset/statefulset.yaml b/bitnami/mongodb/templates/replicaset/statefulset.yaml index c176a92d06..0b6584b909 100644 --- a/bitnami/mongodb/templates/replicaset/statefulset.yaml +++ b/bitnami/mongodb/templates/replicaset/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replicaset" }} {{- $replicaCount := int .Values.replicaCount }} {{- $loadBalancerIPListLength := len .Values.externalAccess.service.loadBalancerIPs }} diff --git a/bitnami/mongodb/templates/replicaset/svc.yaml b/bitnami/mongodb/templates/replicaset/svc.yaml index 2d1e7794be..247b434120 100644 --- a/bitnami/mongodb/templates/replicaset/svc.yaml +++ b/bitnami/mongodb/templates/replicaset/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replicaset") .Values.externalAccess.enabled (eq .Values.externalAccess.service.type "ClusterIP") }} {{- $fullName := include "mongodb.fullname" . }} diff --git a/bitnami/mongodb/templates/role.yaml b/bitnami/mongodb/templates/role.yaml index 5630043194..a94a79932a 100644 --- a/bitnami/mongodb/templates/role.yaml +++ b/bitnami/mongodb/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/mongodb/templates/rolebinding.yaml b/bitnami/mongodb/templates/rolebinding.yaml index 8950f8bb26..055846f07e 100644 --- a/bitnami/mongodb/templates/rolebinding.yaml +++ b/bitnami/mongodb/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/mongodb/templates/secrets-ca.yaml b/bitnami/mongodb/templates/secrets-ca.yaml index 99c5de8861..dc667498fe 100644 --- a/bitnami/mongodb/templates/secrets-ca.yaml +++ b/bitnami/mongodb/templates/secrets-ca.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mongodb.createTlsSecret" .) }} {{- $secretName := printf "%s" (include "mongodb.tlsSecretName" .) }} {{- $fullname := include "mongodb.fullname" . }} diff --git a/bitnami/mongodb/templates/secrets.yaml b/bitnami/mongodb/templates/secrets.yaml index e15fb6ba4c..43a547491c 100644 --- a/bitnami/mongodb/templates/secrets.yaml +++ b/bitnami/mongodb/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.auth.enabled }} {{- $replicaCount := int .Values.replicaCount }} {{- $port := .Values.service.ports.mongodb }} diff --git a/bitnami/mongodb/templates/serviceaccount.yaml b/bitnami/mongodb/templates/serviceaccount.yaml index f4aa81a510..f30a4557e9 100644 --- a/bitnami/mongodb/templates/serviceaccount.yaml +++ b/bitnami/mongodb/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/mongodb/templates/servicemonitor.yaml b/bitnami/mongodb/templates/servicemonitor.yaml index 0a00f7191a..fc58f3ed81 100644 --- a/bitnami/mongodb/templates/servicemonitor.yaml +++ b/bitnami/mongodb/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/mongodb/templates/standalone/dep-sts.yaml b/bitnami/mongodb/templates/standalone/dep-sts.yaml index 303466b9ee..cec0084069 100644 --- a/bitnami/mongodb/templates/standalone/dep-sts.yaml +++ b/bitnami/mongodb/templates/standalone/dep-sts.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (eq .Values.architecture "replicaset") }} apiVersion: {{ if .Values.useStatefulSet }}{{ include "common.capabilities.statefulset.apiVersion" . }}{{- else }}{{ include "common.capabilities.deployment.apiVersion" . }}{{- end }} kind: {{ if .Values.useStatefulSet }}StatefulSet{{- else }}Deployment{{- end }} diff --git a/bitnami/mongodb/templates/standalone/pvc.yaml b/bitnami/mongodb/templates/standalone/pvc.yaml index 7786de63b3..a45d8e8a50 100644 --- a/bitnami/mongodb/templates/standalone/pvc.yaml +++ b/bitnami/mongodb/templates/standalone/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) (not (eq .Values.architecture "replicaset")) (not .Values.useStatefulSet) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/mongodb/templates/standalone/svc.yaml b/bitnami/mongodb/templates/standalone/svc.yaml index 57c4d285c5..4ed2f317ae 100644 --- a/bitnami/mongodb/templates/standalone/svc.yaml +++ b/bitnami/mongodb/templates/standalone/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (eq .Values.architecture "replicaset") }} apiVersion: v1 kind: Service diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index e313f25b36..1593e43ec4 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index e4dbd3c9ad..1d7a2cd84e 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: E-Learning licenses: Apache-2.0 diff --git a/bitnami/moodle/templates/_helpers.tpl b/bitnami/moodle/templates/_helpers.tpl index 6940e391dc..feaba10464 100644 --- a/bitnami/moodle/templates/_helpers.tpl +++ b/bitnami/moodle/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/moodle/templates/deployment.yaml b/bitnami/moodle/templates/deployment.yaml index 99a41c88b5..0ae468b3d2 100644 --- a/bitnami/moodle/templates/deployment.yaml +++ b/bitnami/moodle/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/moodle/templates/externaldb-secrets.yaml b/bitnami/moodle/templates/externaldb-secrets.yaml index 161a31aa7a..b5b4357a49 100644 --- a/bitnami/moodle/templates/externaldb-secrets.yaml +++ b/bitnami/moodle/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mariadb.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/moodle/templates/extra-list.yaml b/bitnami/moodle/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/moodle/templates/extra-list.yaml +++ b/bitnami/moodle/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/moodle/templates/ingress.yaml b/bitnami/moodle/templates/ingress.yaml index dc5e40263e..e30080c664 100644 --- a/bitnami/moodle/templates/ingress.yaml +++ b/bitnami/moodle/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/moodle/templates/metrics-svc.yaml b/bitnami/moodle/templates/metrics-svc.yaml index c985be8d15..e91c4319c2 100644 --- a/bitnami/moodle/templates/metrics-svc.yaml +++ b/bitnami/moodle/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/moodle/templates/networkpolicy-backend-ingress.yaml b/bitnami/moodle/templates/networkpolicy-backend-ingress.yaml index e69a024e70..56df816f9b 100644 --- a/bitnami/moodle/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/moodle/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/moodle/templates/networkpolicy-egress.yaml b/bitnami/moodle/templates/networkpolicy-egress.yaml index d908e9b883..96750ce876 100644 --- a/bitnami/moodle/templates/networkpolicy-egress.yaml +++ b/bitnami/moodle/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/moodle/templates/networkpolicy-ingress.yaml b/bitnami/moodle/templates/networkpolicy-ingress.yaml index 27cbbbb21f..fd96c64a0c 100644 --- a/bitnami/moodle/templates/networkpolicy-ingress.yaml +++ b/bitnami/moodle/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/moodle/templates/pv.yaml b/bitnami/moodle/templates/pv.yaml index 28b87dbea1..461a4cbfc6 100644 --- a/bitnami/moodle/templates/pv.yaml +++ b/bitnami/moodle/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/moodle/templates/pvc.yaml b/bitnami/moodle/templates/pvc.yaml index b85e213172..57840b5a6c 100644 --- a/bitnami/moodle/templates/pvc.yaml +++ b/bitnami/moodle/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/moodle/templates/secrets.yaml b/bitnami/moodle/templates/secrets.yaml index e6454bc3d9..0677cb2b43 100644 --- a/bitnami/moodle/templates/secrets.yaml +++ b/bitnami/moodle/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/moodle/templates/storageclass.yaml b/bitnami/moodle/templates/storageclass.yaml index 202088b80b..05293db499 100644 --- a/bitnami/moodle/templates/storageclass.yaml +++ b/bitnami/moodle/templates/storageclass.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.persistence.enabled) (.Values.persistence.customStorageClass) -}} kind: StorageClass apiVersion: storage.k8s.io/v1 diff --git a/bitnami/moodle/templates/svc.yaml b/bitnami/moodle/templates/svc.yaml index d770a1b092..c2545206e4 100644 --- a/bitnami/moodle/templates/svc.yaml +++ b/bitnami/moodle/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/moodle/templates/tls-secrets.yaml b/bitnami/moodle/templates/tls-secrets.yaml index 85ec33fe3b..984008a8a6 100644 --- a/bitnami/moodle/templates/tls-secrets.yaml +++ b/bitnami/moodle/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/moodle/values.yaml b/bitnami/moodle/values.yaml index 73e610b811..5c1ee30a5a 100644 --- a/bitnami/moodle/values.yaml +++ b/bitnami/moodle/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/multus-cni/Chart.yaml b/bitnami/multus-cni/Chart.yaml index c6faf9de6b..af6fb82bcd 100644 --- a/bitnami/multus-cni/Chart.yaml +++ b/bitnami/multus-cni/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/multus-cni/crds/network-attachment-definitions.yaml b/bitnami/multus-cni/crds/network-attachment-definitions.yaml index 8e64f00197..1b1fc7f1fe 100644 --- a/bitnami/multus-cni/crds/network-attachment-definitions.yaml +++ b/bitnami/multus-cni/crds/network-attachment-definitions.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Taken from https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/deployments/multus-daemonset-thick.yml --- apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/multus-cni/templates/_helpers.tpl b/bitnami/multus-cni/templates/_helpers.tpl index 316cd25671..5eb99934d9 100644 --- a/bitnami/multus-cni/templates/_helpers.tpl +++ b/bitnami/multus-cni/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Multus CNI image name */}} diff --git a/bitnami/multus-cni/templates/clusterrole.yaml b/bitnami/multus-cni/templates/clusterrole.yaml index d9a6b6bad1..8138b86d38 100644 --- a/bitnami/multus-cni/templates/clusterrole.yaml +++ b/bitnami/multus-cni/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/multus-cni/templates/clusterrolebinding.yaml b/bitnami/multus-cni/templates/clusterrolebinding.yaml index e9b7c86de9..761b815af0 100644 --- a/bitnami/multus-cni/templates/clusterrolebinding.yaml +++ b/bitnami/multus-cni/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/multus-cni/templates/daemonset.yaml b/bitnami/multus-cni/templates/daemonset.yaml index 3c7fe6f7a0..7e7d5e6ced 100644 --- a/bitnami/multus-cni/templates/daemonset.yaml +++ b/bitnami/multus-cni/templates/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: apps/v1 kind: DaemonSet metadata: diff --git a/bitnami/multus-cni/templates/extra-list.yaml b/bitnami/multus-cni/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/multus-cni/templates/extra-list.yaml +++ b/bitnami/multus-cni/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/multus-cni/templates/service-account.yaml b/bitnami/multus-cni/templates/service-account.yaml index 40dd38994e..d2c761e182 100644 --- a/bitnami/multus-cni/templates/service-account.yaml +++ b/bitnami/multus-cni/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/multus-cni/values.yaml b/bitnami/multus-cni/values.yaml index 9bd05fb596..5ce700b324 100644 --- a/bitnami/multus-cni/values.yaml +++ b/bitnami/multus-cni/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index ed6d496aaa..1bd7746f4c 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: MachineLearning licenses: Apache-2.0 diff --git a/bitnami/mxnet/templates/_helpers.tpl b/bitnami/mxnet/templates/_helpers.tpl index ece5b9dfbc..84253f9844 100644 --- a/bitnami/mxnet/templates/_helpers.tpl +++ b/bitnami/mxnet/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/mxnet/templates/configmap.yaml b/bitnami/mxnet/templates/configmap.yaml index 9c801629d1..f1ac21856d 100644 --- a/bitnami/mxnet/templates/configmap.yaml +++ b/bitnami/mxnet/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Files.Glob "files/*" }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mxnet/templates/distributed/headless-svc.yaml b/bitnami/mxnet/templates/distributed/headless-svc.yaml index 7b7cb34ed6..a1aa8707e6 100644 --- a/bitnami/mxnet/templates/distributed/headless-svc.yaml +++ b/bitnami/mxnet/templates/distributed/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "distributed" }} apiVersion: v1 kind: Service diff --git a/bitnami/mxnet/templates/distributed/scheduler/deployment.yaml b/bitnami/mxnet/templates/distributed/scheduler/deployment.yaml index 3897cef43b..66d9ceb741 100644 --- a/bitnami/mxnet/templates/distributed/scheduler/deployment.yaml +++ b/bitnami/mxnet/templates/distributed/scheduler/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "distributed" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mxnet/templates/distributed/scheduler/service.yaml b/bitnami/mxnet/templates/distributed/scheduler/service.yaml index 2a5cf340f6..2006ad0426 100644 --- a/bitnami/mxnet/templates/distributed/scheduler/service.yaml +++ b/bitnami/mxnet/templates/distributed/scheduler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "distributed" }} apiVersion: v1 kind: Service diff --git a/bitnami/mxnet/templates/distributed/server/statefulset.yaml b/bitnami/mxnet/templates/distributed/server/statefulset.yaml index 9f8bad2ad3..b04b0a805d 100644 --- a/bitnami/mxnet/templates/distributed/server/statefulset.yaml +++ b/bitnami/mxnet/templates/distributed/server/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "distributed" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/mxnet/templates/distributed/worker/statefulset.yaml b/bitnami/mxnet/templates/distributed/worker/statefulset.yaml index 9013c68355..acfd44ee89 100644 --- a/bitnami/mxnet/templates/distributed/worker/statefulset.yaml +++ b/bitnami/mxnet/templates/distributed/worker/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "distributed" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/mxnet/templates/extra-list.yaml b/bitnami/mxnet/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mxnet/templates/extra-list.yaml +++ b/bitnami/mxnet/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mxnet/templates/pvc.yaml b/bitnami/mxnet/templates/pvc.yaml index b4d9335d35..480413db4a 100644 --- a/bitnami/mxnet/templates/pvc.yaml +++ b/bitnami/mxnet/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/mxnet/templates/standalone/deployment.yaml b/bitnami/mxnet/templates/standalone/deployment.yaml index 2a7fb74aa3..acba506c34 100644 --- a/bitnami/mxnet/templates/standalone/deployment.yaml +++ b/bitnami/mxnet/templates/standalone/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.mode "standalone" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/mxnet/values.yaml b/bitnami/mxnet/values.yaml index 8ad9520f85..f9f20d806f 100644 --- a/bitnami/mxnet/values.yaml +++ b/bitnami/mxnet/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index 8b9f0eb1ab..1889f5c61e 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/mysql/templates/_helpers.tpl b/bitnami/mysql/templates/_helpers.tpl index 322826f9ec..21c6889c95 100644 --- a/bitnami/mysql/templates/_helpers.tpl +++ b/bitnami/mysql/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{- define "mysql.primary.fullname" -}} diff --git a/bitnami/mysql/templates/extra-list.yaml b/bitnami/mysql/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/mysql/templates/extra-list.yaml +++ b/bitnami/mysql/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/mysql/templates/metrics-svc.yaml b/bitnami/mysql/templates/metrics-svc.yaml index 7d604d3043..4f583daa73 100644 --- a/bitnami/mysql/templates/metrics-svc.yaml +++ b/bitnami/mysql/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/mysql/templates/networkpolicy.yaml b/bitnami/mysql/templates/networkpolicy.yaml index 6b62bb5517..45a67db36b 100644 --- a/bitnami/mysql/templates/networkpolicy.yaml +++ b/bitnami/mysql/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ template "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/mysql/templates/primary/configmap.yaml b/bitnami/mysql/templates/primary/configmap.yaml index 82d0774bff..8471424796 100644 --- a/bitnami/mysql/templates/primary/configmap.yaml +++ b/bitnami/mysql/templates/primary/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mysql.primary.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mysql/templates/primary/initialization-configmap.yaml b/bitnami/mysql/templates/primary/initialization-configmap.yaml index a34f80de29..c3d17eec4f 100644 --- a/bitnami/mysql/templates/primary/initialization-configmap.yaml +++ b/bitnami/mysql/templates/primary/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.initdbScripts (not .Values.initdbScriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mysql/templates/primary/pdb.yaml b/bitnami/mysql/templates/primary/pdb.yaml index ca22a0e09d..0d59b13999 100644 --- a/bitnami/mysql/templates/primary/pdb.yaml +++ b/bitnami/mysql/templates/primary/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.primary.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mysql/templates/primary/statefulset.yaml b/bitnami/mysql/templates/primary/statefulset.yaml index ac20482b1f..0aa7c1f11a 100644 --- a/bitnami/mysql/templates/primary/statefulset.yaml +++ b/bitnami/mysql/templates/primary/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/mysql/templates/primary/svc-headless.yaml b/bitnami/mysql/templates/primary/svc-headless.yaml index c430d94073..749afb6590 100644 --- a/bitnami/mysql/templates/primary/svc-headless.yaml +++ b/bitnami/mysql/templates/primary/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mysql/templates/primary/svc.yaml b/bitnami/mysql/templates/primary/svc.yaml index b61d453cd6..2ee9cdcde3 100644 --- a/bitnami/mysql/templates/primary/svc.yaml +++ b/bitnami/mysql/templates/primary/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/mysql/templates/prometheusrule.yaml b/bitnami/mysql/templates/prometheusrule.yaml index 64fa44f525..acf1ceee9d 100644 --- a/bitnami/mysql/templates/prometheusrule.yaml +++ b/bitnami/mysql/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/mysql/templates/role.yaml b/bitnami/mysql/templates/role.yaml index 1ccc00a5c4..ed05cf436a 100644 --- a/bitnami/mysql/templates/role.yaml +++ b/bitnami/mysql/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/mysql/templates/rolebinding.yaml b/bitnami/mysql/templates/rolebinding.yaml index 9b05208460..43594dba00 100644 --- a/bitnami/mysql/templates/rolebinding.yaml +++ b/bitnami/mysql/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/mysql/templates/secondary/configmap.yaml b/bitnami/mysql/templates/secondary/configmap.yaml index c94724f29b..19537c0761 100644 --- a/bitnami/mysql/templates/secondary/configmap.yaml +++ b/bitnami/mysql/templates/secondary/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "mysql.secondary.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/mysql/templates/secondary/pdb.yaml b/bitnami/mysql/templates/secondary/pdb.yaml index b4a5aee5ac..501c7aab93 100644 --- a/bitnami/mysql/templates/secondary/pdb.yaml +++ b/bitnami/mysql/templates/secondary/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") .Values.secondary.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/mysql/templates/secondary/statefulset.yaml b/bitnami/mysql/templates/secondary/statefulset.yaml index 237786defc..56857f7fbf 100644 --- a/bitnami/mysql/templates/secondary/statefulset.yaml +++ b/bitnami/mysql/templates/secondary/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/mysql/templates/secondary/svc-headless.yaml b/bitnami/mysql/templates/secondary/svc-headless.yaml index 44cfa4a61e..1e64d8152e 100644 --- a/bitnami/mysql/templates/secondary/svc-headless.yaml +++ b/bitnami/mysql/templates/secondary/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: v1 kind: Service diff --git a/bitnami/mysql/templates/secondary/svc.yaml b/bitnami/mysql/templates/secondary/svc.yaml index e6e662c112..90ce08fc87 100644 --- a/bitnami/mysql/templates/secondary/svc.yaml +++ b/bitnami/mysql/templates/secondary/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: v1 kind: Service diff --git a/bitnami/mysql/templates/secrets.yaml b/bitnami/mysql/templates/secrets.yaml index 65574366d9..4f1be99b8c 100644 --- a/bitnami/mysql/templates/secrets.yaml +++ b/bitnami/mysql/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $host := include "mysql.primary.fullname" . }} {{- $port := print .Values.primary.service.ports.mysql }} {{- $rootPassword := include "common.secrets.passwords.manage" (dict "secret" (include "mysql.secretName" .) "key" "mysql-root-password" "length" 10 "providedValues" (list "auth.rootPassword") "context" $) | trimAll "\"" | b64dec }} diff --git a/bitnami/mysql/templates/serviceaccount.yaml b/bitnami/mysql/templates/serviceaccount.yaml index 5044961f78..4c6282966a 100644 --- a/bitnami/mysql/templates/serviceaccount.yaml +++ b/bitnami/mysql/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/mysql/templates/servicemonitor.yaml b/bitnami/mysql/templates/servicemonitor.yaml index 47a9dad5d8..706212064b 100644 --- a/bitnami/mysql/templates/servicemonitor.yaml +++ b/bitnami/mysql/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/mysql/values.yaml b/bitnami/mysql/values.yaml index 69097e93e2..264e957a82 100644 --- a/bitnami/mysql/values.yaml +++ b/bitnami/mysql/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index 3023654a9a..c99d17be46 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/nats/templates/_helpers.tpl b/bitnami/nats/templates/_helpers.tpl index cb52217b9f..f998f1f0e1 100644 --- a/bitnami/nats/templates/_helpers.tpl +++ b/bitnami/nats/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/nats/templates/deployment.yaml b/bitnami/nats/templates/deployment.yaml index 94aa6a0481..a0bdc8e9a4 100644 --- a/bitnami/nats/templates/deployment.yaml +++ b/bitnami/nats/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.resourceType "deployment" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/nats/templates/extra-list.yaml b/bitnami/nats/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/nats/templates/extra-list.yaml +++ b/bitnami/nats/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/nats/templates/headless-svc.yaml b/bitnami/nats/templates/headless-svc.yaml index bb1ea56ca7..5885c74ddd 100644 --- a/bitnami/nats/templates/headless-svc.yaml +++ b/bitnami/nats/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/nats/templates/ingress.yaml b/bitnami/nats/templates/ingress.yaml index ea1e3bb86d..c9a6984ad3 100644 --- a/bitnami/nats/templates/ingress.yaml +++ b/bitnami/nats/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/nats/templates/metrics-svc.yaml b/bitnami/nats/templates/metrics-svc.yaml index e707a4222c..d2d2fb2f14 100644 --- a/bitnami/nats/templates/metrics-svc.yaml +++ b/bitnami/nats/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/nats/templates/networkpolicy.yaml b/bitnami/nats/templates/networkpolicy.yaml index 77f78732fa..d5a593af7b 100644 --- a/bitnami/nats/templates/networkpolicy.yaml +++ b/bitnami/nats/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/nats/templates/poddisruptionbudget.yaml b/bitnami/nats/templates/poddisruptionbudget.yaml index 4fd56433ef..6cd174b524 100644 --- a/bitnami/nats/templates/poddisruptionbudget.yaml +++ b/bitnami/nats/templates/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/nats/templates/secrets.yaml b/bitnami/nats/templates/secrets.yaml index db3ba99b8d..25706ecec4 100644 --- a/bitnami/nats/templates/secrets.yaml +++ b/bitnami/nats/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "nats.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/nats/templates/service.yaml b/bitnami/nats/templates/service.yaml index 7a5edf7587..4ef0d52145 100644 --- a/bitnami/nats/templates/service.yaml +++ b/bitnami/nats/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/nats/templates/servicemonitor.yaml b/bitnami/nats/templates/servicemonitor.yaml index b442564533..a87f782ea8 100644 --- a/bitnami/nats/templates/servicemonitor.yaml +++ b/bitnami/nats/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.metrics.enabled) (.Values.metrics.serviceMonitor.enabled) }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/nats/templates/statefulset.yaml b/bitnami/nats/templates/statefulset.yaml index ea83503854..66320981ba 100644 --- a/bitnami/nats/templates/statefulset.yaml +++ b/bitnami/nats/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (eq .Values.resourceType "statefulset") (not (contains .Values.resourceType "deployment")) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/nats/templates/tls-secret.yaml b/bitnami/nats/templates/tls-secret.yaml index e138a5eb31..d43024c327 100644 --- a/bitnami/nats/templates/tls-secret.yaml +++ b/bitnami/nats/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/nats/values.yaml b/bitnami/nats/values.yaml index 40f50b38ab..20bd47f6a4 100644 --- a/bitnami/nats/values.yaml +++ b/bitnami/nats/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/nginx-ingress-controller/Chart.yaml b/bitnami/nginx-ingress-controller/Chart.yaml index 0b01b1c096..8e3fb5c8b4 100644 --- a/bitnami/nginx-ingress-controller/Chart.yaml +++ b/bitnami/nginx-ingress-controller/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/nginx-ingress-controller/templates/_helpers.tpl b/bitnami/nginx-ingress-controller/templates/_helpers.tpl index 33860e309f..9a256ec912 100644 --- a/bitnami/nginx-ingress-controller/templates/_helpers.tpl +++ b/bitnami/nginx-ingress-controller/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/nginx-ingress-controller/templates/addheaders-configmap.yaml b/bitnami/nginx-ingress-controller/templates/addheaders-configmap.yaml index 551983bfda..d97780f16a 100644 --- a/bitnami/nginx-ingress-controller/templates/addheaders-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/addheaders-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.addHeaders }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/templates/clusterrole.yaml b/bitnami/nginx-ingress-controller/templates/clusterrole.yaml index 5ad2eda939..c9945add59 100644 --- a/bitnami/nginx-ingress-controller/templates/clusterrole.yaml +++ b/bitnami/nginx-ingress-controller/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create (not .Values.scope.enabled) }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/nginx-ingress-controller/templates/clusterrolebinding.yaml b/bitnami/nginx-ingress-controller/templates/clusterrolebinding.yaml index e4e579cf8b..17e6202cee 100644 --- a/bitnami/nginx-ingress-controller/templates/clusterrolebinding.yaml +++ b/bitnami/nginx-ingress-controller/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create (not .Values.scope.enabled) }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/nginx-ingress-controller/templates/controller-configmap.yaml b/bitnami/nginx-ingress-controller/templates/controller-configmap.yaml index 7ae18980c4..7866506f97 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.config (or (or .Values.proxySetHeaders .Values.headers) .Values.addHeaders) .Values.dhParam }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml b/bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml index d81f4dc3d6..3b263b4646 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.kind "DaemonSet" }} {{- $useHostPort := .Values.daemonset.useHostPort -}} apiVersion: apps/v1 diff --git a/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml b/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml index a460d479f5..8ff97b317e 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.kind "Deployment" }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/nginx-ingress-controller/templates/controller-hpa.yaml b/bitnami/nginx-ingress-controller/templates/controller-hpa.yaml index 718de1e07d..13714f8e9a 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-hpa.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.autoscaling.enabled (eq .Values.kind "Deployment") }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/nginx-ingress-controller/templates/controller-metrics-service.yaml b/bitnami/nginx-ingress-controller/templates/controller-metrics-service.yaml index ba1f2ffc89..e100858a88 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-metrics-service.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/nginx-ingress-controller/templates/controller-poddisruptionbudget.yaml b/bitnami/nginx-ingress-controller/templates/controller-poddisruptionbudget.yaml index 318c4b6be4..2f490ba0c8 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-poddisruptionbudget.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pdb.create (eq .Values.kind "Deployment") }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/nginx-ingress-controller/templates/controller-prometheusrules.yaml b/bitnami/nginx-ingress-controller/templates/controller-prometheusrules.yaml index fc4e1750ce..0d35166359 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-prometheusrules.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/nginx-ingress-controller/templates/controller-service.yaml b/bitnami/nginx-ingress-controller/templates/controller-service.yaml index 114f88e583..4f2c4db57f 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-service.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/nginx-ingress-controller/templates/controller-servicemonitor.yaml b/bitnami/nginx-ingress-controller/templates/controller-servicemonitor.yaml index 7dee8c832a..74b6fa7910 100644 --- a/bitnami/nginx-ingress-controller/templates/controller-servicemonitor.yaml +++ b/bitnami/nginx-ingress-controller/templates/controller-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/nginx-ingress-controller/templates/default-backend-configmap.yaml b/bitnami/nginx-ingress-controller/templates/default-backend-configmap.yaml index 69a6dd2816..b6fd33812c 100644 --- a/bitnami/nginx-ingress-controller/templates/default-backend-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/default-backend-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.defaultBackend.enabled) (.Values.defaultBackend.serverBlockConfig) -}} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml b/bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml index b8e45fe0e6..01322a00a0 100644 --- a/bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml +++ b/bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.defaultBackend.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/nginx-ingress-controller/templates/default-backend-poddisruptionbudget.yaml b/bitnami/nginx-ingress-controller/templates/default-backend-poddisruptionbudget.yaml index d7f7efc346..3f45cb926b 100644 --- a/bitnami/nginx-ingress-controller/templates/default-backend-poddisruptionbudget.yaml +++ b/bitnami/nginx-ingress-controller/templates/default-backend-poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.defaultBackend.enabled .Values.defaultBackend.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/nginx-ingress-controller/templates/default-backend-service.yaml b/bitnami/nginx-ingress-controller/templates/default-backend-service.yaml index a8810ebfb4..e92022078d 100644 --- a/bitnami/nginx-ingress-controller/templates/default-backend-service.yaml +++ b/bitnami/nginx-ingress-controller/templates/default-backend-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.defaultBackend.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/nginx-ingress-controller/templates/dh-param-secret.yaml b/bitnami/nginx-ingress-controller/templates/dh-param-secret.yaml index dd14f66976..5202883292 100644 --- a/bitnami/nginx-ingress-controller/templates/dh-param-secret.yaml +++ b/bitnami/nginx-ingress-controller/templates/dh-param-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.dhParam -}} apiVersion: v1 kind: Secret diff --git a/bitnami/nginx-ingress-controller/templates/extra-list.yaml b/bitnami/nginx-ingress-controller/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/nginx-ingress-controller/templates/extra-list.yaml +++ b/bitnami/nginx-ingress-controller/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/nginx-ingress-controller/templates/ingressclass.yaml b/bitnami/nginx-ingress-controller/templates/ingressclass.yaml index d1407e3d81..23bec1bfbe 100644 --- a/bitnami/nginx-ingress-controller/templates/ingressclass.yaml +++ b/bitnami/nginx-ingress-controller/templates/ingressclass.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingressClassResource.enabled -}} apiVersion: networking.k8s.io/v1 kind: IngressClass diff --git a/bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml b/bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml index 09c6cc8a4f..ce0365c3ed 100644 --- a/bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml +++ b/bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.podSecurityPolicy.enabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/nginx-ingress-controller/templates/proxyheaders-configmap.yaml b/bitnami/nginx-ingress-controller/templates/proxyheaders-configmap.yaml index bc0d5310ca..7a087f54e3 100644 --- a/bitnami/nginx-ingress-controller/templates/proxyheaders-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/proxyheaders-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.proxySetHeaders .Values.headers }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/templates/role.yaml b/bitnami/nginx-ingress-controller/templates/role.yaml index a102f7de37..92de1bbae9 100644 --- a/bitnami/nginx-ingress-controller/templates/role.yaml +++ b/bitnami/nginx-ingress-controller/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/nginx-ingress-controller/templates/rolebinding.yaml b/bitnami/nginx-ingress-controller/templates/rolebinding.yaml index 648dfe3ade..726ae5e71c 100644 --- a/bitnami/nginx-ingress-controller/templates/rolebinding.yaml +++ b/bitnami/nginx-ingress-controller/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/nginx-ingress-controller/templates/serviceaccount.yaml b/bitnami/nginx-ingress-controller/templates/serviceaccount.yaml index 7d68fbe2b3..b59c822751 100644 --- a/bitnami/nginx-ingress-controller/templates/serviceaccount.yaml +++ b/bitnami/nginx-ingress-controller/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/nginx-ingress-controller/templates/tcp-configmap.yaml b/bitnami/nginx-ingress-controller/templates/tcp-configmap.yaml index 10254cdef4..4f743cee53 100644 --- a/bitnami/nginx-ingress-controller/templates/tcp-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/tcp-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.tcp }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/templates/udp-configmap.yaml b/bitnami/nginx-ingress-controller/templates/udp-configmap.yaml index f9f7d5b2e9..cbc43117b0 100644 --- a/bitnami/nginx-ingress-controller/templates/udp-configmap.yaml +++ b/bitnami/nginx-ingress-controller/templates/udp-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.udp }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx-ingress-controller/values.yaml b/bitnami/nginx-ingress-controller/values.yaml index cde5aba182..3ae78fe128 100644 --- a/bitnami/nginx-ingress-controller/values.yaml +++ b/bitnami/nginx-ingress-controller/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 9efe18d6b2..f9c236427e 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/nginx/templates/_helpers.tpl b/bitnami/nginx/templates/_helpers.tpl index ba2dab3669..a5292d33d5 100644 --- a/bitnami/nginx/templates/_helpers.tpl +++ b/bitnami/nginx/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Return the proper NGINX image name diff --git a/bitnami/nginx/templates/deployment.yaml b/bitnami/nginx/templates/deployment.yaml index 8ad967cd7f..ea726c55fc 100644 --- a/bitnami/nginx/templates/deployment.yaml +++ b/bitnami/nginx/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/nginx/templates/extra-list.yaml b/bitnami/nginx/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/nginx/templates/extra-list.yaml +++ b/bitnami/nginx/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/nginx/templates/health-ingress.yaml b/bitnami/nginx/templates/health-ingress.yaml index 7ceb021544..560bb62e87 100644 --- a/bitnami/nginx/templates/health-ingress.yaml +++ b/bitnami/nginx/templates/health-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.healthIngress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/nginx/templates/hpa.yaml b/bitnami/nginx/templates/hpa.yaml index a0e2da5fd1..48862b9b1b 100644 --- a/bitnami/nginx/templates/hpa.yaml +++ b/bitnami/nginx/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/nginx/templates/ingress.yaml b/bitnami/nginx/templates/ingress.yaml index 2047875959..6dc0f419ca 100644 --- a/bitnami/nginx/templates/ingress.yaml +++ b/bitnami/nginx/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/nginx/templates/pdb.yaml b/bitnami/nginx/templates/pdb.yaml index 827b49b1ee..acd42c4bff 100644 --- a/bitnami/nginx/templates/pdb.yaml +++ b/bitnami/nginx/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/nginx/templates/prometheusrules.yaml b/bitnami/nginx/templates/prometheusrules.yaml index 9b8ac4b383..3784e3c500 100644 --- a/bitnami/nginx/templates/prometheusrules.yaml +++ b/bitnami/nginx/templates/prometheusrules.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/nginx/templates/server-block-configmap.yaml b/bitnami/nginx/templates/server-block-configmap.yaml index eba2435d5b..ee543ad93d 100644 --- a/bitnami/nginx/templates/server-block-configmap.yaml +++ b/bitnami/nginx/templates/server-block-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serverBlock (not .Values.existingServerBlockConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/nginx/templates/serviceaccount.yaml b/bitnami/nginx/templates/serviceaccount.yaml index 31e7f36e81..926504c00b 100644 --- a/bitnami/nginx/templates/serviceaccount.yaml +++ b/bitnami/nginx/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/nginx/templates/servicemonitor.yaml b/bitnami/nginx/templates/servicemonitor.yaml index f49d18a2bc..21e2b25288 100644 --- a/bitnami/nginx/templates/servicemonitor.yaml +++ b/bitnami/nginx/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/nginx/templates/svc.yaml b/bitnami/nginx/templates/svc.yaml index 152be66acc..111e15f9e0 100644 --- a/bitnami/nginx/templates/svc.yaml +++ b/bitnami/nginx/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/nginx/templates/tls-secrets.yaml b/bitnami/nginx/templates/tls-secrets.yaml index 95459126ac..df2efa8cc1 100644 --- a/bitnami/nginx/templates/tls-secrets.yaml +++ b/bitnami/nginx/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index fa3adb913e..6210e65386 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/node-exporter/Chart.yaml b/bitnami/node-exporter/Chart.yaml index 678b31443c..7b35cac6b2 100644 --- a/bitnami/node-exporter/Chart.yaml +++ b/bitnami/node-exporter/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/node-exporter/templates/_helpers.tpl b/bitnami/node-exporter/templates/_helpers.tpl index 184caa9c4a..88e75c9e0d 100644 --- a/bitnami/node-exporter/templates/_helpers.tpl +++ b/bitnami/node-exporter/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/node-exporter/templates/daemonset.yaml b/bitnami/node-exporter/templates/daemonset.yaml index 23cec97999..43583b288c 100644 --- a/bitnami/node-exporter/templates/daemonset.yaml +++ b/bitnami/node-exporter/templates/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: apps/v1 kind: DaemonSet metadata: diff --git a/bitnami/node-exporter/templates/extra-list.yaml b/bitnami/node-exporter/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/node-exporter/templates/extra-list.yaml +++ b/bitnami/node-exporter/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/node-exporter/templates/psp-clusterrole.yaml b/bitnami/node-exporter/templates/psp-clusterrole.yaml index b178bb0dee..ca206968a2 100644 --- a/bitnami/node-exporter/templates/psp-clusterrole.yaml +++ b/bitnami/node-exporter/templates/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRole diff --git a/bitnami/node-exporter/templates/psp-clusterrolebinding.yaml b/bitnami/node-exporter/templates/psp-clusterrolebinding.yaml index b8e7d03664..1a98706ec0 100644 --- a/bitnami/node-exporter/templates/psp-clusterrolebinding.yaml +++ b/bitnami/node-exporter/templates/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/node-exporter/templates/psp.yaml b/bitnami/node-exporter/templates/psp.yaml index ae63b65f31..4b6142900a 100644 --- a/bitnami/node-exporter/templates/psp.yaml +++ b/bitnami/node-exporter/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: policy/v1beta1 diff --git a/bitnami/node-exporter/templates/service.yaml b/bitnami/node-exporter/templates/service.yaml index 987f671304..d7b0a19d05 100644 --- a/bitnami/node-exporter/templates/service.yaml +++ b/bitnami/node-exporter/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/node-exporter/templates/serviceaccount.yaml b/bitnami/node-exporter/templates/serviceaccount.yaml index 28f16ff110..8f7c8d32de 100644 --- a/bitnami/node-exporter/templates/serviceaccount.yaml +++ b/bitnami/node-exporter/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/node-exporter/templates/servicemonitor.yaml b/bitnami/node-exporter/templates/servicemonitor.yaml index ec415dd99a..45acf676cf 100644 --- a/bitnami/node-exporter/templates/servicemonitor.yaml +++ b/bitnami/node-exporter/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/node-exporter/values.yaml b/bitnami/node-exporter/values.yaml index 9b53c21bbb..85bf375866 100644 --- a/bitnami/node-exporter/values.yaml +++ b/bitnami/node-exporter/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index c2d5dc10f0..2c659bbf3f 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/oauth2-proxy/templates/_helpers.tpl b/bitnami/oauth2-proxy/templates/_helpers.tpl index a2ebf93dc8..f4c501963c 100644 --- a/bitnami/oauth2-proxy/templates/_helpers.tpl +++ b/bitnami/oauth2-proxy/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper OAuth2 Proxy image name */}} diff --git a/bitnami/oauth2-proxy/templates/configmap.yaml b/bitnami/oauth2-proxy/templates/configmap.yaml index e845900384..76b10d3d7b 100644 --- a/bitnami/oauth2-proxy/templates/configmap.yaml +++ b/bitnami/oauth2-proxy/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.configuration.content) (not .Values.configuration.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/oauth2-proxy/templates/deployment.yaml b/bitnami/oauth2-proxy/templates/deployment.yaml index d500fed852..ae43de3a04 100644 --- a/bitnami/oauth2-proxy/templates/deployment.yaml +++ b/bitnami/oauth2-proxy/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/oauth2-proxy/templates/extra-list.yaml b/bitnami/oauth2-proxy/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/oauth2-proxy/templates/extra-list.yaml +++ b/bitnami/oauth2-proxy/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/oauth2-proxy/templates/ingress.yaml b/bitnami/oauth2-proxy/templates/ingress.yaml index 0b178af919..b52fd7de91 100644 --- a/bitnami/oauth2-proxy/templates/ingress.yaml +++ b/bitnami/oauth2-proxy/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/oauth2-proxy/templates/pdb.yaml b/bitnami/oauth2-proxy/templates/pdb.yaml index e643b2b35d..e454a43b23 100644 --- a/bitnami/oauth2-proxy/templates/pdb.yaml +++ b/bitnami/oauth2-proxy/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/oauth2-proxy/templates/secret-authenticated-emails-file.yaml b/bitnami/oauth2-proxy/templates/secret-authenticated-emails-file.yaml index f8c39300df..b02abcaf6c 100644 --- a/bitnami/oauth2-proxy/templates/secret-authenticated-emails-file.yaml +++ b/bitnami/oauth2-proxy/templates/secret-authenticated-emails-file.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.configuration.authenticatedEmailsFile.enabled) (not .Values.configuration.authenticatedEmailsFile.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/oauth2-proxy/templates/secret-google.yaml b/bitnami/oauth2-proxy/templates/secret-google.yaml index 13d75e4cf7..69912294c2 100644 --- a/bitnami/oauth2-proxy/templates/secret-google.yaml +++ b/bitnami/oauth2-proxy/templates/secret-google.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.configuration.google.enabled (not .Values.configuration.google.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/oauth2-proxy/templates/secret-htpasswd-file.yaml b/bitnami/oauth2-proxy/templates/secret-htpasswd-file.yaml index 90f43097c7..7a513bc6de 100644 --- a/bitnami/oauth2-proxy/templates/secret-htpasswd-file.yaml +++ b/bitnami/oauth2-proxy/templates/secret-htpasswd-file.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.configuration.htpasswdFile.enabled (not .Values.configuration.htpasswdFile.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/oauth2-proxy/templates/secret.yaml b/bitnami/oauth2-proxy/templates/secret.yaml index cb5b88d099..add66c26cb 100644 --- a/bitnami/oauth2-proxy/templates/secret.yaml +++ b/bitnami/oauth2-proxy/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.configuration.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/oauth2-proxy/templates/service-account.yaml b/bitnami/oauth2-proxy/templates/service-account.yaml index c38d160e09..287d51cde9 100644 --- a/bitnami/oauth2-proxy/templates/service-account.yaml +++ b/bitnami/oauth2-proxy/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/oauth2-proxy/templates/service.yaml b/bitnami/oauth2-proxy/templates/service.yaml index 4c24b7025c..543bf918de 100644 --- a/bitnami/oauth2-proxy/templates/service.yaml +++ b/bitnami/oauth2-proxy/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/oauth2-proxy/templates/tls-secrets.yaml b/bitnami/oauth2-proxy/templates/tls-secrets.yaml index bd9673040f..9513ea2639 100644 --- a/bitnami/oauth2-proxy/templates/tls-secrets.yaml +++ b/bitnami/oauth2-proxy/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingress.enabled (not .Values.ingress.existingSecretName) }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index b46cb000f8..f77b11f6d4 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 6dfb5f6b96..afa384f7e3 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CRM licenses: Apache-2.0 diff --git a/bitnami/odoo/templates/_helpers.tpl b/bitnami/odoo/templates/_helpers.tpl index 620af0b209..ddae30247b 100644 --- a/bitnami/odoo/templates/_helpers.tpl +++ b/bitnami/odoo/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} = {{/* diff --git a/bitnami/odoo/templates/deployment.yaml b/bitnami/odoo/templates/deployment.yaml index af491850b4..6c8f4d490a 100644 --- a/bitnami/odoo/templates/deployment.yaml +++ b/bitnami/odoo/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/odoo/templates/externaldb-secrets.yaml b/bitnami/odoo/templates/externaldb-secrets.yaml index bf136a7461..ef4a31b5ca 100644 --- a/bitnami/odoo/templates/externaldb-secrets.yaml +++ b/bitnami/odoo/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (or .Values.postgresql.enabled .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/odoo/templates/extra-list.yaml b/bitnami/odoo/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/odoo/templates/extra-list.yaml +++ b/bitnami/odoo/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/odoo/templates/hpa.yaml b/bitnami/odoo/templates/hpa.yaml index d9a15751b3..14b76b1808 100644 --- a/bitnami/odoo/templates/hpa.yaml +++ b/bitnami/odoo/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/odoo/templates/ingress.yaml b/bitnami/odoo/templates/ingress.yaml index f4430b1923..6eeb966ec0 100644 --- a/bitnami/odoo/templates/ingress.yaml +++ b/bitnami/odoo/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/odoo/templates/networkpolicy-backend-ingress.yaml b/bitnami/odoo/templates/networkpolicy-backend-ingress.yaml index fc801f5d98..c523a6b62a 100644 --- a/bitnami/odoo/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/odoo/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/odoo/templates/networkpolicy-egress.yaml b/bitnami/odoo/templates/networkpolicy-egress.yaml index 477c383670..1c7c5bfb21 100644 --- a/bitnami/odoo/templates/networkpolicy-egress.yaml +++ b/bitnami/odoo/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/odoo/templates/networkpolicy-ingress.yaml b/bitnami/odoo/templates/networkpolicy-ingress.yaml index b29344ade6..7c8af3fa4f 100644 --- a/bitnami/odoo/templates/networkpolicy-ingress.yaml +++ b/bitnami/odoo/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/odoo/templates/pdb.yaml b/bitnami/odoo/templates/pdb.yaml index c0bc1d1f20..5e8e7d0932 100644 --- a/bitnami/odoo/templates/pdb.yaml +++ b/bitnami/odoo/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/odoo/templates/postinit-configmap.yaml b/bitnami/odoo/templates/postinit-configmap.yaml index 84e7c6aeeb..25110125c9 100644 --- a/bitnami/odoo/templates/postinit-configmap.yaml +++ b/bitnami/odoo/templates/postinit-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.customPostInitScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/odoo/templates/pvc.yaml b/bitnami/odoo/templates/pvc.yaml index ed3898a6ba..b410252ae4 100644 --- a/bitnami/odoo/templates/pvc.yaml +++ b/bitnami/odoo/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/odoo/templates/secrets.yaml b/bitnami/odoo/templates/secrets.yaml index c2b6b6d212..1bc84e5416 100644 --- a/bitnami/odoo/templates/secrets.yaml +++ b/bitnami/odoo/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not .Values.existingSecret) (and .Values.smtpPassword (not .Values.smtpExistingSecret)) }} apiVersion: v1 kind: Secret diff --git a/bitnami/odoo/templates/serviceaccount.yaml b/bitnami/odoo/templates/serviceaccount.yaml index bd6645ced6..a4e0c3894d 100644 --- a/bitnami/odoo/templates/serviceaccount.yaml +++ b/bitnami/odoo/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/odoo/templates/svc.yaml b/bitnami/odoo/templates/svc.yaml index f41f9f60d9..1ee1a245e4 100644 --- a/bitnami/odoo/templates/svc.yaml +++ b/bitnami/odoo/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/odoo/templates/tls-secrets.yaml b/bitnami/odoo/templates/tls-secrets.yaml index 7df0041f7e..cadeccfc8d 100644 --- a/bitnami/odoo/templates/tls-secrets.yaml +++ b/bitnami/odoo/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/odoo/values.yaml b/bitnami/odoo/values.yaml index 2a4bb8d937..09002a3c01 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/opencart/Chart.yaml b/bitnami/opencart/Chart.yaml index 2f0968d96b..60d0d1386c 100644 --- a/bitnami/opencart/Chart.yaml +++ b/bitnami/opencart/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: E-Commerce licenses: Apache-2.0 diff --git a/bitnami/opencart/templates/_helpers.tpl b/bitnami/opencart/templates/_helpers.tpl index d255d3529f..e20a6e2cdb 100644 --- a/bitnami/opencart/templates/_helpers.tpl +++ b/bitnami/opencart/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/opencart/templates/deployment.yaml b/bitnami/opencart/templates/deployment.yaml index 1004460ea1..6209d3751d 100644 --- a/bitnami/opencart/templates/deployment.yaml +++ b/bitnami/opencart/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if include "opencart.host" . -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/opencart/templates/externaldb-secrets.yaml b/bitnami/opencart/templates/externaldb-secrets.yaml index 28f30aae51..73f46eeb17 100644 --- a/bitnami/opencart/templates/externaldb-secrets.yaml +++ b/bitnami/opencart/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/opencart/templates/extra-list.yaml b/bitnami/opencart/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/opencart/templates/extra-list.yaml +++ b/bitnami/opencart/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/opencart/templates/ingress.yaml b/bitnami/opencart/templates/ingress.yaml index ff6b23e257..de161ff575 100644 --- a/bitnami/opencart/templates/ingress.yaml +++ b/bitnami/opencart/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/opencart/templates/networkpolicy-backend-ingress.yaml b/bitnami/opencart/templates/networkpolicy-backend-ingress.yaml index 1747ab5695..0136a8b9f4 100644 --- a/bitnami/opencart/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/opencart/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/opencart/templates/networkpolicy-egress.yaml b/bitnami/opencart/templates/networkpolicy-egress.yaml index 03c1bf61ae..4d2621fbdd 100644 --- a/bitnami/opencart/templates/networkpolicy-egress.yaml +++ b/bitnami/opencart/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/opencart/templates/networkpolicy-ingress.yaml b/bitnami/opencart/templates/networkpolicy-ingress.yaml index 38899bad3b..bae4f256e0 100644 --- a/bitnami/opencart/templates/networkpolicy-ingress.yaml +++ b/bitnami/opencart/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/opencart/templates/pv.yaml b/bitnami/opencart/templates/pv.yaml index da3af6d65f..39debbeaca 100644 --- a/bitnami/opencart/templates/pv.yaml +++ b/bitnami/opencart/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/opencart/templates/pvc.yaml b/bitnami/opencart/templates/pvc.yaml index 88266cda30..bafa9b373d 100644 --- a/bitnami/opencart/templates/pvc.yaml +++ b/bitnami/opencart/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "opencart.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/opencart/templates/secrets.yaml b/bitnami/opencart/templates/secrets.yaml index b1a90648d9..17afdf64c9 100644 --- a/bitnami/opencart/templates/secrets.yaml +++ b/bitnami/opencart/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/opencart/templates/svc.yaml b/bitnami/opencart/templates/svc.yaml index 25866900bd..4ead84b941 100644 --- a/bitnami/opencart/templates/svc.yaml +++ b/bitnami/opencart/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/opencart/templates/tls-secrets.yaml b/bitnami/opencart/templates/tls-secrets.yaml index 740ee6835a..2c208465f0 100644 --- a/bitnami/opencart/templates/tls-secrets.yaml +++ b/bitnami/opencart/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/opencart/values.yaml b/bitnami/opencart/values.yaml index f08b94825a..5d304e7e7e 100644 --- a/bitnami/opencart/values.yaml +++ b/bitnami/opencart/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/osclass/Chart.yaml b/bitnami/osclass/Chart.yaml index 4dfc8cea52..b04f7345b9 100644 --- a/bitnami/osclass/Chart.yaml +++ b/bitnami/osclass/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/osclass/templates/_helpers.tpl b/bitnami/osclass/templates/_helpers.tpl index e2fd637340..3094bde9d3 100644 --- a/bitnami/osclass/templates/_helpers.tpl +++ b/bitnami/osclass/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/osclass/templates/deployment.yaml b/bitnami/osclass/templates/deployment.yaml index 0aa8041508..273e68ce53 100644 --- a/bitnami/osclass/templates/deployment.yaml +++ b/bitnami/osclass/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/osclass/templates/externaldb-secrets.yaml b/bitnami/osclass/templates/externaldb-secrets.yaml index 1dc9fc6b31..bbb35397c7 100644 --- a/bitnami/osclass/templates/externaldb-secrets.yaml +++ b/bitnami/osclass/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/osclass/templates/extra-list.yaml b/bitnami/osclass/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/osclass/templates/extra-list.yaml +++ b/bitnami/osclass/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/osclass/templates/hpa.yaml b/bitnami/osclass/templates/hpa.yaml index d9a15751b3..14b76b1808 100644 --- a/bitnami/osclass/templates/hpa.yaml +++ b/bitnami/osclass/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/osclass/templates/ingress.yaml b/bitnami/osclass/templates/ingress.yaml index d691b7cc9e..954558d6f3 100644 --- a/bitnami/osclass/templates/ingress.yaml +++ b/bitnami/osclass/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/osclass/templates/metrics-svc.yaml b/bitnami/osclass/templates/metrics-svc.yaml index 4fa7633f5a..c0dd0f4240 100644 --- a/bitnami/osclass/templates/metrics-svc.yaml +++ b/bitnami/osclass/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/osclass/templates/networkpolicy-backend-ingress.yaml b/bitnami/osclass/templates/networkpolicy-backend-ingress.yaml index f9dac43b08..a612b40470 100644 --- a/bitnami/osclass/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/osclass/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/osclass/templates/networkpolicy-egress.yaml b/bitnami/osclass/templates/networkpolicy-egress.yaml index 477c383670..1c7c5bfb21 100644 --- a/bitnami/osclass/templates/networkpolicy-egress.yaml +++ b/bitnami/osclass/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/osclass/templates/networkpolicy-ingress.yaml b/bitnami/osclass/templates/networkpolicy-ingress.yaml index 66b35bc8df..2051594200 100644 --- a/bitnami/osclass/templates/networkpolicy-ingress.yaml +++ b/bitnami/osclass/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/osclass/templates/osclass-pvc.yaml b/bitnami/osclass/templates/osclass-pvc.yaml index 17a3217ac6..40a8901664 100644 --- a/bitnami/osclass/templates/osclass-pvc.yaml +++ b/bitnami/osclass/templates/osclass-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/osclass/templates/pdb.yaml b/bitnami/osclass/templates/pdb.yaml index c0bc1d1f20..5e8e7d0932 100644 --- a/bitnami/osclass/templates/pdb.yaml +++ b/bitnami/osclass/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/osclass/templates/secrets.yaml b/bitnami/osclass/templates/secrets.yaml index 67afedb0f3..a34bee6e57 100644 --- a/bitnami/osclass/templates/secrets.yaml +++ b/bitnami/osclass/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/osclass/templates/servicemonitor.yaml b/bitnami/osclass/templates/servicemonitor.yaml index f87cf5f1ec..0d43048846 100644 --- a/bitnami/osclass/templates/servicemonitor.yaml +++ b/bitnami/osclass/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/osclass/templates/svc.yaml b/bitnami/osclass/templates/svc.yaml index 7bedd9f1b7..700ae0e161 100644 --- a/bitnami/osclass/templates/svc.yaml +++ b/bitnami/osclass/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/osclass/templates/tls-secrets.yaml b/bitnami/osclass/templates/tls-secrets.yaml index f7f9f0608f..cfb8142f90 100644 --- a/bitnami/osclass/templates/tls-secrets.yaml +++ b/bitnami/osclass/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/osclass/values.yaml b/bitnami/osclass/values.yaml index 5d5f2d16d8..9659a19fcd 100644 --- a/bitnami/osclass/values.yaml +++ b/bitnami/osclass/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/parse/Chart.yaml b/bitnami/parse/Chart.yaml index 8d077a9067..ea7795eb6b 100644 --- a/bitnami/parse/Chart.yaml +++ b/bitnami/parse/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/parse/templates/_helpers.tpl b/bitnami/parse/templates/_helpers.tpl index 30b0ab51d0..99e88cfa67 100644 --- a/bitnami/parse/templates/_helpers.tpl +++ b/bitnami/parse/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/parse/templates/cloud-code-configmap.yaml b/bitnami/parse/templates/cloud-code-configmap.yaml index eb7e943178..7538e7c9de 100644 --- a/bitnami/parse/templates/cloud-code-configmap.yaml +++ b/bitnami/parse/templates/cloud-code-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enableCloudCode (or .Values.server.cloudCodeScripts (.Files.Glob "files/cloud/*.js")) (not .Values.server.existingCloudCodeScriptsCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/parse/templates/dashboard-deployment.yaml b/bitnami/parse/templates/dashboard-deployment.yaml index 6d01ad0535..c5dde40f5b 100644 --- a/bitnami/parse/templates/dashboard-deployment.yaml +++ b/bitnami/parse/templates/dashboard-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "parse.host" .) .Values.dashboard.enabled -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/parse/templates/dashboard-svc.yaml b/bitnami/parse/templates/dashboard-svc.yaml index b32d9e3909..8ab08ccbb8 100644 --- a/bitnami/parse/templates/dashboard-svc.yaml +++ b/bitnami/parse/templates/dashboard-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "parse.host" .) .Values.dashboard.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/parse/templates/extra-list.yaml b/bitnami/parse/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/parse/templates/extra-list.yaml +++ b/bitnami/parse/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/parse/templates/ingress.yaml b/bitnami/parse/templates/ingress.yaml index 4968ca7c0b..2fa859c90d 100644 --- a/bitnami/parse/templates/ingress.yaml +++ b/bitnami/parse/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/parse/templates/pvc.yaml b/bitnami/parse/templates/pvc.yaml index e3707aa54d..80264f7837 100644 --- a/bitnami/parse/templates/pvc.yaml +++ b/bitnami/parse/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/parse/templates/secrets.yaml b/bitnami/parse/templates/secrets.yaml index 8c64fd0868..c35b24bcf8 100644 --- a/bitnami/parse/templates/secrets.yaml +++ b/bitnami/parse/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/parse/templates/server-deployment.yaml b/bitnami/parse/templates/server-deployment.yaml index 7b718c15e4..32d9921488 100644 --- a/bitnami/parse/templates/server-deployment.yaml +++ b/bitnami/parse/templates/server-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/parse/templates/server-svc.yaml b/bitnami/parse/templates/server-svc.yaml index 0549360e66..f66dc0106e 100644 --- a/bitnami/parse/templates/server-svc.yaml +++ b/bitnami/parse/templates/server-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/parse/templates/service-account.yaml b/bitnami/parse/templates/service-account.yaml index f5ef20d007..61f7f4af4c 100644 --- a/bitnami/parse/templates/service-account.yaml +++ b/bitnami/parse/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/parse/templates/tls-secret.yaml b/bitnami/parse/templates/tls-secret.yaml index 65fb919577..f116275505 100644 --- a/bitnami/parse/templates/tls-secret.yaml +++ b/bitnami/parse/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/parse/values.yaml b/bitnami/parse/values.yaml index c67e9dd93e..4e63fe1306 100644 --- a/bitnami/parse/values.yaml +++ b/bitnami/parse/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index a799457ec3..da4f9bec85 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Forum licenses: Apache-2.0 diff --git a/bitnami/phpbb/templates/_helpers.tpl b/bitnami/phpbb/templates/_helpers.tpl index 23adb4d4fe..438369cc80 100644 --- a/bitnami/phpbb/templates/_helpers.tpl +++ b/bitnami/phpbb/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/phpbb/templates/deployment.yaml b/bitnami/phpbb/templates/deployment.yaml index 9c536ad44e..d08baa173e 100644 --- a/bitnami/phpbb/templates/deployment.yaml +++ b/bitnami/phpbb/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/phpbb/templates/externaldb-secrets.yaml b/bitnami/phpbb/templates/externaldb-secrets.yaml index 986a72bbf2..b5b731d02e 100644 --- a/bitnami/phpbb/templates/externaldb-secrets.yaml +++ b/bitnami/phpbb/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.mariadb.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/phpbb/templates/extra-list.yaml b/bitnami/phpbb/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/phpbb/templates/extra-list.yaml +++ b/bitnami/phpbb/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/phpbb/templates/ingress.yaml b/bitnami/phpbb/templates/ingress.yaml index 20754380da..1e3e37d0e2 100644 --- a/bitnami/phpbb/templates/ingress.yaml +++ b/bitnami/phpbb/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/phpbb/templates/networkpolicy-backend-ingress.yaml b/bitnami/phpbb/templates/networkpolicy-backend-ingress.yaml index 30f70bdda0..89d637b9ac 100644 --- a/bitnami/phpbb/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/phpbb/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpbb/templates/networkpolicy-egress.yaml b/bitnami/phpbb/templates/networkpolicy-egress.yaml index 6a20f6bcc5..b9cc385ad6 100644 --- a/bitnami/phpbb/templates/networkpolicy-egress.yaml +++ b/bitnami/phpbb/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpbb/templates/networkpolicy-ingress.yaml b/bitnami/phpbb/templates/networkpolicy-ingress.yaml index 58769f8112..d3a0a010d7 100644 --- a/bitnami/phpbb/templates/networkpolicy-ingress.yaml +++ b/bitnami/phpbb/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpbb/templates/phpbb-pvc.yaml b/bitnami/phpbb/templates/phpbb-pvc.yaml index ad6721a370..bca022b36d 100644 --- a/bitnami/phpbb/templates/phpbb-pvc.yaml +++ b/bitnami/phpbb/templates/phpbb-pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/phpbb/templates/secrets.yaml b/bitnami/phpbb/templates/secrets.yaml index 75a3a646fd..6c2c3a3030 100644 --- a/bitnami/phpbb/templates/secrets.yaml +++ b/bitnami/phpbb/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/phpbb/templates/svc.yaml b/bitnami/phpbb/templates/svc.yaml index 38a2d86560..6c0fcc5f38 100644 --- a/bitnami/phpbb/templates/svc.yaml +++ b/bitnami/phpbb/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/phpbb/templates/tls-secrets.yaml b/bitnami/phpbb/templates/tls-secrets.yaml index 8e8b62a9e7..24fdc5f543 100644 --- a/bitnami/phpbb/templates/tls-secrets.yaml +++ b/bitnami/phpbb/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index 5c2a2247ee..c0a6393f77 100644 --- a/bitnami/phpbb/values.yaml +++ b/bitnami/phpbb/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index fcfb440716..d1c6a20f02 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/phpmyadmin/templates/_helpers.tpl b/bitnami/phpmyadmin/templates/_helpers.tpl index b817bb90c3..5ca2f42904 100644 --- a/bitnami/phpmyadmin/templates/_helpers.tpl +++ b/bitnami/phpmyadmin/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/phpmyadmin/templates/certs.yaml b/bitnami/phpmyadmin/templates/certs.yaml index 79023e6035..7d7c763864 100644 --- a/bitnami/phpmyadmin/templates/certs.yaml +++ b/bitnami/phpmyadmin/templates/certs.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.db.enableSsl }} apiVersion: v1 kind: Secret diff --git a/bitnami/phpmyadmin/templates/deployment.yaml b/bitnami/phpmyadmin/templates/deployment.yaml index ce7b232b71..2a97cffc3d 100644 --- a/bitnami/phpmyadmin/templates/deployment.yaml +++ b/bitnami/phpmyadmin/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/phpmyadmin/templates/extra-list.yaml b/bitnami/phpmyadmin/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/phpmyadmin/templates/extra-list.yaml +++ b/bitnami/phpmyadmin/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/phpmyadmin/templates/ingress.yaml b/bitnami/phpmyadmin/templates/ingress.yaml index 6305c7a390..3d3cee0b05 100644 --- a/bitnami/phpmyadmin/templates/ingress.yaml +++ b/bitnami/phpmyadmin/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/phpmyadmin/templates/metrics-svc.yaml b/bitnami/phpmyadmin/templates/metrics-svc.yaml index f9739cd4a3..2342e29fb1 100644 --- a/bitnami/phpmyadmin/templates/metrics-svc.yaml +++ b/bitnami/phpmyadmin/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/phpmyadmin/templates/networkpolicy-backend-ingress.yaml b/bitnami/phpmyadmin/templates/networkpolicy-backend-ingress.yaml index e69a024e70..56df816f9b 100644 --- a/bitnami/phpmyadmin/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/phpmyadmin/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpmyadmin/templates/networkpolicy-egress.yaml b/bitnami/phpmyadmin/templates/networkpolicy-egress.yaml index d908e9b883..96750ce876 100644 --- a/bitnami/phpmyadmin/templates/networkpolicy-egress.yaml +++ b/bitnami/phpmyadmin/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpmyadmin/templates/networkpolicy-ingress.yaml b/bitnami/phpmyadmin/templates/networkpolicy-ingress.yaml index 27cbbbb21f..fd96c64a0c 100644 --- a/bitnami/phpmyadmin/templates/networkpolicy-ingress.yaml +++ b/bitnami/phpmyadmin/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/phpmyadmin/templates/service.yaml b/bitnami/phpmyadmin/templates/service.yaml index 1a81c8a1b4..b5ddb7a326 100644 --- a/bitnami/phpmyadmin/templates/service.yaml +++ b/bitnami/phpmyadmin/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/phpmyadmin/templates/serviceaccount.yaml b/bitnami/phpmyadmin/templates/serviceaccount.yaml index d08773711a..ec5fc07639 100644 --- a/bitnami/phpmyadmin/templates/serviceaccount.yaml +++ b/bitnami/phpmyadmin/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/phpmyadmin/templates/servicemonitor.yaml b/bitnami/phpmyadmin/templates/servicemonitor.yaml index e64c223b65..f6650a846a 100644 --- a/bitnami/phpmyadmin/templates/servicemonitor.yaml +++ b/bitnami/phpmyadmin/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/phpmyadmin/templates/tls-secrets.yaml b/bitnami/phpmyadmin/templates/tls-secrets.yaml index 7415ac61ce..67d1b8a2c1 100644 --- a/bitnami/phpmyadmin/templates/tls-secrets.yaml +++ b/bitnami/phpmyadmin/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ingress.enabled (not .Values.ingress.existingSecretName) }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index e50eea7862..8e810f9059 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/pinniped/Chart.yaml b/bitnami/pinniped/Chart.yaml index a3533d1e00..c7040d93c4 100644 --- a/bitnami/pinniped/Chart.yaml +++ b/bitnami/pinniped/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/pinniped/crds/concierge-crds.yaml b/bitnami/pinniped/crds/concierge-crds.yaml index 3403dca473..01e4769901 100644 --- a/bitnami/pinniped/crds/concierge-crds.yaml +++ b/bitnami/pinniped/crds/concierge-crds.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/pinniped/crds/supervisor.crds.yaml b/bitnami/pinniped/crds/supervisor.crds.yaml index 49711a2800..21c54fc159 100644 --- a/bitnami/pinniped/crds/supervisor.crds.yaml +++ b/bitnami/pinniped/crds/supervisor.crds.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/pinniped/templates/_helpers.tpl b/bitnami/pinniped/templates/_helpers.tpl index 9fd50ad320..ac1f23086c 100644 --- a/bitnami/pinniped/templates/_helpers.tpl +++ b/bitnami/pinniped/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper concierge image name */}} diff --git a/bitnami/pinniped/templates/concierge/apiservice-identity.yaml b/bitnami/pinniped/templates/concierge/apiservice-identity.yaml index c7f68778ae..9635366900 100644 --- a/bitnami/pinniped/templates/concierge/apiservice-identity.yaml +++ b/bitnami/pinniped/templates/concierge/apiservice-identity.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled .Values.concierge.deployAPIService }} apiVersion: apiregistration.k8s.io/v1 kind: APIService diff --git a/bitnami/pinniped/templates/concierge/apiservice-login.yaml b/bitnami/pinniped/templates/concierge/apiservice-login.yaml index 573a05a83f..cd7024d02e 100644 --- a/bitnami/pinniped/templates/concierge/apiservice-login.yaml +++ b/bitnami/pinniped/templates/concierge/apiservice-login.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled .Values.concierge.deployAPIService }} apiVersion: apiregistration.k8s.io/v1 kind: APIService diff --git a/bitnami/pinniped/templates/concierge/configmap.yaml b/bitnami/pinniped/templates/concierge/configmap.yaml index 7e01d7ac1e..b825c195b1 100644 --- a/bitnami/pinniped/templates/concierge/configmap.yaml +++ b/bitnami/pinniped/templates/concierge/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled (not .Values.concierge.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/pinniped/templates/concierge/credential-issuer.yaml b/bitnami/pinniped/templates/concierge/credential-issuer.yaml index f5af118bee..aeb82c03bf 100644 --- a/bitnami/pinniped/templates/concierge/credential-issuer.yaml +++ b/bitnami/pinniped/templates/concierge/credential-issuer.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: config.concierge.pinniped.dev/v1alpha1 kind: CredentialIssuer metadata: diff --git a/bitnami/pinniped/templates/concierge/deployment.yaml b/bitnami/pinniped/templates/concierge/deployment.yaml index d50d006eee..407a9f8938 100644 --- a/bitnami/pinniped/templates/concierge/deployment.yaml +++ b/bitnami/pinniped/templates/concierge/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.concierge.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/pinniped/templates/concierge/impersonation-proxy-service-account.yaml b/bitnami/pinniped/templates/concierge/impersonation-proxy-service-account.yaml index 1fbdf8d0ee..64664fefea 100644 --- a/bitnami/pinniped/templates/concierge/impersonation-proxy-service-account.yaml +++ b/bitnami/pinniped/templates/concierge/impersonation-proxy-service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled .Values.concierge.serviceAccount.impersonationProxy.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/pinniped/templates/concierge/kube-cert-agent-service-account.yaml b/bitnami/pinniped/templates/concierge/kube-cert-agent-service-account.yaml index 3af47d2fe5..158cac7b3d 100644 --- a/bitnami/pinniped/templates/concierge/kube-cert-agent-service-account.yaml +++ b/bitnami/pinniped/templates/concierge/kube-cert-agent-service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled .Values.concierge.serviceAccount.kubeCertAgentService.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/pinniped/templates/concierge/rbac.yaml b/bitnami/pinniped/templates/concierge/rbac.yaml index c38daab544..3c2b1de5c6 100644 --- a/bitnami/pinniped/templates/concierge/rbac.yaml +++ b/bitnami/pinniped/templates/concierge/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.concierge.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/bitnami/pinniped/templates/concierge/service-account.yaml b/bitnami/pinniped/templates/concierge/service-account.yaml index 77aefd32cb..331320ef16 100644 --- a/bitnami/pinniped/templates/concierge/service-account.yaml +++ b/bitnami/pinniped/templates/concierge/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.concierge.enabled .Values.concierge.serviceAccount.concierge.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/pinniped/templates/concierge/service-api.yaml b/bitnami/pinniped/templates/concierge/service-api.yaml index 9d8b91f77c..0c58710744 100644 --- a/bitnami/pinniped/templates/concierge/service-api.yaml +++ b/bitnami/pinniped/templates/concierge/service-api.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* This service is meant to be consumed by the Kubernetes API, so we don't allow configuration on it */}} {{- if .Values.concierge.enabled }} apiVersion: v1 diff --git a/bitnami/pinniped/templates/concierge/service-proxy.yaml b/bitnami/pinniped/templates/concierge/service-proxy.yaml index d95a36b2de..b1a7d3a122 100644 --- a/bitnami/pinniped/templates/concierge/service-proxy.yaml +++ b/bitnami/pinniped/templates/concierge/service-proxy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.concierge.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/pinniped/templates/concierge/token-secret.yaml b/bitnami/pinniped/templates/concierge/token-secret.yaml index d533973ed9..6758ba720c 100644 --- a/bitnami/pinniped/templates/concierge/token-secret.yaml +++ b/bitnami/pinniped/templates/concierge/token-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.concierge.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/pinniped/templates/extra-list.yaml b/bitnami/pinniped/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/pinniped/templates/extra-list.yaml +++ b/bitnami/pinniped/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/pinniped/templates/supervisor/apiservice-clientsecret.yaml b/bitnami/pinniped/templates/supervisor/apiservice-clientsecret.yaml index 9ac19a405c..bad6c4d327 100644 --- a/bitnami/pinniped/templates/supervisor/apiservice-clientsecret.yaml +++ b/bitnami/pinniped/templates/supervisor/apiservice-clientsecret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.supervisor.enabled .Values.supervisor.deployAPIService }} apiVersion: apiregistration.k8s.io/v1 kind: APIService diff --git a/bitnami/pinniped/templates/supervisor/configmap.yaml b/bitnami/pinniped/templates/supervisor/configmap.yaml index 618564e559..6cb4c1581e 100644 --- a/bitnami/pinniped/templates/supervisor/configmap.yaml +++ b/bitnami/pinniped/templates/supervisor/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.supervisor.enabled (not .Values.supervisor.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/pinniped/templates/supervisor/deployment.yaml b/bitnami/pinniped/templates/supervisor/deployment.yaml index dd66b1ef05..5badbfda85 100644 --- a/bitnami/pinniped/templates/supervisor/deployment.yaml +++ b/bitnami/pinniped/templates/supervisor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/pinniped/templates/supervisor/ingress.yaml b/bitnami/pinniped/templates/supervisor/ingress.yaml old mode 100755 new mode 100644 index f1f9141b52..396b79f352 --- a/bitnami/pinniped/templates/supervisor/ingress.yaml +++ b/bitnami/pinniped/templates/supervisor/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/pinniped/templates/supervisor/rbac.yaml b/bitnami/pinniped/templates/supervisor/rbac.yaml index c568e3c3a2..698adf6e7f 100644 --- a/bitnami/pinniped/templates/supervisor/rbac.yaml +++ b/bitnami/pinniped/templates/supervisor/rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/bitnami/pinniped/templates/supervisor/service-account.yaml b/bitnami/pinniped/templates/supervisor/service-account.yaml index ff4feacc22..c32ced0520 100644 --- a/bitnami/pinniped/templates/supervisor/service-account.yaml +++ b/bitnami/pinniped/templates/supervisor/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.supervisor.enabled .Values.supervisor.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/pinniped/templates/supervisor/service-api.yaml b/bitnami/pinniped/templates/supervisor/service-api.yaml index f6dad2fda5..28d89600e5 100644 --- a/bitnami/pinniped/templates/supervisor/service-api.yaml +++ b/bitnami/pinniped/templates/supervisor/service-api.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/pinniped/templates/supervisor/service.yaml b/bitnami/pinniped/templates/supervisor/service.yaml index 9eeab41e19..68a5e5b0f0 100644 --- a/bitnami/pinniped/templates/supervisor/service.yaml +++ b/bitnami/pinniped/templates/supervisor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/pinniped/templates/supervisor/tls-secret.yaml b/bitnami/pinniped/templates/supervisor/tls-secret.yaml index a8bd8099b2..c3cd0a5be0 100644 --- a/bitnami/pinniped/templates/supervisor/tls-secret.yaml +++ b/bitnami/pinniped/templates/supervisor/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.supervisor.ingress.enabled }} {{- if .Values.supervisor.ingress.secrets }} {{- range .Values.supervisor.ingress.secrets }} diff --git a/bitnami/pinniped/values.yaml b/bitnami/pinniped/values.yaml index 9fdb87740c..c0e62e3391 100644 --- a/bitnami/pinniped/values.yaml +++ b/bitnami/pinniped/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 579e590b43..f1e6ebcd2f 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/postgresql-ha/templates/_helpers.tpl b/bitnami/postgresql-ha/templates/_helpers.tpl index fadb38cc5a..19edf608cd 100644 --- a/bitnami/postgresql-ha/templates/_helpers.tpl +++ b/bitnami/postgresql-ha/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/postgresql-ha/templates/extra-list.yaml b/bitnami/postgresql-ha/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/postgresql-ha/templates/extra-list.yaml +++ b/bitnami/postgresql-ha/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/postgresql-ha/templates/ldap-secrets.yaml b/bitnami/postgresql-ha/templates/ldap-secrets.yaml index bcf477de7a..a6777083af 100644 --- a/bitnami/postgresql-ha/templates/ldap-secrets.yaml +++ b/bitnami/postgresql-ha/templates/ldap-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ldap.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/postgresql-ha/templates/metrics-configmap.yaml b/bitnami/postgresql-ha/templates/metrics-configmap.yaml index 5efbb35667..6bb23820b9 100644 --- a/bitnami/postgresql-ha/templates/metrics-configmap.yaml +++ b/bitnami/postgresql-ha/templates/metrics-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.customMetrics }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/networkpolicy-egress.yaml b/bitnami/postgresql-ha/templates/networkpolicy-egress.yaml index 17170b0901..b7ce5692b6 100644 --- a/bitnami/postgresql-ha/templates/networkpolicy-egress.yaml +++ b/bitnami/postgresql-ha/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/postgresql-ha/templates/networkpolicy-ingress.yaml b/bitnami/postgresql-ha/templates/networkpolicy-ingress.yaml index 80e22ada96..d1383cafb8 100644 --- a/bitnami/postgresql-ha/templates/networkpolicy-ingress.yaml +++ b/bitnami/postgresql-ha/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/postgresql-ha/templates/pgpool/configmap.yaml b/bitnami/postgresql-ha/templates/pgpool/configmap.yaml index d3c329428e..14cb11c452 100644 --- a/bitnami/postgresql-ha/templates/pgpool/configmap.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pgpool.configuration (not .Values.pgpool.configurationCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/pgpool/custom-users-secrets.yaml b/bitnami/postgresql-ha/templates/pgpool/custom-users-secrets.yaml index e4a097b245..d817f47fca 100644 --- a/bitnami/postgresql-ha/templates/pgpool/custom-users-secrets.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/custom-users-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.pgpool.customUsersSecret) .Values.pgpool.customUsers.usernames }} apiVersion: v1 kind: Secret diff --git a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml index 453eb05b9b..17099488a1 100644 --- a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/postgresql-ha/templates/pgpool/initdb-scripts-configmap.yaml b/bitnami/postgresql-ha/templates/pgpool/initdb-scripts-configmap.yaml index d8e03ea85a..043b41d34b 100644 --- a/bitnami/postgresql-ha/templates/pgpool/initdb-scripts-configmap.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/initdb-scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.pgpool.initdbScripts (not .Values.pgpool.initdbScriptsCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/pgpool/pdb.yaml b/bitnami/postgresql-ha/templates/pgpool/pdb.yaml index 662052a00d..94dd5e7d61 100644 --- a/bitnami/postgresql-ha/templates/pgpool/pdb.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pgpool.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/postgresql-ha/templates/pgpool/secrets.yaml b/bitnami/postgresql-ha/templates/pgpool/secrets.yaml index db3d52e316..c309b0549d 100644 --- a/bitnami/postgresql-ha/templates/pgpool/secrets.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql-ha.pgpoolCreateSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/postgresql-ha/templates/pgpool/service.yaml b/bitnami/postgresql-ha/templates/pgpool/service.yaml index 31c460ce4d..4d3ed07750 100644 --- a/bitnami/postgresql-ha/templates/pgpool/service.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/postgresql-ha/templates/podsecuritypolicy.yaml b/bitnami/postgresql-ha/templates/podsecuritypolicy.yaml index 1e5326e41c..68ff8ae6a2 100644 --- a/bitnami/postgresql-ha/templates/podsecuritypolicy.yaml +++ b/bitnami/postgresql-ha/templates/podsecuritypolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.psp.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/postgresql-ha/templates/postgresql/configmap.yaml b/bitnami/postgresql-ha/templates/postgresql/configmap.yaml index 17a581bfef..8aad555462 100644 --- a/bitnami/postgresql-ha/templates/postgresql/configmap.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.postgresql.repmgrConfiguration .Values.postgresql.configuration .Values.postgresql.pgHbaConfiguration) (not .Values.postgresql.configurationCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/postgresql/extended-configmap.yaml b/bitnami/postgresql-ha/templates/postgresql/extended-configmap.yaml index bc7c818f71..26974173ec 100644 --- a/bitnami/postgresql-ha/templates/postgresql/extended-configmap.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/extended-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.postgresql.extendedConf (not .Values.postgresql.extendedConfCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/postgresql/hooks-scripts-configmap.yaml b/bitnami/postgresql-ha/templates/postgresql/hooks-scripts-configmap.yaml index 056329948b..ce3d2fe66f 100644 --- a/bitnami/postgresql-ha/templates/postgresql/hooks-scripts-configmap.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/hooks-scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/postgresql-ha/templates/postgresql/initdb-scripts-configmap.yaml b/bitnami/postgresql-ha/templates/postgresql/initdb-scripts-configmap.yaml index e91677861b..a22e51c5bc 100644 --- a/bitnami/postgresql-ha/templates/postgresql/initdb-scripts-configmap.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/initdb-scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.postgresql.initdbScripts (not .Values.postgresql.initdbScriptsCM) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql-ha/templates/postgresql/metrics-service.yaml b/bitnami/postgresql-ha/templates/postgresql/metrics-service.yaml index 7b03e906ff..27295f5b08 100644 --- a/bitnami/postgresql-ha/templates/postgresql/metrics-service.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql-ha/templates/postgresql/pdb.yaml b/bitnami/postgresql-ha/templates/postgresql/pdb.yaml index 1eafae7bb3..13f9b27fd2 100644 --- a/bitnami/postgresql-ha/templates/postgresql/pdb.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.postgresql.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/postgresql-ha/templates/postgresql/secrets.yaml b/bitnami/postgresql-ha/templates/postgresql/secrets.yaml index 961c8065a4..78528ada69 100644 --- a/bitnami/postgresql-ha/templates/postgresql/secrets.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql-ha.postgresqlCreateSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/postgresql-ha/templates/postgresql/service-headless.yaml b/bitnami/postgresql-ha/templates/postgresql/service-headless.yaml index f03ac8f9f0..2ef44df665 100644 --- a/bitnami/postgresql-ha/templates/postgresql/service-headless.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/postgresql-ha/templates/postgresql/service-witness.yaml b/bitnami/postgresql-ha/templates/postgresql/service-witness.yaml index 6dd114b7ce..a78c4973cf 100644 --- a/bitnami/postgresql-ha/templates/postgresql/service-witness.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/service-witness.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.witness.create }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql-ha/templates/postgresql/service.yaml b/bitnami/postgresql-ha/templates/postgresql/service.yaml index f850f9415a..79982c521e 100644 --- a/bitnami/postgresql-ha/templates/postgresql/service.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/postgresql-ha/templates/postgresql/servicemonitor.yaml b/bitnami/postgresql-ha/templates/postgresql/servicemonitor.yaml index ea1242adb1..04716d0bab 100644 --- a/bitnami/postgresql-ha/templates/postgresql/servicemonitor.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml index 83cb3b132c..91e881bcb2 100644 --- a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/postgresql-ha/templates/postgresql/witness-satefulset.yaml b/bitnami/postgresql-ha/templates/postgresql/witness-satefulset.yaml index 3c1b113bdf..3335ba0dc8 100644 --- a/bitnami/postgresql-ha/templates/postgresql/witness-satefulset.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/witness-satefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.witness.create }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/postgresql-ha/templates/role.yaml b/bitnami/postgresql-ha/templates/role.yaml index 93117a1749..7abdc779bb 100644 --- a/bitnami/postgresql-ha/templates/role.yaml +++ b/bitnami/postgresql-ha/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/postgresql-ha/templates/rolebinding.yaml b/bitnami/postgresql-ha/templates/rolebinding.yaml index d8eb5684af..b28c7f7485 100644 --- a/bitnami/postgresql-ha/templates/rolebinding.yaml +++ b/bitnami/postgresql-ha/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/postgresql-ha/templates/serviceaccount.yaml b/bitnami/postgresql-ha/templates/serviceaccount.yaml index 0ed017a744..cf41882fad 100644 --- a/bitnami/postgresql-ha/templates/serviceaccount.yaml +++ b/bitnami/postgresql-ha/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/postgresql-ha/templates/tls-secrets.yaml b/bitnami/postgresql-ha/templates/tls-secrets.yaml index 5d291d6972..65f0ac40dc 100644 --- a/bitnami/postgresql-ha/templates/tls-secrets.yaml +++ b/bitnami/postgresql-ha/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql-ha.createTlsSecret" . ) }} {{- $secretName := printf "%s-crt" (include "postgresql-ha.pgpool" .) }} {{- $ca := genCA "postgresql-ha-internal-ca" 365 }} diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index db0b07c260..d784fccb7e 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 69fa72b76d..388fee7394 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/postgresql/templates/_helpers.tpl b/bitnami/postgresql/templates/_helpers.tpl index 4aeb82a9d9..d0ac889a27 100644 --- a/bitnami/postgresql/templates/_helpers.tpl +++ b/bitnami/postgresql/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/postgresql/templates/extra-list.yaml b/bitnami/postgresql/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/postgresql/templates/extra-list.yaml +++ b/bitnami/postgresql/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/postgresql/templates/networkpolicy-egress.yaml b/bitnami/postgresql/templates/networkpolicy-egress.yaml index e8621474b2..db453822b2 100644 --- a/bitnami/postgresql/templates/networkpolicy-egress.yaml +++ b/bitnami/postgresql/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/postgresql/templates/primary/configmap.yaml b/bitnami/postgresql/templates/primary/configmap.yaml index d654a2257b..0873d00e09 100644 --- a/bitnami/postgresql/templates/primary/configmap.yaml +++ b/bitnami/postgresql/templates/primary/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql.primary.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/primary/extended-configmap.yaml b/bitnami/postgresql/templates/primary/extended-configmap.yaml index d129bd3b2f..522deefd66 100644 --- a/bitnami/postgresql/templates/primary/extended-configmap.yaml +++ b/bitnami/postgresql/templates/primary/extended-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql.primary.createExtendedConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/primary/initialization-configmap.yaml b/bitnami/postgresql/templates/primary/initialization-configmap.yaml index d3d26cb8cb..ddd2fb4127 100644 --- a/bitnami/postgresql/templates/primary/initialization-configmap.yaml +++ b/bitnami/postgresql/templates/primary/initialization-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.primary.initdb.scripts (not .Values.primary.initdb.scriptsConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/primary/metrics-configmap.yaml b/bitnami/postgresql/templates/primary/metrics-configmap.yaml index 8ad2f35fce..d5122183a3 100644 --- a/bitnami/postgresql/templates/primary/metrics-configmap.yaml +++ b/bitnami/postgresql/templates/primary/metrics-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.customMetrics }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/primary/metrics-svc.yaml b/bitnami/postgresql/templates/primary/metrics-svc.yaml index a38b52a8a3..1cbde4b8bb 100644 --- a/bitnami/postgresql/templates/primary/metrics-svc.yaml +++ b/bitnami/postgresql/templates/primary/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql/templates/primary/networkpolicy.yaml b/bitnami/postgresql/templates/primary/networkpolicy.yaml index ce0052d48a..e9ef51799a 100644 --- a/bitnami/postgresql/templates/primary/networkpolicy.yaml +++ b/bitnami/postgresql/templates/primary/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.primaryAccessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/postgresql/templates/primary/servicemonitor.yaml b/bitnami/postgresql/templates/primary/servicemonitor.yaml index c4a19fe053..872ae74bb4 100644 --- a/bitnami/postgresql/templates/primary/servicemonitor.yaml +++ b/bitnami/postgresql/templates/primary/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/postgresql/templates/primary/statefulset.yaml b/bitnami/postgresql/templates/primary/statefulset.yaml index fa4937011c..41acf0d7d3 100644 --- a/bitnami/postgresql/templates/primary/statefulset.yaml +++ b/bitnami/postgresql/templates/primary/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $customUser := include "postgresql.username" . }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/postgresql/templates/primary/svc-headless.yaml b/bitnami/postgresql/templates/primary/svc-headless.yaml index 684177a5cd..c387809bee 100644 --- a/bitnami/postgresql/templates/primary/svc-headless.yaml +++ b/bitnami/postgresql/templates/primary/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/postgresql/templates/primary/svc.yaml b/bitnami/postgresql/templates/primary/svc.yaml index 6ddd55b7bb..ced05d5271 100644 --- a/bitnami/postgresql/templates/primary/svc.yaml +++ b/bitnami/postgresql/templates/primary/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/postgresql/templates/prometheusrule.yaml b/bitnami/postgresql/templates/prometheusrule.yaml index 24be7100be..0fcba252ab 100644 --- a/bitnami/postgresql/templates/prometheusrule.yaml +++ b/bitnami/postgresql/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/postgresql/templates/psp.yaml b/bitnami/postgresql/templates/psp.yaml index 48d11754d6..0a39350c4e 100644 --- a/bitnami/postgresql/templates/psp.yaml +++ b/bitnami/postgresql/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.psp.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/postgresql/templates/read/extended-configmap.yaml b/bitnami/postgresql/templates/read/extended-configmap.yaml index e329d13853..1f07471a61 100644 --- a/bitnami/postgresql/templates/read/extended-configmap.yaml +++ b/bitnami/postgresql/templates/read/extended-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql.readReplicas.createExtendedConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/read/metrics-configmap.yaml b/bitnami/postgresql/templates/read/metrics-configmap.yaml index b00a6eccb4..b2058a5c19 100644 --- a/bitnami/postgresql/templates/read/metrics-configmap.yaml +++ b/bitnami/postgresql/templates/read/metrics-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.customMetrics (eq .Values.architecture "replication") }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/postgresql/templates/read/metrics-svc.yaml b/bitnami/postgresql/templates/read/metrics-svc.yaml index 6f54ed243f..8aa0a918d0 100644 --- a/bitnami/postgresql/templates/read/metrics-svc.yaml +++ b/bitnami/postgresql/templates/read/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled (eq .Values.architecture "replication") }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql/templates/read/networkpolicy.yaml b/bitnami/postgresql/templates/read/networkpolicy.yaml index c969cd7a7c..90321ee08e 100644 --- a/bitnami/postgresql/templates/read/networkpolicy.yaml +++ b/bitnami/postgresql/templates/read/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (eq .Values.architecture "replication") .Values.networkPolicy.ingressRules.readReplicasAccessOnlyFrom.enabled }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/postgresql/templates/read/servicemonitor.yaml b/bitnami/postgresql/templates/read/servicemonitor.yaml index d511d6beb2..93dbd25b4a 100644 --- a/bitnami/postgresql/templates/read/servicemonitor.yaml +++ b/bitnami/postgresql/templates/read/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled (eq .Values.architecture "replication") }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/postgresql/templates/read/statefulset.yaml b/bitnami/postgresql/templates/read/statefulset.yaml index 9d280177d2..f679d0a7a7 100644 --- a/bitnami/postgresql/templates/read/statefulset.yaml +++ b/bitnami/postgresql/templates/read/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} {{- $customUser := include "postgresql.username" . }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} diff --git a/bitnami/postgresql/templates/read/svc-headless.yaml b/bitnami/postgresql/templates/read/svc-headless.yaml index ee8f756c2c..842b7be7e7 100644 --- a/bitnami/postgresql/templates/read/svc-headless.yaml +++ b/bitnami/postgresql/templates/read/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql/templates/read/svc.yaml b/bitnami/postgresql/templates/read/svc.yaml index c308c3f601..108c694d85 100644 --- a/bitnami/postgresql/templates/read/svc.yaml +++ b/bitnami/postgresql/templates/read/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if eq .Values.architecture "replication" }} apiVersion: v1 kind: Service diff --git a/bitnami/postgresql/templates/role.yaml b/bitnami/postgresql/templates/role.yaml index 00f9222324..964fcfe0a5 100644 --- a/bitnami/postgresql/templates/role.yaml +++ b/bitnami/postgresql/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/postgresql/templates/rolebinding.yaml b/bitnami/postgresql/templates/rolebinding.yaml index 0311c0eccf..80f88ed455 100644 --- a/bitnami/postgresql/templates/rolebinding.yaml +++ b/bitnami/postgresql/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/postgresql/templates/secrets.yaml b/bitnami/postgresql/templates/secrets.yaml index e3d6e7aef9..ebb3fcdbad 100644 --- a/bitnami/postgresql/templates/secrets.yaml +++ b/bitnami/postgresql/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $host := include "postgresql.primary.fullname" . }} {{- $port := include "postgresql.service.port" . }} {{- $postgresPassword := "" }} diff --git a/bitnami/postgresql/templates/serviceaccount.yaml b/bitnami/postgresql/templates/serviceaccount.yaml index 179f8f2e4a..2bcb74bcc9 100644 --- a/bitnami/postgresql/templates/serviceaccount.yaml +++ b/bitnami/postgresql/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/postgresql/templates/tls-secrets.yaml b/bitnami/postgresql/templates/tls-secrets.yaml index 482e29876a..124294a1c4 100644 --- a/bitnami/postgresql/templates/tls-secrets.yaml +++ b/bitnami/postgresql/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "postgresql.createTlsSecret" . ) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "postgresql-ca" 365 }} diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 7f8b20b7f8..1094439c94 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Please, note that this will override the parameters, including dependencies, configured to use the global value ## diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index 8988f5144e..c81707e6b4 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: E-Commerce licenses: Apache-2.0 diff --git a/bitnami/prestashop/templates/_helpers.tpl b/bitnami/prestashop/templates/_helpers.tpl index b7ab8a10c9..f9c955f32b 100644 --- a/bitnami/prestashop/templates/_helpers.tpl +++ b/bitnami/prestashop/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/prestashop/templates/deployment.yaml b/bitnami/prestashop/templates/deployment.yaml index 77f6be2280..7a7e6b541e 100644 --- a/bitnami/prestashop/templates/deployment.yaml +++ b/bitnami/prestashop/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if include "prestashop.host" . -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/prestashop/templates/externaldb-secrets.yaml b/bitnami/prestashop/templates/externaldb-secrets.yaml index 43a6aa3fa2..94ee3b14bf 100644 --- a/bitnami/prestashop/templates/externaldb-secrets.yaml +++ b/bitnami/prestashop/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/prestashop/templates/extra-list.yaml b/bitnami/prestashop/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/prestashop/templates/extra-list.yaml +++ b/bitnami/prestashop/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/prestashop/templates/ingress.yaml b/bitnami/prestashop/templates/ingress.yaml index 35dede15f8..a7522643a5 100644 --- a/bitnami/prestashop/templates/ingress.yaml +++ b/bitnami/prestashop/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/prestashop/templates/networkpolicy-backend-ingress.yaml b/bitnami/prestashop/templates/networkpolicy-backend-ingress.yaml index 30f70bdda0..89d637b9ac 100644 --- a/bitnami/prestashop/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/prestashop/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/prestashop/templates/networkpolicy-egress.yaml b/bitnami/prestashop/templates/networkpolicy-egress.yaml index 6a20f6bcc5..b9cc385ad6 100644 --- a/bitnami/prestashop/templates/networkpolicy-egress.yaml +++ b/bitnami/prestashop/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/prestashop/templates/networkpolicy-ingress.yaml b/bitnami/prestashop/templates/networkpolicy-ingress.yaml index 58769f8112..d3a0a010d7 100644 --- a/bitnami/prestashop/templates/networkpolicy-ingress.yaml +++ b/bitnami/prestashop/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/prestashop/templates/pv.yaml b/bitnami/prestashop/templates/pv.yaml index 0d1a703914..c1eae903ff 100644 --- a/bitnami/prestashop/templates/pv.yaml +++ b/bitnami/prestashop/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "prestashop.host" .) .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/prestashop/templates/pvc.yaml b/bitnami/prestashop/templates/pvc.yaml index 42cbbd46dc..b1ac7932ba 100644 --- a/bitnami/prestashop/templates/pvc.yaml +++ b/bitnami/prestashop/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "prestashop.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/prestashop/templates/secrets.yaml b/bitnami/prestashop/templates/secrets.yaml index 6c9b3d0bce..fb68bfcdeb 100644 --- a/bitnami/prestashop/templates/secrets.yaml +++ b/bitnami/prestashop/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/prestashop/templates/svc.yaml b/bitnami/prestashop/templates/svc.yaml index 0ad8be38c2..5ca2463a37 100644 --- a/bitnami/prestashop/templates/svc.yaml +++ b/bitnami/prestashop/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/prestashop/templates/tls-secrets.yaml b/bitnami/prestashop/templates/tls-secrets.yaml index 740ee6835a..2c208465f0 100644 --- a/bitnami/prestashop/templates/tls-secrets.yaml +++ b/bitnami/prestashop/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index e5cbb1a445..a17738bbc3 100644 --- a/bitnami/prestashop/values.yaml +++ b/bitnami/prestashop/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/prometheus/Chart.yaml b/bitnami/prometheus/Chart.yaml index 88dc7a0c6e..46a5290b0d 100644 --- a/bitnami/prometheus/Chart.yaml +++ b/bitnami/prometheus/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/prometheus/templates/_helpers.tpl b/bitnami/prometheus/templates/_helpers.tpl index 60cdce9091..9136398b88 100644 --- a/bitnami/prometheus/templates/_helpers.tpl +++ b/bitnami/prometheus/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper image name */}} diff --git a/bitnami/prometheus/templates/_scrape_config.tpl b/bitnami/prometheus/templates/_scrape_config.tpl index 340da5cdae..ea669ead50 100644 --- a/bitnami/prometheus/templates/_scrape_config.tpl +++ b/bitnami/prometheus/templates/_scrape_config.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the prometheus scrape configuration for kubernetes objects. Usage: diff --git a/bitnami/prometheus/templates/alertmanager/configmap.yaml b/bitnami/prometheus/templates/alertmanager/configmap.yaml index 61ca5da2c3..a4e1730b8d 100644 --- a/bitnami/prometheus/templates/alertmanager/configmap.yaml +++ b/bitnami/prometheus/templates/alertmanager/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled (not .Values.alertmanager.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/prometheus/templates/alertmanager/ingress.yaml b/bitnami/prometheus/templates/alertmanager/ingress.yaml index e71e0307f2..2b15efa827 100644 --- a/bitnami/prometheus/templates/alertmanager/ingress.yaml +++ b/bitnami/prometheus/templates/alertmanager/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/prometheus/templates/alertmanager/pdb.yaml b/bitnami/prometheus/templates/alertmanager/pdb.yaml index 58efea02c6..b8bb9d8017 100644 --- a/bitnami/prometheus/templates/alertmanager/pdb.yaml +++ b/bitnami/prometheus/templates/alertmanager/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.alertmanager.replicaCount }} {{- if and .Values.alertmanager.enabled .Values.alertmanager.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/prometheus/templates/alertmanager/service-account.yaml b/bitnami/prometheus/templates/alertmanager/service-account.yaml index dad76fbeef..e967c64321 100644 --- a/bitnami/prometheus/templates/alertmanager/service-account.yaml +++ b/bitnami/prometheus/templates/alertmanager/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled .Values.alertmanager.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/prometheus/templates/alertmanager/service-headless.yaml b/bitnami/prometheus/templates/alertmanager/service-headless.yaml index 23080ac58b..808ad53dd7 100644 --- a/bitnami/prometheus/templates/alertmanager/service-headless.yaml +++ b/bitnami/prometheus/templates/alertmanager/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.alertmanager.enabled (gt (int .Values.alertmanager.replicaCount) 1) }} apiVersion: v1 kind: Service diff --git a/bitnami/prometheus/templates/alertmanager/service.yaml b/bitnami/prometheus/templates/alertmanager/service.yaml index 88d80c86b7..47bb196cee 100644 --- a/bitnami/prometheus/templates/alertmanager/service.yaml +++ b/bitnami/prometheus/templates/alertmanager/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/prometheus/templates/alertmanager/statefulset.yaml b/bitnami/prometheus/templates/alertmanager/statefulset.yaml index bdc33f6d60..f9f981d8e8 100644 --- a/bitnami/prometheus/templates/alertmanager/statefulset.yaml +++ b/bitnami/prometheus/templates/alertmanager/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.alertmanager.enabled }} {{- $clusterPort := .Values.alertmanager.containerPorts.cluster }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} diff --git a/bitnami/prometheus/templates/extra-list.yaml b/bitnami/prometheus/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/prometheus/templates/extra-list.yaml +++ b/bitnami/prometheus/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/prometheus/templates/server/clusterrole.yaml b/bitnami/prometheus/templates/server/clusterrole.yaml index 5a8b9d6e13..ab44c4fc3b 100644 --- a/bitnami/prometheus/templates/server/clusterrole.yaml +++ b/bitnami/prometheus/templates/server/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/prometheus/templates/server/clusterrolebinding.yaml b/bitnami/prometheus/templates/server/clusterrolebinding.yaml index 88b22c9765..7c55588e2a 100644 --- a/bitnami/prometheus/templates/server/clusterrolebinding.yaml +++ b/bitnami/prometheus/templates/server/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} metadata: diff --git a/bitnami/prometheus/templates/server/configmap.yaml b/bitnami/prometheus/templates/server/configmap.yaml index dd3ca42c05..d16d259925 100644 --- a/bitnami/prometheus/templates/server/configmap.yaml +++ b/bitnami/prometheus/templates/server/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingConfigmap }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/prometheus/templates/server/deployment.yaml b/bitnami/prometheus/templates/server/deployment.yaml index e18718fccf..e6659413b3 100644 --- a/bitnami/prometheus/templates/server/deployment.yaml +++ b/bitnami/prometheus/templates/server/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/prometheus/templates/server/ingress.yaml b/bitnami/prometheus/templates/server/ingress.yaml index b09f821055..3b764fa049 100644 --- a/bitnami/prometheus/templates/server/ingress.yaml +++ b/bitnami/prometheus/templates/server/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/prometheus/templates/server/pdb.yaml b/bitnami/prometheus/templates/server/pdb.yaml index c403d7c946..0705d64542 100644 --- a/bitnami/prometheus/templates/server/pdb.yaml +++ b/bitnami/prometheus/templates/server/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.replicaCount }} {{- if and .Values.server.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/prometheus/templates/server/pvc.yaml b/bitnami/prometheus/templates/server/pvc.yaml index d3aac8f1c2..5ae697a476 100644 --- a/bitnami/prometheus/templates/server/pvc.yaml +++ b/bitnami/prometheus/templates/server/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.persistence.enabled (not .Values.server.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/prometheus/templates/server/service-account.yaml b/bitnami/prometheus/templates/server/service-account.yaml index 847ac63915..253bf8c44a 100644 --- a/bitnami/prometheus/templates/server/service-account.yaml +++ b/bitnami/prometheus/templates/server/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/prometheus/templates/server/service.yaml b/bitnami/prometheus/templates/server/service.yaml index 89c01539cd..3b94cb9517 100644 --- a/bitnami/prometheus/templates/server/service.yaml +++ b/bitnami/prometheus/templates/server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/prometheus/templates/server/thanos-ingress.yaml b/bitnami/prometheus/templates/server/thanos-ingress.yaml index 91bc6ea1f6..e829068a3d 100644 --- a/bitnami/prometheus/templates/server/thanos-ingress.yaml +++ b/bitnami/prometheus/templates/server/thanos-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.thanos.create .Values.server.thanos.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/prometheus/templates/server/thanos-service.yaml b/bitnami/prometheus/templates/server/thanos-service.yaml index b9a4d7c845..312c83045a 100644 --- a/bitnami/prometheus/templates/server/thanos-service.yaml +++ b/bitnami/prometheus/templates/server/thanos-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.thanos.create }} apiVersion: v1 kind: Service diff --git a/bitnami/prometheus/templates/tls-secret.yaml b/bitnami/prometheus/templates/tls-secret.yaml index 6bf01bbcea..18c1b5f26b 100644 --- a/bitnami/prometheus/templates/tls-secret.yaml +++ b/bitnami/prometheus/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.server.ingress.enabled (and .Values.alertmanager.enabled .Values.alertmanager.ingress.enabled) (and .Values.server.thanos.create .Values.server.thanos.ingress.enabled) }} diff --git a/bitnami/prometheus/values.yaml b/bitnami/prometheus/values.yaml index 9732893c9a..3db8f22e8e 100644 --- a/bitnami/prometheus/values.yaml +++ b/bitnami/prometheus/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index 04c3ce8578..77e18b1de4 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: MachineLearning licenses: Apache-2.0 diff --git a/bitnami/pytorch/templates/_helpers.tpl b/bitnami/pytorch/templates/_helpers.tpl index 7205a8b518..7102bb306b 100644 --- a/bitnami/pytorch/templates/_helpers.tpl +++ b/bitnami/pytorch/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/pytorch/templates/configmap.yaml b/bitnami/pytorch/templates/configmap.yaml index de6695a16e..2d6bb00aa5 100644 --- a/bitnami/pytorch/templates/configmap.yaml +++ b/bitnami/pytorch/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Files.Glob "files/*" }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/pytorch/templates/deployment.yaml b/bitnami/pytorch/templates/deployment.yaml index 55f2751849..28b3854766 100644 --- a/bitnami/pytorch/templates/deployment.yaml +++ b/bitnami/pytorch/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/pytorch/templates/extra-list.yaml b/bitnami/pytorch/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/pytorch/templates/extra-list.yaml +++ b/bitnami/pytorch/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/pytorch/templates/headless-svc.yaml b/bitnami/pytorch/templates/headless-svc.yaml index 8ee35a5ca3..e63ec7a80b 100644 --- a/bitnami/pytorch/templates/headless-svc.yaml +++ b/bitnami/pytorch/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $architecture := coalesce .Values.mode .Values.architecture }} {{- if eq $architecture "distributed" }} apiVersion: v1 diff --git a/bitnami/pytorch/templates/pvc.yaml b/bitnami/pytorch/templates/pvc.yaml index 1cf16c2215..28ebe469b3 100644 --- a/bitnami/pytorch/templates/pvc.yaml +++ b/bitnami/pytorch/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/pytorch/templates/service.yaml b/bitnami/pytorch/templates/service.yaml index c0339ce0f1..b1fa8c1aaa 100644 --- a/bitnami/pytorch/templates/service.yaml +++ b/bitnami/pytorch/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/pytorch/templates/statefulset.yaml b/bitnami/pytorch/templates/statefulset.yaml index 3772193e22..9906830f7e 100644 --- a/bitnami/pytorch/templates/statefulset.yaml +++ b/bitnami/pytorch/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $architecture := coalesce .Values.mode .Values.architecture }} {{- if eq $architecture "distributed" }} apiVersion: apps/v1 diff --git a/bitnami/pytorch/values.yaml b/bitnami/pytorch/values.yaml index 26ceb203e3..487f6db311 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/rabbitmq-cluster-operator/Chart.yaml b/bitnami/rabbitmq-cluster-operator/Chart.yaml index 8116eb0901..23c9d7ff17 100644 --- a/bitnami/rabbitmq-cluster-operator/Chart.yaml +++ b/bitnami/rabbitmq-cluster-operator/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/rabbitmq-cluster-operator/crds/crd-rabbitmq-cluster.yaml b/bitnami/rabbitmq-cluster-operator/crds/crd-rabbitmq-cluster.yaml index 66d895ac44..4cb26001ac 100644 --- a/bitnami/rabbitmq-cluster-operator/crds/crd-rabbitmq-cluster.yaml +++ b/bitnami/rabbitmq-cluster-operator/crds/crd-rabbitmq-cluster.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Source: https://github.com/rabbitmq/cluster-operator/tree/main/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/rabbitmq-cluster-operator/crds/crds-messaging-topology-operator.yaml b/bitnami/rabbitmq-cluster-operator/crds/crds-messaging-topology-operator.yaml index 2187e03fc2..aee0b8b61e 100644 --- a/bitnami/rabbitmq-cluster-operator/crds/crds-messaging-topology-operator.yaml +++ b/bitnami/rabbitmq-cluster-operator/crds/crds-messaging-topology-operator.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Source: https://github.com/rabbitmq/messaging-topology-operator/tree/main/config/crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/bitnami/rabbitmq-cluster-operator/templates/_helpers.tpl b/bitnami/rabbitmq-cluster-operator/templates/_helpers.tpl index 1ba3426af3..be3043c63c 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/_helpers.tpl +++ b/bitnami/rabbitmq-cluster-operator/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper RabbitMQ Cluster Operator fullname Note: We use the regular common function as the chart name already contains the diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrole.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrole.yaml index dae017b74f..38d196098b 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrole.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrolebinding.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrolebinding.yaml index a7310c67e8..40f62682d5 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrolebinding.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/deployment.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/deployment.yaml index e0b90cf448..6e8a77e60b 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/deployment.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/metrics-service.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/metrics-service.yaml index 0cca6e3374..b700840c42 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/metrics-service.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/role.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/role.yaml index 92bb731e6b..45ccb3dd88 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/role.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/rolebinding.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/rolebinding.yaml index d439e875f5..ff38e56050 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/rolebinding.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/service-account.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/service-account.yaml index f14dc73fc0..b597dac548 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/service-account.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.clusterOperator.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml index ed1997cbb6..2cd6f1657e 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.clusterOperator.metrics.serviceMonitor.enabled .Values.clusterOperator.metrics.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/rabbitmq-cluster-operator/templates/extra-list.yaml b/bitnami/rabbitmq-cluster-operator/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/extra-list.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/rabbitmq-cluster-operator/templates/issuer.yaml b/bitnami/rabbitmq-cluster-operator/templates/issuer.yaml index 12ba1fa25e..6747ba6351 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/issuer.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/issuer.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.useCertManager }} apiVersion: cert-manager.io/v1 kind: Issuer diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/certificate.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/certificate.yaml index e89e9fbb73..3de57d8980 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/certificate.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/certificate.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.useCertManager) (not .Values.msgTopologyOperator.existingWebhookCertSecret) }} apiVersion: cert-manager.io/v1 kind: Certificate diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrole.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrole.yaml index d9f88fe952..4e85c4df4f 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrole.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrolebinding.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrolebinding.yaml index c6ca709f09..8b0991114c 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrolebinding.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRoleBinding diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/deployment.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/deployment.yaml index 0db8bf95ff..e134ab849a 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/deployment.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/metrics-service.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/metrics-service.yaml index a59115fbd8..1c09581831 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/metrics-service.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/metrics-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/role.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/role.yaml index e629efb80d..3d598aa989 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/role.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/rolebinding.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/rolebinding.yaml index f4b94e47e9..6bd11587e9 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/rolebinding.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/service-account.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/service-account.yaml index cbaf5cd337..a4163c1c11 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/service-account.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.msgTopologyOperator.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml index c022007426..7f9a38a083 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.msgTopologyOperator.metrics.serviceMonitor.enabled .Values.msgTopologyOperator.metrics.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml index 7551eecc04..fd2a86d1d3 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* If the user does not have cert-manager and is not providing a secret with the certificates, the chart needs to generate the secret */}} diff --git a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/webhook-service.yaml b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/webhook-service.yaml index e48706e2cc..1239f43955 100644 --- a/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/webhook-service.yaml +++ b/bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/webhook-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/rabbitmq-cluster-operator/values.yaml b/bitnami/rabbitmq-cluster-operator/values.yaml index 73c2631f30..38b8e168de 100644 --- a/bitnami/rabbitmq-cluster-operator/values.yaml +++ b/bitnami/rabbitmq-cluster-operator/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/rabbitmq/Chart.yaml b/bitnami/rabbitmq/Chart.yaml index cab94b973f..fe554ad035 100644 --- a/bitnami/rabbitmq/Chart.yaml +++ b/bitnami/rabbitmq/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/rabbitmq/templates/_helpers.tpl b/bitnami/rabbitmq/templates/_helpers.tpl index b1fc4e7709..36ebeee3ff 100644 --- a/bitnami/rabbitmq/templates/_helpers.tpl +++ b/bitnami/rabbitmq/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/rabbitmq/templates/config-secret.yaml b/bitnami/rabbitmq/templates/config-secret.yaml index f8886ec5c8..a2d7453bfd 100644 --- a/bitnami/rabbitmq/templates/config-secret.yaml +++ b/bitnami/rabbitmq/templates/config-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (empty .Values.configurationExistingSecret) .Values.advancedConfiguration }} apiVersion: v1 kind: Secret diff --git a/bitnami/rabbitmq/templates/extra-list.yaml b/bitnami/rabbitmq/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/rabbitmq/templates/extra-list.yaml +++ b/bitnami/rabbitmq/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/rabbitmq/templates/ingress.yaml b/bitnami/rabbitmq/templates/ingress.yaml index a66b8b038a..0906651f27 100644 --- a/bitnami/rabbitmq/templates/ingress.yaml +++ b/bitnami/rabbitmq/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/rabbitmq/templates/init-configmap.yaml b/bitnami/rabbitmq/templates/init-configmap.yaml index d84a353d6d..879c95af51 100644 --- a/bitnami/rabbitmq/templates/init-configmap.yaml +++ b/bitnami/rabbitmq/templates/init-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.initScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/rabbitmq/templates/networkpolicy.yaml b/bitnami/rabbitmq/templates/networkpolicy.yaml index a5affcd452..1671a13685 100644 --- a/bitnami/rabbitmq/templates/networkpolicy.yaml +++ b/bitnami/rabbitmq/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/rabbitmq/templates/pdb.yaml b/bitnami/rabbitmq/templates/pdb.yaml index 827b49b1ee..acd42c4bff 100644 --- a/bitnami/rabbitmq/templates/pdb.yaml +++ b/bitnami/rabbitmq/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/rabbitmq/templates/prometheusrule.yaml b/bitnami/rabbitmq/templates/prometheusrule.yaml index fd7208b952..e02b5534a2 100644 --- a/bitnami/rabbitmq/templates/prometheusrule.yaml +++ b/bitnami/rabbitmq/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/rabbitmq/templates/role.yaml b/bitnami/rabbitmq/templates/role.yaml index ab8be2f99c..157c35e1d8 100644 --- a/bitnami/rabbitmq/templates/role.yaml +++ b/bitnami/rabbitmq/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/rabbitmq/templates/rolebinding.yaml b/bitnami/rabbitmq/templates/rolebinding.yaml index b086f16c76..0c4ee42c8a 100644 --- a/bitnami/rabbitmq/templates/rolebinding.yaml +++ b/bitnami/rabbitmq/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/rabbitmq/templates/secrets.yaml b/bitnami/rabbitmq/templates/secrets.yaml index d6a4f152fb..91fe0cd413 100644 --- a/bitnami/rabbitmq/templates/secrets.yaml +++ b/bitnami/rabbitmq/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $host := printf "%s.%s.svc.%s" (include "common.names.fullname" .) (include "common.names.namespace" .) .Values.clusterDomain }} {{- $port := print .Values.service.ports.amqp }} {{- $user := print .Values.auth.username }} diff --git a/bitnami/rabbitmq/templates/serviceaccount.yaml b/bitnami/rabbitmq/templates/serviceaccount.yaml index 43c45d1481..3e8cf96563 100644 --- a/bitnami/rabbitmq/templates/serviceaccount.yaml +++ b/bitnami/rabbitmq/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/rabbitmq/templates/servicemonitor.yaml b/bitnami/rabbitmq/templates/servicemonitor.yaml index 9d4d26bddb..5b2585929e 100644 --- a/bitnami/rabbitmq/templates/servicemonitor.yaml +++ b/bitnami/rabbitmq/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/rabbitmq/templates/statefulset.yaml b/bitnami/rabbitmq/templates/statefulset.yaml index af4ca9e144..f63b7bd227 100644 --- a/bitnami/rabbitmq/templates/statefulset.yaml +++ b/bitnami/rabbitmq/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/rabbitmq/templates/svc-headless.yaml b/bitnami/rabbitmq/templates/svc-headless.yaml index 023194b740..6acd5619c3 100644 --- a/bitnami/rabbitmq/templates/svc-headless.yaml +++ b/bitnami/rabbitmq/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/rabbitmq/templates/svc.yaml b/bitnami/rabbitmq/templates/svc.yaml index 3dde7a8c1b..93e5127bb4 100644 --- a/bitnami/rabbitmq/templates/svc.yaml +++ b/bitnami/rabbitmq/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/rabbitmq/templates/tls-secrets.yaml b/bitnami/rabbitmq/templates/tls-secrets.yaml index ee8dc03cac..8ff816079c 100644 --- a/bitnami/rabbitmq/templates/tls-secrets.yaml +++ b/bitnami/rabbitmq/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/rabbitmq/templates/validation.yaml b/bitnami/rabbitmq/templates/validation.yaml index f72ef7f728..e0c1abcf57 100644 --- a/bitnami/rabbitmq/templates/validation.yaml +++ b/bitnami/rabbitmq/templates/validation.yaml @@ -1,2 +1,7 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- include "rabbitmq.validateValues" . }} diff --git a/bitnami/rabbitmq/values.yaml b/bitnami/rabbitmq/values.yaml index 833ca3f51d..accf603295 100644 --- a/bitnami/rabbitmq/values.yaml +++ b/bitnami/rabbitmq/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index 166b7469e5..c18e864dfa 100644 --- a/bitnami/redis-cluster/Chart.yaml +++ b/bitnami/redis-cluster/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/redis-cluster/templates/_helpers.tpl b/bitnami/redis-cluster/templates/_helpers.tpl index 2c137aab04..aedf167b75 100644 --- a/bitnami/redis-cluster/templates/_helpers.tpl +++ b/bitnami/redis-cluster/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/redis-cluster/templates/configmap.yaml b/bitnami/redis-cluster/templates/configmap.yaml index 283aaeb860..152011f6e7 100644 --- a/bitnami/redis-cluster/templates/configmap.yaml +++ b/bitnami/redis-cluster/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/redis-cluster/templates/extra-list.yaml b/bitnami/redis-cluster/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/redis-cluster/templates/extra-list.yaml +++ b/bitnami/redis-cluster/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/redis-cluster/templates/headless-svc.yaml b/bitnami/redis-cluster/templates/headless-svc.yaml index 63c7f76028..c683324565 100644 --- a/bitnami/redis-cluster/templates/headless-svc.yaml +++ b/bitnami/redis-cluster/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/redis-cluster/templates/metrics-prometheus.yaml b/bitnami/redis-cluster/templates/metrics-prometheus.yaml index fc0bbd6721..a808518df9 100644 --- a/bitnami/redis-cluster/templates/metrics-prometheus.yaml +++ b/bitnami/redis-cluster/templates/metrics-prometheus.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.metrics.enabled) (.Values.metrics.serviceMonitor.enabled) }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/redis-cluster/templates/metrics-svc.yaml b/bitnami/redis-cluster/templates/metrics-svc.yaml index b4f39a8a1c..c5a71bae2f 100644 --- a/bitnami/redis-cluster/templates/metrics-svc.yaml +++ b/bitnami/redis-cluster/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/redis-cluster/templates/networkpolicy.yaml b/bitnami/redis-cluster/templates/networkpolicy.yaml index 43b1e2efb9..ec59468a77 100644 --- a/bitnami/redis-cluster/templates/networkpolicy.yaml +++ b/bitnami/redis-cluster/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ template "networkPolicy.apiVersion" . }} diff --git a/bitnami/redis-cluster/templates/poddisruptionbudget.yaml b/bitnami/redis-cluster/templates/poddisruptionbudget.yaml index fd33a7a99b..e7f8c996c4 100644 --- a/bitnami/redis-cluster/templates/poddisruptionbudget.yaml +++ b/bitnami/redis-cluster/templates/poddisruptionbudget.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.podDisruptionBudget }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/redis-cluster/templates/prometheusrule.yaml b/bitnami/redis-cluster/templates/prometheusrule.yaml index bd6abb6f0c..89ecf8ddae 100644 --- a/bitnami/redis-cluster/templates/prometheusrule.yaml +++ b/bitnami/redis-cluster/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/redis-cluster/templates/psp.yaml b/bitnami/redis-cluster/templates/psp.yaml index 6f140e6f07..7b2bc75b82 100644 --- a/bitnami/redis-cluster/templates/psp.yaml +++ b/bitnami/redis-cluster/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.podSecurityPolicy.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/redis-cluster/templates/redis-role.yaml b/bitnami/redis-cluster/templates/redis-role.yaml index a510c8050c..7396b4e9ec 100644 --- a/bitnami/redis-cluster/templates/redis-role.yaml +++ b/bitnami/redis-cluster/templates/redis-role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/redis-cluster/templates/redis-rolebinding.yaml b/bitnami/redis-cluster/templates/redis-rolebinding.yaml index ac627f3479..0ca4965570 100644 --- a/bitnami/redis-cluster/templates/redis-rolebinding.yaml +++ b/bitnami/redis-cluster/templates/redis-rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/redis-cluster/templates/redis-serviceaccount.yaml b/bitnami/redis-cluster/templates/redis-serviceaccount.yaml index f6d39c034f..939bc47972 100644 --- a/bitnami/redis-cluster/templates/redis-serviceaccount.yaml +++ b/bitnami/redis-cluster/templates/redis-serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/redis-cluster/templates/redis-statefulset.yaml b/bitnami/redis-cluster/templates/redis-statefulset.yaml index bae6735715..be122bcfb2 100644 --- a/bitnami/redis-cluster/templates/redis-statefulset.yaml +++ b/bitnami/redis-cluster/templates/redis-statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "redis-cluster.createStatefulSet" .) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/redis-cluster/templates/redis-svc.yaml b/bitnami/redis-cluster/templates/redis-svc.yaml index a6562179cf..dbf306c61a 100644 --- a/bitnami/redis-cluster/templates/redis-svc.yaml +++ b/bitnami/redis-cluster/templates/redis-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/redis-cluster/templates/scripts-configmap.yaml b/bitnami/redis-cluster/templates/scripts-configmap.yaml index a1cad3dec6..571d4a1a36 100644 --- a/bitnami/redis-cluster/templates/scripts-configmap.yaml +++ b/bitnami/redis-cluster/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/redis-cluster/templates/secret.yaml b/bitnami/redis-cluster/templates/secret.yaml index d971aff2ad..47ac98b454 100644 --- a/bitnami/redis-cluster/templates/secret.yaml +++ b/bitnami/redis-cluster/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.usePassword (not .Values.existingSecret) -}} apiVersion: v1 kind: Secret diff --git a/bitnami/redis-cluster/templates/svc-cluster-external-access.yaml b/bitnami/redis-cluster/templates/svc-cluster-external-access.yaml index 61b4262552..71e9e85a7f 100644 --- a/bitnami/redis-cluster/templates/svc-cluster-external-access.yaml +++ b/bitnami/redis-cluster/templates/svc-cluster-external-access.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.cluster.externalAccess.enabled }} {{- $fullName := include "common.names.fullname" . }} {{- $nodesCount := .Values.cluster.nodes | int }} diff --git a/bitnami/redis-cluster/templates/tls-secret.yaml b/bitnami/redis-cluster/templates/tls-secret.yaml index 033e1f8eb6..1c474a77b3 100644 --- a/bitnami/redis-cluster/templates/tls-secret.yaml +++ b/bitnami/redis-cluster/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "redis-cluster.createTlsSecret" .) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "redis-cluster-ca" 365 }} diff --git a/bitnami/redis-cluster/templates/update-cluster.yaml b/bitnami/redis-cluster/templates/update-cluster.yaml index 62656560f0..df02f5374f 100644 --- a/bitnami/redis-cluster/templates/update-cluster.yaml +++ b/bitnami/redis-cluster/templates/update-cluster.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.cluster.update.addNodes ( or (and .Values.cluster.externalAccess.enabled .Values.cluster.externalAccess.service.loadBalancerIP) ( not .Values.cluster.externalAccess.enabled )) }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/redis-cluster/values.yaml b/bitnami/redis-cluster/values.yaml index 907e4efa93..ef75c8c64f 100644 --- a/bitnami/redis-cluster/values.yaml +++ b/bitnami/redis-cluster/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index de6022b467..2aaa59eaf5 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Database licenses: Apache-2.0 diff --git a/bitnami/redis/templates/_helpers.tpl b/bitnami/redis/templates/_helpers.tpl index b3a47ffd2f..95461819d3 100644 --- a/bitnami/redis/templates/_helpers.tpl +++ b/bitnami/redis/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/redis/templates/configmap.yaml b/bitnami/redis/templates/configmap.yaml index 9e70a3873c..23dcafa95c 100644 --- a/bitnami/redis/templates/configmap.yaml +++ b/bitnami/redis/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "redis.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/redis/templates/extra-list.yaml b/bitnami/redis/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/redis/templates/extra-list.yaml +++ b/bitnami/redis/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/redis/templates/headless-svc.yaml b/bitnami/redis/templates/headless-svc.yaml index 17629929a2..f6ab1a1307 100644 --- a/bitnami/redis/templates/headless-svc.yaml +++ b/bitnami/redis/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/redis/templates/health-configmap.yaml b/bitnami/redis/templates/health-configmap.yaml index e606ace530..e648d9c491 100644 --- a/bitnami/redis/templates/health-configmap.yaml +++ b/bitnami/redis/templates/health-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/redis/templates/master/application.yaml b/bitnami/redis/templates/master/application.yaml index d79ee63b0c..4dc4ed5f2b 100644 --- a/bitnami/redis/templates/master/application.yaml +++ b/bitnami/redis/templates/master/application.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not (eq .Values.architecture "replication")) (not .Values.sentinel.enabled) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: {{ .Values.master.kind }} diff --git a/bitnami/redis/templates/master/psp.yaml b/bitnami/redis/templates/master/psp.yaml index 2ba93b6e12..fa363664a2 100644 --- a/bitnami/redis/templates/master/psp.yaml +++ b/bitnami/redis/templates/master/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.podSecurityPolicy.create }} apiVersion: policy/v1beta1 diff --git a/bitnami/redis/templates/master/pvc.yaml b/bitnami/redis/templates/master/pvc.yaml index ee2691ac43..bbacb5959a 100644 --- a/bitnami/redis/templates/master/pvc.yaml +++ b/bitnami/redis/templates/master/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "standalone") (eq .Values.master.kind "Deployment") (.Values.master.persistence.enabled) (not .Values.master.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/redis/templates/master/service.yaml b/bitnami/redis/templates/master/service.yaml index c2fb9087a4..b4a5c98a19 100644 --- a/bitnami/redis/templates/master/service.yaml +++ b/bitnami/redis/templates/master/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.sentinel.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/redis/templates/master/serviceaccount.yaml b/bitnami/redis/templates/master/serviceaccount.yaml index 9c62e5f2a2..bab1ab1671 100644 --- a/bitnami/redis/templates/master/serviceaccount.yaml +++ b/bitnami/redis/templates/master/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.master.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/redis/templates/metrics-svc.yaml b/bitnami/redis/templates/metrics-svc.yaml index 3eeafc756a..b05f8a9926 100644 --- a/bitnami/redis/templates/metrics-svc.yaml +++ b/bitnami/redis/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/redis/templates/networkpolicy.yaml b/bitnami/redis/templates/networkpolicy.yaml index 7205cea3d1..35dd7c199f 100644 --- a/bitnami/redis/templates/networkpolicy.yaml +++ b/bitnami/redis/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ template "networkPolicy.apiVersion" . }} diff --git a/bitnami/redis/templates/pdb.yaml b/bitnami/redis/templates/pdb.yaml index f82d278afd..7a4913c70d 100644 --- a/bitnami/redis/templates/pdb.yaml +++ b/bitnami/redis/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/redis/templates/prometheusrule.yaml b/bitnami/redis/templates/prometheusrule.yaml index b89d1163dc..ee77af591c 100644 --- a/bitnami/redis/templates/prometheusrule.yaml +++ b/bitnami/redis/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/redis/templates/replicas/hpa.yaml b/bitnami/redis/templates/replicas/hpa.yaml index 67d1cc18ad..0141d4e294 100644 --- a/bitnami/redis/templates/replicas/hpa.yaml +++ b/bitnami/redis/templates/replicas/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.replica.autoscaling.enabled (not .Values.sentinel.enabled) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/redis/templates/replicas/service.yaml b/bitnami/redis/templates/replicas/service.yaml index c0b6861a21..c6fd262632 100644 --- a/bitnami/redis/templates/replicas/service.yaml +++ b/bitnami/redis/templates/replicas/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") (not .Values.sentinel.enabled) }} apiVersion: v1 kind: Service diff --git a/bitnami/redis/templates/replicas/serviceaccount.yaml b/bitnami/redis/templates/replicas/serviceaccount.yaml index 333ec9f5c0..1078688566 100644 --- a/bitnami/redis/templates/replicas/serviceaccount.yaml +++ b/bitnami/redis/templates/replicas/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.replica.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/redis/templates/replicas/statefulset.yaml b/bitnami/redis/templates/replicas/statefulset.yaml index 20034829cc..ad01b30998 100644 --- a/bitnami/redis/templates/replicas/statefulset.yaml +++ b/bitnami/redis/templates/replicas/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") (not .Values.sentinel.enabled) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/redis/templates/role.yaml b/bitnami/redis/templates/role.yaml index 596466f30f..9e97d52ca6 100644 --- a/bitnami/redis/templates/role.yaml +++ b/bitnami/redis/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/redis/templates/rolebinding.yaml b/bitnami/redis/templates/rolebinding.yaml index 74968b8ffe..05e99544c2 100644 --- a/bitnami/redis/templates/rolebinding.yaml +++ b/bitnami/redis/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: RoleBinding diff --git a/bitnami/redis/templates/scripts-configmap.yaml b/bitnami/redis/templates/scripts-configmap.yaml index 7c2b334beb..50c8e2987c 100644 --- a/bitnami/redis/templates/scripts-configmap.yaml +++ b/bitnami/redis/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/redis/templates/secret.yaml b/bitnami/redis/templates/secret.yaml index 1d342da51a..9ec4db4cc0 100644 --- a/bitnami/redis/templates/secret.yaml +++ b/bitnami/redis/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $host := include "common.names.fullname" . }} {{- if not .Values.sentinel.enabled }} {{- $host = printf "%s-master" (include "common.names.fullname" .) }} diff --git a/bitnami/redis/templates/sentinel/hpa.yaml b/bitnami/redis/templates/sentinel/hpa.yaml index e1b765e6e1..da47c9a12e 100644 --- a/bitnami/redis/templates/sentinel/hpa.yaml +++ b/bitnami/redis/templates/sentinel/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.replica.autoscaling.enabled .Values.sentinel.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/redis/templates/sentinel/node-services.yaml b/bitnami/redis/templates/sentinel/node-services.yaml index d3e635e95c..62d664b09a 100644 --- a/bitnami/redis/templates/sentinel/node-services.yaml +++ b/bitnami/redis/templates/sentinel/node-services.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") .Values.sentinel.enabled (eq .Values.sentinel.service.type "NodePort") (or .Release.IsUpgrade .Values.sentinel.service.nodePorts.redis ) }} {{- range $i := until (int .Values.replica.replicaCount) }} diff --git a/bitnami/redis/templates/sentinel/ports-configmap.yaml b/bitnami/redis/templates/sentinel/ports-configmap.yaml index f5e7b2a901..27a1be7f6d 100644 --- a/bitnami/redis/templates/sentinel/ports-configmap.yaml +++ b/bitnami/redis/templates/sentinel/ports-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (eq .Values.architecture "replication") .Values.sentinel.enabled (eq .Values.sentinel.service.type "NodePort") (not .Values.sentinel.service.nodePorts.redis ) }} {{- /* create a list to keep track of ports we choose to use */}} {{ $chosenports := (list ) }} diff --git a/bitnami/redis/templates/sentinel/service.yaml b/bitnami/redis/templates/sentinel/service.yaml index ac5b411457..5555a0de50 100644 --- a/bitnami/redis/templates/sentinel/service.yaml +++ b/bitnami/redis/templates/sentinel/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Release.IsUpgrade (ne .Values.sentinel.service.type "NodePort") .Values.sentinel.service.nodePorts.redis -}} {{- if and (eq .Values.architecture "replication") .Values.sentinel.enabled }} {{ $portsmap := (lookup "v1" "ConfigMap" $.Release.Namespace (printf "%s-%s" ( include "common.names.fullname" . ) "ports-configmap")).data }} diff --git a/bitnami/redis/templates/sentinel/statefulset.yaml b/bitnami/redis/templates/sentinel/statefulset.yaml index 6976d05d04..c369ab8495 100644 --- a/bitnami/redis/templates/sentinel/statefulset.yaml +++ b/bitnami/redis/templates/sentinel/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Release.IsUpgrade (ne .Values.sentinel.service.type "NodePort") .Values.sentinel.service.nodePorts.redis -}} {{- if and (eq .Values.architecture "replication") .Values.sentinel.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} diff --git a/bitnami/redis/templates/serviceaccount.yaml b/bitnami/redis/templates/serviceaccount.yaml index 9faa175295..da3c1b246f 100644 --- a/bitnami/redis/templates/serviceaccount.yaml +++ b/bitnami/redis/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create (and (not .Values.master.serviceAccount.create) (not .Values.replica.serviceAccount.create)) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/redis/templates/servicemonitor.yaml b/bitnami/redis/templates/servicemonitor.yaml index 9bdad949b1..a9a14c4da9 100644 --- a/bitnami/redis/templates/servicemonitor.yaml +++ b/bitnami/redis/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/redis/templates/tls-secret.yaml b/bitnami/redis/templates/tls-secret.yaml index 3479370a48..1ae75ca4a6 100644 --- a/bitnami/redis/templates/tls-secret.yaml +++ b/bitnami/redis/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "redis.createTlsSecret" .) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "redis-ca" 365 }} diff --git a/bitnami/redis/values.yaml b/bitnami/redis/values.yaml index 25c523e4a9..7658158d5f 100644 --- a/bitnami/redis/values.yaml +++ b/bitnami/redis/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/redmine/Chart.yaml b/bitnami/redmine/Chart.yaml index 48d86158e1..3d8e0013f4 100644 --- a/bitnami/redmine/Chart.yaml +++ b/bitnami/redmine/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: ProjectManagement licenses: Apache-2.0 diff --git a/bitnami/redmine/templates/_certificates.tpl b/bitnami/redmine/templates/_certificates.tpl index 47931d7126..4da8ccd784 100644 --- a/bitnami/redmine/templates/_certificates.tpl +++ b/bitnami/redmine/templates/_certificates.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Templates for certificates injection */}} {{/* diff --git a/bitnami/redmine/templates/_helpers.tpl b/bitnami/redmine/templates/_helpers.tpl index e84e507c9a..4aefedd239 100644 --- a/bitnami/redmine/templates/_helpers.tpl +++ b/bitnami/redmine/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Create a default fully qualified app name. diff --git a/bitnami/redmine/templates/cronjob.yaml b/bitnami/redmine/templates/cronjob.yaml index 8d8a9d369b..2e1ea3ae16 100644 --- a/bitnami/redmine/templates/cronjob.yaml +++ b/bitnami/redmine/templates/cronjob.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.mailReceiver.enabled }} apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }} kind: CronJob diff --git a/bitnami/redmine/templates/deployment.yaml b/bitnami/redmine/templates/deployment.yaml index 0543b31734..8738e5eca8 100644 --- a/bitnami/redmine/templates/deployment.yaml +++ b/bitnami/redmine/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/redmine/templates/externaldb-secret.yaml b/bitnami/redmine/templates/externaldb-secret.yaml index bcc73b1d41..92e9618edd 100644 --- a/bitnami/redmine/templates/externaldb-secret.yaml +++ b/bitnami/redmine/templates/externaldb-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "redmine.createExternalDBSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/redmine/templates/extra-list.yaml b/bitnami/redmine/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/redmine/templates/extra-list.yaml +++ b/bitnami/redmine/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/redmine/templates/ingress.yaml b/bitnami/redmine/templates/ingress.yaml index c5741d3ffb..d1b2dfabaf 100644 --- a/bitnami/redmine/templates/ingress.yaml +++ b/bitnami/redmine/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/redmine/templates/mail-receiver-configmap.yaml b/bitnami/redmine/templates/mail-receiver-configmap.yaml index 0141c13d25..a0ef7df32c 100644 --- a/bitnami/redmine/templates/mail-receiver-configmap.yaml +++ b/bitnami/redmine/templates/mail-receiver-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.mailReceiver.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/redmine/templates/networkpolicy-backend-ingress.yaml b/bitnami/redmine/templates/networkpolicy-backend-ingress.yaml index bfd789c64c..86ce1c4144 100644 --- a/bitnami/redmine/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/redmine/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/redmine/templates/networkpolicy-egress.yaml b/bitnami/redmine/templates/networkpolicy-egress.yaml index d908e9b883..96750ce876 100644 --- a/bitnami/redmine/templates/networkpolicy-egress.yaml +++ b/bitnami/redmine/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/redmine/templates/networkpolicy-ingress.yaml b/bitnami/redmine/templates/networkpolicy-ingress.yaml index c937f014cf..bb1221aafd 100644 --- a/bitnami/redmine/templates/networkpolicy-ingress.yaml +++ b/bitnami/redmine/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/redmine/templates/pdb.yaml b/bitnami/redmine/templates/pdb.yaml index e495473ddb..0a132ddafb 100644 --- a/bitnami/redmine/templates/pdb.yaml +++ b/bitnami/redmine/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/redmine/templates/postinit-configmap.yaml b/bitnami/redmine/templates/postinit-configmap.yaml index 84e7c6aeeb..25110125c9 100644 --- a/bitnami/redmine/templates/postinit-configmap.yaml +++ b/bitnami/redmine/templates/postinit-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.customPostInitScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/redmine/templates/pvc.yaml b/bitnami/redmine/templates/pvc.yaml index 07bc40a1bd..d83c6ee223 100644 --- a/bitnami/redmine/templates/pvc.yaml +++ b/bitnami/redmine/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/redmine/templates/secrets.yaml b/bitnami/redmine/templates/secrets.yaml index 748759f3a5..1231d7484e 100644 --- a/bitnami/redmine/templates/secrets.yaml +++ b/bitnami/redmine/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret -}} apiVersion: v1 kind: Secret diff --git a/bitnami/redmine/templates/serviceaccount.yaml b/bitnami/redmine/templates/serviceaccount.yaml index 2a5f9c10e2..1b51ca3f49 100644 --- a/bitnami/redmine/templates/serviceaccount.yaml +++ b/bitnami/redmine/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/redmine/templates/svc.yaml b/bitnami/redmine/templates/svc.yaml index 825bf43703..b0011f0c79 100644 --- a/bitnami/redmine/templates/svc.yaml +++ b/bitnami/redmine/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/redmine/templates/tls-secrets.yaml b/bitnami/redmine/templates/tls-secrets.yaml index c83eaf7ffb..5ad214a4f3 100644 --- a/bitnami/redmine/templates/tls-secrets.yaml +++ b/bitnami/redmine/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/redmine/values.yaml b/bitnami/redmine/values.yaml index 9da232e0fe..112e4c0d8a 100644 --- a/bitnami/redmine/values.yaml +++ b/bitnami/redmine/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/schema-registry/Chart.yaml b/bitnami/schema-registry/Chart.yaml index fbd6c67df6..d20a8fe69f 100644 --- a/bitnami/schema-registry/Chart.yaml +++ b/bitnami/schema-registry/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/schema-registry/templates/_helpers.tpl b/bitnami/schema-registry/templates/_helpers.tpl index fb2dce508d..cf1dcada43 100644 --- a/bitnami/schema-registry/templates/_helpers.tpl +++ b/bitnami/schema-registry/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* Create a default fully qualified app name for Kafka subchart diff --git a/bitnami/schema-registry/templates/configmap.yaml b/bitnami/schema-registry/templates/configmap.yaml index 02ce5bebfc..91622cb1b8 100644 --- a/bitnami/schema-registry/templates/configmap.yaml +++ b/bitnami/schema-registry/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "schema-registry.createConfigMap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/schema-registry/templates/external-kafka-secrets.yaml b/bitnami/schema-registry/templates/external-kafka-secrets.yaml index 6713f442d4..d54ad70e62 100644 --- a/bitnami/schema-registry/templates/external-kafka-secrets.yaml +++ b/bitnami/schema-registry/templates/external-kafka-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $kafkaProtocol := include "schema-registry.listenerType" ( dict "protocol" (ternary .Values.kafka.auth.clientProtocol .Values.externalKafka.auth.protocol .Values.kafka.enabled) ) -}} {{- if and (not .Values.kafka.enabled) (contains "SASL" $kafkaProtocol) }} apiVersion: v1 diff --git a/bitnami/schema-registry/templates/extra-list.yaml b/bitnami/schema-registry/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/schema-registry/templates/extra-list.yaml +++ b/bitnami/schema-registry/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/schema-registry/templates/headless-service.yaml b/bitnami/schema-registry/templates/headless-service.yaml index 706dc02de0..b9b9b236dc 100644 --- a/bitnami/schema-registry/templates/headless-service.yaml +++ b/bitnami/schema-registry/templates/headless-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/schema-registry/templates/hpa.yaml b/bitnami/schema-registry/templates/hpa.yaml index fe3764fc4f..233b673d2d 100644 --- a/bitnami/schema-registry/templates/hpa.yaml +++ b/bitnami/schema-registry/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/schema-registry/templates/ingress.yaml b/bitnami/schema-registry/templates/ingress.yaml index c2fc342387..af243afda4 100644 --- a/bitnami/schema-registry/templates/ingress.yaml +++ b/bitnami/schema-registry/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/schema-registry/templates/log4j-configmap.yaml b/bitnami/schema-registry/templates/log4j-configmap.yaml index 3f0f1c75e3..2d6615dca2 100644 --- a/bitnami/schema-registry/templates/log4j-configmap.yaml +++ b/bitnami/schema-registry/templates/log4j-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "schema-registry.log4j.createConfigMap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/schema-registry/templates/pdb.yaml b/bitnami/schema-registry/templates/pdb.yaml index 827b49b1ee..acd42c4bff 100644 --- a/bitnami/schema-registry/templates/pdb.yaml +++ b/bitnami/schema-registry/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/schema-registry/templates/service.yaml b/bitnami/schema-registry/templates/service.yaml index 8c542a9b24..a62df31481 100644 --- a/bitnami/schema-registry/templates/service.yaml +++ b/bitnami/schema-registry/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/schema-registry/templates/serviceaccount.yaml b/bitnami/schema-registry/templates/serviceaccount.yaml index 98bcd98512..2f67bdd9dd 100644 --- a/bitnami/schema-registry/templates/serviceaccount.yaml +++ b/bitnami/schema-registry/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/schema-registry/templates/statefulset.yaml b/bitnami/schema-registry/templates/statefulset.yaml index 584de83f0b..4696aaa578 100644 --- a/bitnami/schema-registry/templates/statefulset.yaml +++ b/bitnami/schema-registry/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $fullname := include "common.names.fullname" . }} {{- $releaseNamespace := .Release.Namespace }} {{- $clusterDomain := .Values.clusterDomain }} diff --git a/bitnami/schema-registry/templates/tls-secret.yaml b/bitnami/schema-registry/templates/tls-secret.yaml index 68d748a04b..c14d0571f3 100644 --- a/bitnami/schema-registry/templates/tls-secret.yaml +++ b/bitnami/schema-registry/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/schema-registry/values.yaml b/bitnami/schema-registry/values.yaml index 65cbb615b1..eb4fc8920e 100644 --- a/bitnami/schema-registry/values.yaml +++ b/bitnami/schema-registry/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters diff --git a/bitnami/sealed-secrets/Chart.yaml b/bitnami/sealed-secrets/Chart.yaml index 06abc70e69..588b50a3a3 100644 --- a/bitnami/sealed-secrets/Chart.yaml +++ b/bitnami/sealed-secrets/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/sealed-secrets/crds/sealed-secrets.yaml b/bitnami/sealed-secrets/crds/sealed-secrets.yaml index 7050124333..877f120303 100644 --- a/bitnami/sealed-secrets/crds/sealed-secrets.yaml +++ b/bitnami/sealed-secrets/crds/sealed-secrets.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/sealed-secrets/templates/_helpers.tpl b/bitnami/sealed-secrets/templates/_helpers.tpl index 097f5a5bce..5f4f65d708 100644 --- a/bitnami/sealed-secrets/templates/_helpers.tpl +++ b/bitnami/sealed-secrets/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Sealed Secrets image name */}} diff --git a/bitnami/sealed-secrets/templates/clusterrole.yaml b/bitnami/sealed-secrets/templates/clusterrole.yaml index 99f398ae74..8d41a9db0e 100644 --- a/bitnami/sealed-secrets/templates/clusterrole.yaml +++ b/bitnami/sealed-secrets/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/sealed-secrets/templates/clusterrolebinding.yaml b/bitnami/sealed-secrets/templates/clusterrolebinding.yaml index 662266b950..a49a12d59a 100644 --- a/bitnami/sealed-secrets/templates/clusterrolebinding.yaml +++ b/bitnami/sealed-secrets/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/sealed-secrets/templates/deployment.yaml b/bitnami/sealed-secrets/templates/deployment.yaml index c3b93ed769..c6321a0412 100644 --- a/bitnami/sealed-secrets/templates/deployment.yaml +++ b/bitnami/sealed-secrets/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/sealed-secrets/templates/extra-list.yaml b/bitnami/sealed-secrets/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/sealed-secrets/templates/extra-list.yaml +++ b/bitnami/sealed-secrets/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/sealed-secrets/templates/ingress.yaml b/bitnami/sealed-secrets/templates/ingress.yaml index fda4cbd1ab..fdcc0e8a5b 100644 --- a/bitnami/sealed-secrets/templates/ingress.yaml +++ b/bitnami/sealed-secrets/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/sealed-secrets/templates/networkpolicy.yaml b/bitnami/sealed-secrets/templates/networkpolicy.yaml index d6ae679a61..2e8aa9e417 100644 --- a/bitnami/sealed-secrets/templates/networkpolicy.yaml +++ b/bitnami/sealed-secrets/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/sealed-secrets/templates/psp-clusterrole.yaml b/bitnami/sealed-secrets/templates/psp-clusterrole.yaml index 1d69123606..770a78a738 100644 --- a/bitnami/sealed-secrets/templates/psp-clusterrole.yaml +++ b/bitnami/sealed-secrets/templates/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/sealed-secrets/templates/psp-clusterrolebinding.yaml b/bitnami/sealed-secrets/templates/psp-clusterrolebinding.yaml index 37adf36c6c..89c6c56bbe 100644 --- a/bitnami/sealed-secrets/templates/psp-clusterrolebinding.yaml +++ b/bitnami/sealed-secrets/templates/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.rbac.pspEnabled }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/sealed-secrets/templates/psp.yaml b/bitnami/sealed-secrets/templates/psp.yaml index 631ffd5eee..a0b5324947 100644 --- a/bitnami/sealed-secrets/templates/psp.yaml +++ b/bitnami/sealed-secrets/templates/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rbac.create .Values.rbac.pspEnabled }} apiVersion: {{ template "podSecurityPolicy.apiVersion" . }} kind: PodSecurityPolicy diff --git a/bitnami/sealed-secrets/templates/role.yaml b/bitnami/sealed-secrets/templates/role.yaml index 8c94a8dd29..41ececef4b 100644 --- a/bitnami/sealed-secrets/templates/role.yaml +++ b/bitnami/sealed-secrets/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/sealed-secrets/templates/rolebinding.yaml b/bitnami/sealed-secrets/templates/rolebinding.yaml index 6ed01a9bff..1249083ff9 100644 --- a/bitnami/sealed-secrets/templates/rolebinding.yaml +++ b/bitnami/sealed-secrets/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/sealed-secrets/templates/service.yaml b/bitnami/sealed-secrets/templates/service.yaml index 97d2f967cf..5310ac9374 100644 --- a/bitnami/sealed-secrets/templates/service.yaml +++ b/bitnami/sealed-secrets/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/sealed-secrets/templates/serviceaccount.yaml b/bitnami/sealed-secrets/templates/serviceaccount.yaml index cd5e79a0e0..f99850f77c 100644 --- a/bitnami/sealed-secrets/templates/serviceaccount.yaml +++ b/bitnami/sealed-secrets/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/sealed-secrets/templates/servicemonitor.yaml b/bitnami/sealed-secrets/templates/servicemonitor.yaml index 25006080e9..390aa714fb 100644 --- a/bitnami/sealed-secrets/templates/servicemonitor.yaml +++ b/bitnami/sealed-secrets/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/sealed-secrets/templates/tls-secret.yaml b/bitnami/sealed-secrets/templates/tls-secret.yaml index 63dcd7e8ef..0f0fec1736 100644 --- a/bitnami/sealed-secrets/templates/tls-secret.yaml +++ b/bitnami/sealed-secrets/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/sealed-secrets/values.yaml b/bitnami/sealed-secrets/values.yaml index fa9be3b412..f717277dd1 100644 --- a/bitnami/sealed-secrets/values.yaml +++ b/bitnami/sealed-secrets/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/solr/Chart.yaml b/bitnami/solr/Chart.yaml index 34b42a6624..1094ad2842 100644 --- a/bitnami/solr/Chart.yaml +++ b/bitnami/solr/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/solr/templates/_helpers.tpl b/bitnami/solr/templates/_helpers.tpl index fd6bf43e28..98b94c1df2 100644 --- a/bitnami/solr/templates/_helpers.tpl +++ b/bitnami/solr/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/solr/templates/extra-list.yaml b/bitnami/solr/templates/extra-list.yaml index 6edc87bd93..1ffe17b133 100644 --- a/bitnami/solr/templates/extra-list.yaml +++ b/bitnami/solr/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/solr/templates/ingress-tls-secrets.yaml b/bitnami/solr/templates/ingress-tls-secrets.yaml index 44fa7d3723..f2ac2218f9 100644 --- a/bitnami/solr/templates/ingress-tls-secrets.yaml +++ b/bitnami/solr/templates/ingress-tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/solr/templates/ingress.yaml b/bitnami/solr/templates/ingress.yaml index 85527bef64..472b42802b 100644 --- a/bitnami/solr/templates/ingress.yaml +++ b/bitnami/solr/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/solr/templates/metrics-deployment.yaml b/bitnami/solr/templates/metrics-deployment.yaml index 5bedecc933..b24064282b 100644 --- a/bitnami/solr/templates/metrics-deployment.yaml +++ b/bitnami/solr/templates/metrics-deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/solr/templates/metrics-svc.yaml b/bitnami/solr/templates/metrics-svc.yaml index 391347f447..238f522b5e 100644 --- a/bitnami/solr/templates/metrics-svc.yaml +++ b/bitnami/solr/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/solr/templates/pdb.yaml b/bitnami/solr/templates/pdb.yaml index d2e0b2aaba..d2c0a6b8eb 100644 --- a/bitnami/solr/templates/pdb.yaml +++ b/bitnami/solr/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/solr/templates/prometheusrule.yaml b/bitnami/solr/templates/prometheusrule.yaml index b89d1163dc..ee77af591c 100644 --- a/bitnami/solr/templates/prometheusrule.yaml +++ b/bitnami/solr/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/solr/templates/scripts-configmap.yaml b/bitnami/solr/templates/scripts-configmap.yaml index 86680795ee..57d5873ee8 100644 --- a/bitnami/solr/templates/scripts-configmap.yaml +++ b/bitnami/solr/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/solr/templates/secrets.yaml b/bitnami/solr/templates/secrets.yaml index 874be2191a..8b328be61c 100644 --- a/bitnami/solr/templates/secrets.yaml +++ b/bitnami/solr/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "solr.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/solr/templates/service-account.yaml b/bitnami/solr/templates/service-account.yaml index 49f038f211..a90bc646e7 100644 --- a/bitnami/solr/templates/service-account.yaml +++ b/bitnami/solr/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/solr/templates/servicemonitor.yaml b/bitnami/solr/templates/servicemonitor.yaml index 880b03f47b..2493795d84 100644 --- a/bitnami/solr/templates/servicemonitor.yaml +++ b/bitnami/solr/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/solr/templates/statefulset.yaml b/bitnami/solr/templates/statefulset.yaml index 70b13027bc..4646c0dac6 100644 --- a/bitnami/solr/templates/statefulset.yaml +++ b/bitnami/solr/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/solr/templates/svc-headless.yaml b/bitnami/solr/templates/svc-headless.yaml index 39beb29a05..aeb190cf7c 100644 --- a/bitnami/solr/templates/svc-headless.yaml +++ b/bitnami/solr/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/solr/templates/svc.yaml b/bitnami/solr/templates/svc.yaml index 79925961f3..f5d61ef527 100644 --- a/bitnami/solr/templates/svc.yaml +++ b/bitnami/solr/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/solr/templates/tls-secrets.yaml b/bitnami/solr/templates/tls-secrets.yaml index 779a6e417a..e7b4216a30 100644 --- a/bitnami/solr/templates/tls-secrets.yaml +++ b/bitnami/solr/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "solr.createTlsSecret" .) }} {{- $secretName := printf "%s-crt" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }} {{- $ca := genCA "solr-ca" 365 }} diff --git a/bitnami/solr/values.yaml b/bitnami/solr/values.yaml index 53d19df52a..2ed71ae834 100644 --- a/bitnami/solr/values.yaml +++ b/bitnami/solr/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/sonarqube/Chart.yaml b/bitnami/sonarqube/Chart.yaml index e02ede9fca..05577c6aef 100644 --- a/bitnami/sonarqube/Chart.yaml +++ b/bitnami/sonarqube/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/sonarqube/templates/_helpers.tpl b/bitnami/sonarqube/templates/_helpers.tpl index c210fc58ca..0254aab3e4 100644 --- a/bitnami/sonarqube/templates/_helpers.tpl +++ b/bitnami/sonarqube/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper SonarQube(TM) image name */}} diff --git a/bitnami/sonarqube/templates/deployment.yaml b/bitnami/sonarqube/templates/deployment.yaml index f1c91e2bc8..fd9286575a 100644 --- a/bitnami/sonarqube/templates/deployment.yaml +++ b/bitnami/sonarqube/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/sonarqube/templates/externaldb-secret.yaml b/bitnami/sonarqube/templates/externaldb-secret.yaml index bf57bddfe6..9da6b62f48 100644 --- a/bitnami/sonarqube/templates/externaldb-secret.yaml +++ b/bitnami/sonarqube/templates/externaldb-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/sonarqube/templates/extra-list.yaml b/bitnami/sonarqube/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/sonarqube/templates/extra-list.yaml +++ b/bitnami/sonarqube/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/sonarqube/templates/ingress.yaml b/bitnami/sonarqube/templates/ingress.yaml index b4430f06c1..ade72cbfdc 100644 --- a/bitnami/sonarqube/templates/ingress.yaml +++ b/bitnami/sonarqube/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/sonarqube/templates/install_plugins.yaml b/bitnami/sonarqube/templates/install_plugins.yaml index bfcdebbf9b..b49465ce89 100644 --- a/bitnami/sonarqube/templates/install_plugins.yaml +++ b/bitnami/sonarqube/templates/install_plugins.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/sonarqube/templates/jmx-configmap.yaml b/bitnami/sonarqube/templates/jmx-configmap.yaml index a8e033f267..242b7c3f41 100644 --- a/bitnami/sonarqube/templates/jmx-configmap.yaml +++ b/bitnami/sonarqube/templates/jmx-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.jmx.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/sonarqube/templates/jmx-metrics-svc.yaml b/bitnami/sonarqube/templates/jmx-metrics-svc.yaml index 03b0f286a5..3c81397749 100644 --- a/bitnami/sonarqube/templates/jmx-metrics-svc.yaml +++ b/bitnami/sonarqube/templates/jmx-metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.jmx.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/sonarqube/templates/jmx-servicemonitor.yaml b/bitnami/sonarqube/templates/jmx-servicemonitor.yaml index e4ebf2ef72..2bc52aebe8 100644 --- a/bitnami/sonarqube/templates/jmx-servicemonitor.yaml +++ b/bitnami/sonarqube/templates/jmx-servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.jmx.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/sonarqube/templates/pvc.yaml b/bitnami/sonarqube/templates/pvc.yaml index 6745682867..17960c5b72 100644 --- a/bitnami/sonarqube/templates/pvc.yaml +++ b/bitnami/sonarqube/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/sonarqube/templates/secret.yaml b/bitnami/sonarqube/templates/secret.yaml index 79fbe3f8e8..e3ade93f7d 100644 --- a/bitnami/sonarqube/templates/secret.yaml +++ b/bitnami/sonarqube/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "sonarqube.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/sonarqube/templates/service-account.yaml b/bitnami/sonarqube/templates/service-account.yaml index 8dd4c00923..75d3bc8aea 100644 --- a/bitnami/sonarqube/templates/service-account.yaml +++ b/bitnami/sonarqube/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/sonarqube/templates/service.yaml b/bitnami/sonarqube/templates/service.yaml index 39cbdbe998..fa7db95735 100644 --- a/bitnami/sonarqube/templates/service.yaml +++ b/bitnami/sonarqube/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/sonarqube/templates/tls-secret.yaml b/bitnami/sonarqube/templates/tls-secret.yaml index 987ca8b234..56c9b774dd 100644 --- a/bitnami/sonarqube/templates/tls-secret.yaml +++ b/bitnami/sonarqube/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/sonarqube/values.yaml b/bitnami/sonarqube/values.yaml index 3557785d4d..09f77aa586 100644 --- a/bitnami/sonarqube/values.yaml +++ b/bitnami/sonarqube/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/spark/Chart.yaml b/bitnami/spark/Chart.yaml index 0ec6882452..0d1f8d67c2 100644 --- a/bitnami/spark/Chart.yaml +++ b/bitnami/spark/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/spark/templates/_helpers.tpl b/bitnami/spark/templates/_helpers.tpl index b2d21e6816..f9589af44f 100644 --- a/bitnami/spark/templates/_helpers.tpl +++ b/bitnami/spark/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/spark/templates/extra-list.yaml b/bitnami/spark/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/spark/templates/extra-list.yaml +++ b/bitnami/spark/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/spark/templates/headless-svc.yaml b/bitnami/spark/templates/headless-svc.yaml index a3164bc408..d7e1882f7a 100644 --- a/bitnami/spark/templates/headless-svc.yaml +++ b/bitnami/spark/templates/headless-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/spark/templates/hpa-worker.yaml b/bitnami/spark/templates/hpa-worker.yaml index afc41d439a..7d4242aa54 100644 --- a/bitnami/spark/templates/hpa-worker.yaml +++ b/bitnami/spark/templates/hpa-worker.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.worker.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/spark/templates/ingress.yaml b/bitnami/spark/templates/ingress.yaml index 93605a6e56..5c54cf106e 100644 --- a/bitnami/spark/templates/ingress.yaml +++ b/bitnami/spark/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/spark/templates/init-configmap.yaml b/bitnami/spark/templates/init-configmap.yaml index eba9e5492d..6c3466e022 100644 --- a/bitnami/spark/templates/init-configmap.yaml +++ b/bitnami/spark/templates/init-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.initScripts }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/spark/templates/podmonitor.yaml b/bitnami/spark/templates/podmonitor.yaml index 5afcdc5a2e..1f3e5bc949 100644 --- a/bitnami/spark/templates/podmonitor.yaml +++ b/bitnami/spark/templates/podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.podMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor diff --git a/bitnami/spark/templates/prometheusrule.yaml b/bitnami/spark/templates/prometheusrule.yaml index 6c065ca51e..7467fdab1e 100644 --- a/bitnami/spark/templates/prometheusrule.yaml +++ b/bitnami/spark/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/spark/templates/secret.yaml b/bitnami/spark/templates/secret.yaml index 2181000514..197f2f55ff 100644 --- a/bitnami/spark/templates/secret.yaml +++ b/bitnami/spark/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.security.passwordsSecretName }} apiVersion: v1 kind: Secret diff --git a/bitnami/spark/templates/serviceaccount.yaml b/bitnami/spark/templates/serviceaccount.yaml index 035d2e3dc6..e868d437dc 100644 --- a/bitnami/spark/templates/serviceaccount.yaml +++ b/bitnami/spark/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/spark/templates/statefulset-master.yaml b/bitnami/spark/templates/statefulset-master.yaml index 2c82430f81..bd57da3334 100644 --- a/bitnami/spark/templates/statefulset-master.yaml +++ b/bitnami/spark/templates/statefulset-master.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/spark/templates/statefulset-worker.yaml b/bitnami/spark/templates/statefulset-worker.yaml index dfd7d32b56..49800f0b25 100644 --- a/bitnami/spark/templates/statefulset-worker.yaml +++ b/bitnami/spark/templates/statefulset-worker.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/spark/templates/svc-master.yaml b/bitnami/spark/templates/svc-master.yaml index 5e5754a75b..62c97c7333 100644 --- a/bitnami/spark/templates/svc-master.yaml +++ b/bitnami/spark/templates/svc-master.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/spark/templates/tls-secrets.yaml b/bitnami/spark/templates/tls-secrets.yaml index 08b75a6501..bcabd79fb9 100644 --- a/bitnami/spark/templates/tls-secrets.yaml +++ b/bitnami/spark/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/spark/values.yaml b/bitnami/spark/values.yaml index 405348c868..327302e115 100644 --- a/bitnami/spark/values.yaml +++ b/bitnami/spark/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/spring-cloud-dataflow/Chart.yaml b/bitnami/spring-cloud-dataflow/Chart.yaml index 6e466777b6..084cfa44ce 100644 --- a/bitnami/spring-cloud-dataflow/Chart.yaml +++ b/bitnami/spring-cloud-dataflow/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: DeveloperTools licenses: Apache-2.0 diff --git a/bitnami/spring-cloud-dataflow/templates/_helpers.tpl b/bitnami/spring-cloud-dataflow/templates/_helpers.tpl index f15b1e59db..12aaf19732 100644 --- a/bitnami/spring-cloud-dataflow/templates/_helpers.tpl +++ b/bitnami/spring-cloud-dataflow/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/spring-cloud-dataflow/templates/externaldb-secrets.yaml b/bitnami/spring-cloud-dataflow/templates/externaldb-secrets.yaml index d4122970be..f96052129e 100644 --- a/bitnami/spring-cloud-dataflow/templates/externaldb-secrets.yaml +++ b/bitnami/spring-cloud-dataflow/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingPasswordSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/spring-cloud-dataflow/templates/externalrabbitmq-secrets.yaml b/bitnami/spring-cloud-dataflow/templates/externalrabbitmq-secrets.yaml index 59deafbb0a..52f5b21626 100644 --- a/bitnami/spring-cloud-dataflow/templates/externalrabbitmq-secrets.yaml +++ b/bitnami/spring-cloud-dataflow/templates/externalrabbitmq-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.externalRabbitmq.enabled) (not .Values.rabbitmq.enabled) (not .Values.externalRabbitmq.existingPasswordSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/spring-cloud-dataflow/templates/extra-list.yaml b/bitnami/spring-cloud-dataflow/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/spring-cloud-dataflow/templates/extra-list.yaml +++ b/bitnami/spring-cloud-dataflow/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/deployment.yaml b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/deployment.yaml index acdb011def..93c37efd99 100644 --- a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/deployment.yaml +++ b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/hpa.yaml b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/hpa.yaml index a4d0494f70..586efce228 100644 --- a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/hpa.yaml +++ b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/pdb.yaml b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/pdb.yaml index aaa3049d6c..8645aeed83 100644 --- a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/pdb.yaml +++ b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/service.yaml b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/service.yaml index 5bf004002a..655c299bbd 100644 --- a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/service.yaml +++ b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/servicemonitor-metrics.yaml b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/servicemonitor-metrics.yaml index eee8af6297..d5a07dc61a 100644 --- a/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/servicemonitor-metrics.yaml +++ b/bitnami/spring-cloud-dataflow/templates/prometheus-proxy/servicemonitor-metrics.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/spring-cloud-dataflow/templates/role.yaml b/bitnami/spring-cloud-dataflow/templates/role.yaml index a29253ef06..9abb84ae82 100644 --- a/bitnami/spring-cloud-dataflow/templates/role.yaml +++ b/bitnami/spring-cloud-dataflow/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/spring-cloud-dataflow/templates/rolebinding.yaml b/bitnami/spring-cloud-dataflow/templates/rolebinding.yaml index 81b648ee2e..bde1b6b16d 100644 --- a/bitnami/spring-cloud-dataflow/templates/rolebinding.yaml +++ b/bitnami/spring-cloud-dataflow/templates/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/spring-cloud-dataflow/templates/scripts-configmap.yaml b/bitnami/spring-cloud-dataflow/templates/scripts-configmap.yaml index ce63b0361f..f044bde2c0 100644 --- a/bitnami/spring-cloud-dataflow/templates/scripts-configmap.yaml +++ b/bitnami/spring-cloud-dataflow/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.waitForBackends.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/spring-cloud-dataflow/templates/server/configmap.yaml b/bitnami/spring-cloud-dataflow/templates/server/configmap.yaml index a59f09384b..b8ae052156 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/configmap.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "scdf.server.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/spring-cloud-dataflow/templates/server/deployment.yaml b/bitnami/spring-cloud-dataflow/templates/server/deployment.yaml index 90585dfbb6..b71ea46703 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/deployment.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $fullname := include "scdf.fullname" . }} {{- $serverServicePort := int .Values.server.service.port }} {{- $skipperServicePort := int .Values.skipper.service.port }} diff --git a/bitnami/spring-cloud-dataflow/templates/server/hpa.yaml b/bitnami/spring-cloud-dataflow/templates/server/hpa.yaml index 3a100177bf..606cdc0c6c 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/hpa.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/spring-cloud-dataflow/templates/server/ingress.yaml b/bitnami/spring-cloud-dataflow/templates/server/ingress.yaml index ec528da988..6ad73d203c 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/ingress.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled -}} apiVersion: {{ template "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/spring-cloud-dataflow/templates/server/pdb.yaml b/bitnami/spring-cloud-dataflow/templates/server/pdb.yaml index 3df5f4313a..99dc72c7c1 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/pdb.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/spring-cloud-dataflow/templates/server/service.yaml b/bitnami/spring-cloud-dataflow/templates/server/service.yaml index f51f025a58..5a28209b38 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/service.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/spring-cloud-dataflow/templates/server/tls-secret.yaml b/bitnami/spring-cloud-dataflow/templates/server/tls-secret.yaml index 10291739c9..65d98fa82a 100644 --- a/bitnami/spring-cloud-dataflow/templates/server/tls-secret.yaml +++ b/bitnami/spring-cloud-dataflow/templates/server/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled }} {{- if .Values.server.ingress.secrets }} {{- range .Values.server.ingress.secrets }} diff --git a/bitnami/spring-cloud-dataflow/templates/serviceaccount.yaml b/bitnami/spring-cloud-dataflow/templates/serviceaccount.yaml index fca707aabc..578938c7c5 100644 --- a/bitnami/spring-cloud-dataflow/templates/serviceaccount.yaml +++ b/bitnami/spring-cloud-dataflow/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/spring-cloud-dataflow/templates/skipper/configmap.yaml b/bitnami/spring-cloud-dataflow/templates/skipper/configmap.yaml index ebe2fddbea..f532667ed7 100644 --- a/bitnami/spring-cloud-dataflow/templates/skipper/configmap.yaml +++ b/bitnami/spring-cloud-dataflow/templates/skipper/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "scdf.skipper.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/spring-cloud-dataflow/templates/skipper/deployment.yaml b/bitnami/spring-cloud-dataflow/templates/skipper/deployment.yaml index 61ad4eb565..0a9f00c978 100644 --- a/bitnami/spring-cloud-dataflow/templates/skipper/deployment.yaml +++ b/bitnami/spring-cloud-dataflow/templates/skipper/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.skipper.enabled .Values.server.configuration.streamingEnabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/spring-cloud-dataflow/templates/skipper/hpa.yaml b/bitnami/spring-cloud-dataflow/templates/skipper/hpa.yaml index 4d9295ac0d..17add6ca0f 100644 --- a/bitnami/spring-cloud-dataflow/templates/skipper/hpa.yaml +++ b/bitnami/spring-cloud-dataflow/templates/skipper/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.skipper.enabled .Values.server.configuration.streamingEnabled) .Values.skipper.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/spring-cloud-dataflow/templates/skipper/pdb.yaml b/bitnami/spring-cloud-dataflow/templates/skipper/pdb.yaml index 00c2b8b1b1..b9a7aab5f6 100644 --- a/bitnami/spring-cloud-dataflow/templates/skipper/pdb.yaml +++ b/bitnami/spring-cloud-dataflow/templates/skipper/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (or .Values.skipper.enabled .Values.server.configuration.streamingEnabled) .Values.skipper.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/spring-cloud-dataflow/templates/skipper/service.yaml b/bitnami/spring-cloud-dataflow/templates/skipper/service.yaml index 2138db6139..8837a7bc39 100644 --- a/bitnami/spring-cloud-dataflow/templates/skipper/service.yaml +++ b/bitnami/spring-cloud-dataflow/templates/skipper/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.skipper.enabled .Values.server.configuration.streamingEnabled }} apiVersion: v1 kind: Service diff --git a/bitnami/spring-cloud-dataflow/values.yaml b/bitnami/spring-cloud-dataflow/values.yaml index 5d65c062d6..b160218dc6 100644 --- a/bitnami/spring-cloud-dataflow/values.yaml +++ b/bitnami/spring-cloud-dataflow/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/suitecrm/Chart.yaml b/bitnami/suitecrm/Chart.yaml index c9079e4e23..98af4f00bb 100644 --- a/bitnami/suitecrm/Chart.yaml +++ b/bitnami/suitecrm/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CRM licenses: Apache-2.0 diff --git a/bitnami/suitecrm/templates/_helpers.tpl b/bitnami/suitecrm/templates/_helpers.tpl index 27fbd6c097..a490885e9f 100644 --- a/bitnami/suitecrm/templates/_helpers.tpl +++ b/bitnami/suitecrm/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). diff --git a/bitnami/suitecrm/templates/deployment.yaml b/bitnami/suitecrm/templates/deployment.yaml index 80951f4d69..9933eadbd3 100644 --- a/bitnami/suitecrm/templates/deployment.yaml +++ b/bitnami/suitecrm/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if include "suitecrm.host" . -}} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/suitecrm/templates/externaldb-secrets.yaml b/bitnami/suitecrm/templates/externaldb-secrets.yaml index 4c6ee751aa..3b0c4242f9 100644 --- a/bitnami/suitecrm/templates/externaldb-secrets.yaml +++ b/bitnami/suitecrm/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (not .Values.mariadb.enabled) (not .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/suitecrm/templates/extra-list.yaml b/bitnami/suitecrm/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/suitecrm/templates/extra-list.yaml +++ b/bitnami/suitecrm/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/suitecrm/templates/ingress.yaml b/bitnami/suitecrm/templates/ingress.yaml index b78d4cb453..f148573034 100644 --- a/bitnami/suitecrm/templates/ingress.yaml +++ b/bitnami/suitecrm/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/suitecrm/templates/metrics-svc.yaml b/bitnami/suitecrm/templates/metrics-svc.yaml index f9739cd4a3..2342e29fb1 100644 --- a/bitnami/suitecrm/templates/metrics-svc.yaml +++ b/bitnami/suitecrm/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/suitecrm/templates/networkpolicy-backend-ingress.yaml b/bitnami/suitecrm/templates/networkpolicy-backend-ingress.yaml index 69129c1eb5..98c3edfdc0 100644 --- a/bitnami/suitecrm/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/suitecrm/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/suitecrm/templates/networkpolicy-egress.yaml b/bitnami/suitecrm/templates/networkpolicy-egress.yaml index a0f53842b8..a595cf793b 100644 --- a/bitnami/suitecrm/templates/networkpolicy-egress.yaml +++ b/bitnami/suitecrm/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/suitecrm/templates/networkpolicy-ingress.yaml b/bitnami/suitecrm/templates/networkpolicy-ingress.yaml index 32a8942b21..3c3b1c0d45 100644 --- a/bitnami/suitecrm/templates/networkpolicy-ingress.yaml +++ b/bitnami/suitecrm/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/suitecrm/templates/pv.yaml b/bitnami/suitecrm/templates/pv.yaml index 65aaa60c70..c3f858d42e 100644 --- a/bitnami/suitecrm/templates/pv.yaml +++ b/bitnami/suitecrm/templates/pv.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled .Values.persistence.hostPath (not .Values.persistence.existingClaim) -}} apiVersion: v1 kind: PersistentVolume diff --git a/bitnami/suitecrm/templates/pvc.yaml b/bitnami/suitecrm/templates/pvc.yaml index 67c01dd99a..9221db3fe3 100644 --- a/bitnami/suitecrm/templates/pvc.yaml +++ b/bitnami/suitecrm/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "suitecrm.host" .) .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/suitecrm/templates/secrets.yaml b/bitnami/suitecrm/templates/secrets.yaml index e9f7dea392..921048d7b1 100644 --- a/bitnami/suitecrm/templates/secrets.yaml +++ b/bitnami/suitecrm/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.existingSecret }} apiVersion: v1 kind: Secret diff --git a/bitnami/suitecrm/templates/svc.yaml b/bitnami/suitecrm/templates/svc.yaml index 305c412f57..418296352a 100644 --- a/bitnami/suitecrm/templates/svc.yaml +++ b/bitnami/suitecrm/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/suitecrm/templates/tls-secrets.yaml b/bitnami/suitecrm/templates/tls-secrets.yaml index 85ec33fe3b..984008a8a6 100644 --- a/bitnami/suitecrm/templates/tls-secrets.yaml +++ b/bitnami/suitecrm/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 diff --git a/bitnami/suitecrm/values.yaml b/bitnami/suitecrm/values.yaml index 225e1679be..9a2a28520b 100644 --- a/bitnami/suitecrm/values.yaml +++ b/bitnami/suitecrm/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/supabase/Chart.yaml b/bitnami/supabase/Chart.yaml index edc09bf1a6..ce2e6f8c0c 100644 --- a/bitnami/supabase/Chart.yaml +++ b/bitnami/supabase/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/supabase/templates/_helpers.tpl b/bitnami/supabase/templates/_helpers.tpl index 1c1b777e09..85d17befc4 100644 --- a/bitnami/supabase/templates/_helpers.tpl +++ b/bitnami/supabase/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Supabase Studio Public URL */}} diff --git a/bitnami/supabase/templates/auth/default-configmap.yaml b/bitnami/supabase/templates/auth/default-configmap.yaml index 64225d3765..02c6a2c198 100644 --- a/bitnami/supabase/templates/auth/default-configmap.yaml +++ b/bitnami/supabase/templates/auth/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.auth.enabled (not .Values.auth.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/auth/deployment.yaml b/bitnami/supabase/templates/auth/deployment.yaml index 6f44dbdc6c..013cca5656 100644 --- a/bitnami/supabase/templates/auth/deployment.yaml +++ b/bitnami/supabase/templates/auth/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.auth.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/auth/extra-configmap.yaml b/bitnami/supabase/templates/auth/extra-configmap.yaml index a793b5ac6a..f7271cadbf 100644 --- a/bitnami/supabase/templates/auth/extra-configmap.yaml +++ b/bitnami/supabase/templates/auth/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.auth.enabled .Values.auth.extraConfig (not .Values.auth.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/auth/service.yaml b/bitnami/supabase/templates/auth/service.yaml index d0d8925211..41f1254bcc 100644 --- a/bitnami/supabase/templates/auth/service.yaml +++ b/bitnami/supabase/templates/auth/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/externaldb-secrets.yaml b/bitnami/supabase/templates/externaldb-secrets.yaml index 3869ea708e..e90f1fc78e 100644 --- a/bitnami/supabase/templates/externaldb-secrets.yaml +++ b/bitnami/supabase/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not .Values.postgresql.enabled }} apiVersion: v1 kind: Secret diff --git a/bitnami/supabase/templates/extra-list.yaml b/bitnami/supabase/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/supabase/templates/extra-list.yaml +++ b/bitnami/supabase/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/supabase/templates/jwt-init-job.yaml b/bitnami/supabase/templates/jwt-init-job.yaml index 0aab087f53..d45f786eb5 100644 --- a/bitnami/supabase/templates/jwt-init-job.yaml +++ b/bitnami/supabase/templates/jwt-init-job.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "supabase.createInitJob" .) (not .Values.global.jwt.existingSecret) }} apiVersion: batch/v1 kind: Job diff --git a/bitnami/supabase/templates/jwt-rbac.yaml b/bitnami/supabase/templates/jwt-rbac.yaml index 72c95384d7..8f688a3d69 100644 --- a/bitnami/supabase/templates/jwt-rbac.yaml +++ b/bitnami/supabase/templates/jwt-rbac.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (include "supabase.createInitJob" .) .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: Role diff --git a/bitnami/supabase/templates/jwt-secret.yaml b/bitnami/supabase/templates/jwt-secret.yaml index 218625ec3d..0ae460fcee 100644 --- a/bitnami/supabase/templates/jwt-secret.yaml +++ b/bitnami/supabase/templates/jwt-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not .Values.global.jwt.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/supabase/templates/kong/declarative-conf-configmap.yaml b/bitnami/supabase/templates/kong/declarative-conf-configmap.yaml index d4ed09b110..d73d18ccc6 100644 --- a/bitnami/supabase/templates/kong/declarative-conf-configmap.yaml +++ b/bitnami/supabase/templates/kong/declarative-conf-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.kong.enabled }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/meta/default-configmap.yaml b/bitnami/supabase/templates/meta/default-configmap.yaml index 7a1f275e83..96511f067a 100644 --- a/bitnami/supabase/templates/meta/default-configmap.yaml +++ b/bitnami/supabase/templates/meta/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.meta.enabled (not .Values.meta.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/meta/deployment.yaml b/bitnami/supabase/templates/meta/deployment.yaml index cce09ed1ce..cb11c30fe0 100644 --- a/bitnami/supabase/templates/meta/deployment.yaml +++ b/bitnami/supabase/templates/meta/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.meta.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/meta/extra-configmap.yaml b/bitnami/supabase/templates/meta/extra-configmap.yaml index c6dd52f8c2..649f086b6d 100644 --- a/bitnami/supabase/templates/meta/extra-configmap.yaml +++ b/bitnami/supabase/templates/meta/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.meta.enabled .Values.meta.extraConfig (not .Values.meta.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/meta/service.yaml b/bitnami/supabase/templates/meta/service.yaml index f74b3993d3..187f3c95bb 100644 --- a/bitnami/supabase/templates/meta/service.yaml +++ b/bitnami/supabase/templates/meta/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/realtime/default-configmap.yaml b/bitnami/supabase/templates/realtime/default-configmap.yaml index b86297a90c..0504bf07a6 100644 --- a/bitnami/supabase/templates/realtime/default-configmap.yaml +++ b/bitnami/supabase/templates/realtime/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.realtime.enabled (not .Values.realtime.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/realtime/deployment.yaml b/bitnami/supabase/templates/realtime/deployment.yaml index d91dafac73..450a15dcf5 100644 --- a/bitnami/supabase/templates/realtime/deployment.yaml +++ b/bitnami/supabase/templates/realtime/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.realtime.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/realtime/extra-configmap.yaml b/bitnami/supabase/templates/realtime/extra-configmap.yaml index 714ae2dda9..9765d3aa86 100644 --- a/bitnami/supabase/templates/realtime/extra-configmap.yaml +++ b/bitnami/supabase/templates/realtime/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.realtime.enabled .Values.realtime.extraConfig (not .Values.realtime.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/realtime/secret.yaml b/bitnami/supabase/templates/realtime/secret.yaml index c97c455ca8..5e514eaa05 100644 --- a/bitnami/supabase/templates/realtime/secret.yaml +++ b/bitnami/supabase/templates/realtime/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (not .Values.realtime.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/supabase/templates/realtime/service.yaml b/bitnami/supabase/templates/realtime/service.yaml index 0b142f72e4..cb04021712 100644 --- a/bitnami/supabase/templates/realtime/service.yaml +++ b/bitnami/supabase/templates/realtime/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/rest/default-configmap.yaml b/bitnami/supabase/templates/rest/default-configmap.yaml index b147f350bf..320a57196a 100644 --- a/bitnami/supabase/templates/rest/default-configmap.yaml +++ b/bitnami/supabase/templates/rest/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rest.enabled (not .Values.rest.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/rest/deployment.yaml b/bitnami/supabase/templates/rest/deployment.yaml index b5f90fba1f..2bb5ef0c86 100644 --- a/bitnami/supabase/templates/rest/deployment.yaml +++ b/bitnami/supabase/templates/rest/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rest.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/rest/extra-configmap.yaml b/bitnami/supabase/templates/rest/extra-configmap.yaml index 81ae99191a..98d1275124 100644 --- a/bitnami/supabase/templates/rest/extra-configmap.yaml +++ b/bitnami/supabase/templates/rest/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.rest.enabled .Values.rest.extraConfig (not .Values.rest.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/rest/service.yaml b/bitnami/supabase/templates/rest/service.yaml index c6ecf474b8..50dad3a25f 100644 --- a/bitnami/supabase/templates/rest/service.yaml +++ b/bitnami/supabase/templates/rest/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/service-account.yaml b/bitnami/supabase/templates/service-account.yaml index a878519308..ae28f4b70e 100644 --- a/bitnami/supabase/templates/service-account.yaml +++ b/bitnami/supabase/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/supabase/templates/storage/default-configmap.yaml b/bitnami/supabase/templates/storage/default-configmap.yaml index fd03ab08f0..cd23939faf 100644 --- a/bitnami/supabase/templates/storage/default-configmap.yaml +++ b/bitnami/supabase/templates/storage/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storage.enabled (not .Values.storage.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/storage/deployment.yaml b/bitnami/supabase/templates/storage/deployment.yaml index 3701945ed4..8db0d19199 100644 --- a/bitnami/supabase/templates/storage/deployment.yaml +++ b/bitnami/supabase/templates/storage/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.storage.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/storage/extra-configmap.yaml b/bitnami/supabase/templates/storage/extra-configmap.yaml index 8db1e174ad..3d52bb359e 100644 --- a/bitnami/supabase/templates/storage/extra-configmap.yaml +++ b/bitnami/supabase/templates/storage/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storage.enabled .Values.storage.extraConfig (not .Values.storage.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/storage/pvc.yaml b/bitnami/supabase/templates/storage/pvc.yaml index d978d1dfdf..158b163343 100644 --- a/bitnami/supabase/templates/storage/pvc.yaml +++ b/bitnami/supabase/templates/storage/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storage.persistence.enabled (not .Values.storage.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/supabase/templates/storage/service.yaml b/bitnami/supabase/templates/storage/service.yaml index 6d1f3b6453..3a4025b4f8 100644 --- a/bitnami/supabase/templates/storage/service.yaml +++ b/bitnami/supabase/templates/storage/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/studio/default-configmap.yaml b/bitnami/supabase/templates/studio/default-configmap.yaml index 2170eddabf..25038b70ef 100644 --- a/bitnami/supabase/templates/studio/default-configmap.yaml +++ b/bitnami/supabase/templates/studio/default-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.studio.enabled (not .Values.studio.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/studio/deployment.yaml b/bitnami/supabase/templates/studio/deployment.yaml index 179015b09c..69db61983f 100644 --- a/bitnami/supabase/templates/studio/deployment.yaml +++ b/bitnami/supabase/templates/studio/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.studio.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/supabase/templates/studio/extra-configmap.yaml b/bitnami/supabase/templates/studio/extra-configmap.yaml index 6df076fcbd..9a5aa45e77 100644 --- a/bitnami/supabase/templates/studio/extra-configmap.yaml +++ b/bitnami/supabase/templates/studio/extra-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.studio.enabled .Values.studio.extraConfig (not .Values.studio.extraConfigExistingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/supabase/templates/studio/ingress.yaml b/bitnami/supabase/templates/studio/ingress.yaml index 02bd8b666b..98d828f1b6 100644 --- a/bitnami/supabase/templates/studio/ingress.yaml +++ b/bitnami/supabase/templates/studio/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.studio.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/supabase/templates/studio/service.yaml b/bitnami/supabase/templates/studio/service.yaml index 1ef4bbe1ed..35c688f1cb 100644 --- a/bitnami/supabase/templates/studio/service.yaml +++ b/bitnami/supabase/templates/studio/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/supabase/templates/studio/tls-secret.yaml b/bitnami/supabase/templates/studio/tls-secret.yaml index 9f3d1414aa..cd0ed98222 100644 --- a/bitnami/supabase/templates/studio/tls-secret.yaml +++ b/bitnami/supabase/templates/studio/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.studio.ingress.enabled }} {{- if .Values.studio.ingress.secrets }} {{- range .Values.studio.ingress.secrets }} diff --git a/bitnami/supabase/values.yaml b/bitnami/supabase/values.yaml index dce1724e96..bc1faaa86c 100644 --- a/bitnami/supabase/values.yaml +++ b/bitnami/supabase/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/tensorflow-resnet/Chart.yaml b/bitnami/tensorflow-resnet/Chart.yaml index 9304430e85..9ab2047e97 100644 --- a/bitnami/tensorflow-resnet/Chart.yaml +++ b/bitnami/tensorflow-resnet/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: MachineLearning licenses: Apache-2.0 diff --git a/bitnami/tensorflow-resnet/templates/_helpers.tpl b/bitnami/tensorflow-resnet/templates/_helpers.tpl index 5764d004cc..ad0f247b02 100644 --- a/bitnami/tensorflow-resnet/templates/_helpers.tpl +++ b/bitnami/tensorflow-resnet/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/tensorflow-resnet/templates/deployment.yaml b/bitnami/tensorflow-resnet/templates/deployment.yaml index e71869381f..01e4c2c050 100644 --- a/bitnami/tensorflow-resnet/templates/deployment.yaml +++ b/bitnami/tensorflow-resnet/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/tensorflow-resnet/templates/extra-list.yaml b/bitnami/tensorflow-resnet/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/tensorflow-resnet/templates/extra-list.yaml +++ b/bitnami/tensorflow-resnet/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/tensorflow-resnet/templates/service.yaml b/bitnami/tensorflow-resnet/templates/service.yaml index 2c586beb0e..3e554f61f9 100644 --- a/bitnami/tensorflow-resnet/templates/service.yaml +++ b/bitnami/tensorflow-resnet/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/tensorflow-resnet/values.yaml b/bitnami/tensorflow-resnet/values.yaml old mode 100755 new mode 100644 index 9da9a76354..ca7c31ed05 --- a/bitnami/tensorflow-resnet/values.yaml +++ b/bitnami/tensorflow-resnet/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/thanos/Chart.yaml b/bitnami/thanos/Chart.yaml index ae516d0950..f04868905c 100644 --- a/bitnami/thanos/Chart.yaml +++ b/bitnami/thanos/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/thanos/templates/_helpers.tpl b/bitnami/thanos/templates/_helpers.tpl index c0b280a6c5..8363446ae8 100644 --- a/bitnami/thanos/templates/_helpers.tpl +++ b/bitnami/thanos/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/thanos/templates/alert-rule/absent_rules.yml b/bitnami/thanos/templates/alert-rule/absent_rules.yml index c95aed08aa..64198e5bca 100644 --- a/bitnami/thanos/templates/alert-rule/absent_rules.yml +++ b/bitnami/thanos/templates/alert-rule/absent_rules.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/compaction.yml b/bitnami/thanos/templates/alert-rule/compaction.yml index 3cf4eba744..6ae2bb07e2 100644 --- a/bitnami/thanos/templates/alert-rule/compaction.yml +++ b/bitnami/thanos/templates/alert-rule/compaction.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/query.yml b/bitnami/thanos/templates/alert-rule/query.yml index 49ef8359b7..6da06b3c60 100644 --- a/bitnami/thanos/templates/alert-rule/query.yml +++ b/bitnami/thanos/templates/alert-rule/query.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/receive.yml b/bitnami/thanos/templates/alert-rule/receive.yml index 06c0277b0d..d4c10024ce 100644 --- a/bitnami/thanos/templates/alert-rule/receive.yml +++ b/bitnami/thanos/templates/alert-rule/receive.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/replicate.yml b/bitnami/thanos/templates/alert-rule/replicate.yml index 58ec69a181..e04546543e 100644 --- a/bitnami/thanos/templates/alert-rule/replicate.yml +++ b/bitnami/thanos/templates/alert-rule/replicate.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/ruler.yml b/bitnami/thanos/templates/alert-rule/ruler.yml index 795d3e4ee4..5e8af175cb 100644 --- a/bitnami/thanos/templates/alert-rule/ruler.yml +++ b/bitnami/thanos/templates/alert-rule/ruler.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/sidecar.yml b/bitnami/thanos/templates/alert-rule/sidecar.yml index 387bb48ae5..e9bc52e82b 100644 --- a/bitnami/thanos/templates/alert-rule/sidecar.yml +++ b/bitnami/thanos/templates/alert-rule/sidecar.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/alert-rule/store_gateway.yml b/bitnami/thanos/templates/alert-rule/store_gateway.yml index 30127bcc91..fda2748345 100644 --- a/bitnami/thanos/templates/alert-rule/store_gateway.yml +++ b/bitnami/thanos/templates/alert-rule/store_gateway.yml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- /* Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md */ -}} diff --git a/bitnami/thanos/templates/bucketweb/deployment.yaml b/bitnami/thanos/templates/bucketweb/deployment.yaml index 94f8e63b60..9231159989 100644 --- a/bitnami/thanos/templates/bucketweb/deployment.yaml +++ b/bitnami/thanos/templates/bucketweb/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.bucketweb.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/thanos/templates/bucketweb/hpa.yaml b/bitnami/thanos/templates/bucketweb/hpa.yaml index a28f818b51..6f46c416b2 100644 --- a/bitnami/thanos/templates/bucketweb/hpa.yaml +++ b/bitnami/thanos/templates/bucketweb/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.bucketweb.enabled .Values.bucketweb.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/bucketweb/ingress.yaml b/bitnami/thanos/templates/bucketweb/ingress.yaml index 62e272732f..027a49cbe2 100644 --- a/bitnami/thanos/templates/bucketweb/ingress.yaml +++ b/bitnami/thanos/templates/bucketweb/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.bucketweb.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/bucketweb/pdb.yaml b/bitnami/thanos/templates/bucketweb/pdb.yaml index f2af3f6f78..16a0162050 100644 --- a/bitnami/thanos/templates/bucketweb/pdb.yaml +++ b/bitnami/thanos/templates/bucketweb/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.bucketweb.enabled .Values.bucketweb.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/bucketweb/service.yaml b/bitnami/thanos/templates/bucketweb/service.yaml index 8fc6848b00..dbad5eb72d 100644 --- a/bitnami/thanos/templates/bucketweb/service.yaml +++ b/bitnami/thanos/templates/bucketweb/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.bucketweb.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/bucketweb/serviceaccount.yaml b/bitnami/thanos/templates/bucketweb/serviceaccount.yaml index bf2ac02c9b..a071b91976 100644 --- a/bitnami/thanos/templates/bucketweb/serviceaccount.yaml +++ b/bitnami/thanos/templates/bucketweb/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.bucketweb.enabled .Values.bucketweb.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "bucketweb" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/bucketweb/servicemonitor.yaml b/bitnami/thanos/templates/bucketweb/servicemonitor.yaml index e056f61535..c9157bff3d 100644 --- a/bitnami/thanos/templates/bucketweb/servicemonitor.yaml +++ b/bitnami/thanos/templates/bucketweb/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.bucketweb.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/bucketweb/tls-secrets.yaml b/bitnami/thanos/templates/bucketweb/tls-secrets.yaml index 9d220b3e29..16f2dfb97b 100644 --- a/bitnami/thanos/templates/bucketweb/tls-secrets.yaml +++ b/bitnami/thanos/templates/bucketweb/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.bucketweb.ingress.enabled }} {{- if .Values.bucketweb.ingress.secrets }} {{- range .Values.bucketweb.ingress.secrets }} diff --git a/bitnami/thanos/templates/compactor/_pod-template.tpl b/bitnami/thanos/templates/compactor/_pod-template.tpl index 92ab2866da..6c4a9e12e3 100644 --- a/bitnami/thanos/templates/compactor/_pod-template.tpl +++ b/bitnami/thanos/templates/compactor/_pod-template.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/thanos/templates/compactor/cronjob.yaml b/bitnami/thanos/templates/compactor/cronjob.yaml index 191c0c3bfd..bfaa2ad2a5 100644 --- a/bitnami/thanos/templates/compactor/cronjob.yaml +++ b/bitnami/thanos/templates/compactor/cronjob.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.compactor.cronJob.enabled }} apiVersion: {{ include "common.capabilities.cronjob.apiVersion" . }} kind: CronJob diff --git a/bitnami/thanos/templates/compactor/deployment.yaml b/bitnami/thanos/templates/compactor/deployment.yaml index 9d97e2f2de..1306434e88 100644 --- a/bitnami/thanos/templates/compactor/deployment.yaml +++ b/bitnami/thanos/templates/compactor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled (not .Values.compactor.cronJob.enabled) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/thanos/templates/compactor/ingress.yaml b/bitnami/thanos/templates/compactor/ingress.yaml index 7c53425335..837dd8ba09 100644 --- a/bitnami/thanos/templates/compactor/ingress.yaml +++ b/bitnami/thanos/templates/compactor/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/compactor/pvc.yaml b/bitnami/thanos/templates/compactor/pvc.yaml index 15d0f8e853..500f71261b 100644 --- a/bitnami/thanos/templates/compactor/pvc.yaml +++ b/bitnami/thanos/templates/compactor/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.persistence.enabled (not .Values.compactor.persistence.existingClaim) .Values.compactor.enabled }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/thanos/templates/compactor/service.yaml b/bitnami/thanos/templates/compactor/service.yaml index f9a69720e5..256f17e526 100644 --- a/bitnami/thanos/templates/compactor/service.yaml +++ b/bitnami/thanos/templates/compactor/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled (not .Values.compactor.cronJob.enabled) }} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/compactor/serviceaccount.yaml b/bitnami/thanos/templates/compactor/serviceaccount.yaml index 1287940b08..d23a90da3a 100644 --- a/bitnami/thanos/templates/compactor/serviceaccount.yaml +++ b/bitnami/thanos/templates/compactor/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.compactor.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "compactor" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/compactor/servicemonitor.yaml b/bitnami/thanos/templates/compactor/servicemonitor.yaml index 221117d6bf..9c375791a8 100644 --- a/bitnami/thanos/templates/compactor/servicemonitor.yaml +++ b/bitnami/thanos/templates/compactor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.compactor.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled (not .Values.compactor.cronJob.enabled) }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/compactor/tls-secrets.yaml b/bitnami/thanos/templates/compactor/tls-secrets.yaml index cbec5dbca8..e2af8ec4ec 100644 --- a/bitnami/thanos/templates/compactor/tls-secrets.yaml +++ b/bitnami/thanos/templates/compactor/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.compactor.ingress.enabled }} {{- if .Values.compactor.ingress.secrets }} {{- range .Values.compactor.ingress.secrets }} diff --git a/bitnami/thanos/templates/extra-list.yaml b/bitnami/thanos/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/thanos/templates/extra-list.yaml +++ b/bitnami/thanos/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/thanos/templates/grpc-tls-secrets.yaml b/bitnami/thanos/templates/grpc-tls-secrets.yaml index 02bea794a7..2b4d82b515 100644 --- a/bitnami/thanos/templates/grpc-tls-secrets.yaml +++ b/bitnami/thanos/templates/grpc-tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $releaseNamespace := include "common.names.namespace" . }} {{- $clusterDomain := .Values.clusterDomain }} {{- $ca := genCA "thanos-grpc-ca" 365 }} diff --git a/bitnami/thanos/templates/http-certs-secret.yaml b/bitnami/thanos/templates/http-certs-secret.yaml index 26049b7260..21c4c2b469 100644 --- a/bitnami/thanos/templates/http-certs-secret.yaml +++ b/bitnami/thanos/templates/http-certs-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.https.enabled (not .Values.https.existingSecret) }} {{- $secretName := printf "%s-http-certs-secret" (include "common.names.fullname" .) }} apiVersion: v1 diff --git a/bitnami/thanos/templates/httpconfig-secret.yaml b/bitnami/thanos/templates/httpconfig-secret.yaml index e00e6bc76e..02e0a799f4 100644 --- a/bitnami/thanos/templates/httpconfig-secret.yaml +++ b/bitnami/thanos/templates/httpconfig-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.createHttpConfigSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/thanos/templates/networkpolicy.yaml b/bitnami/thanos/templates/networkpolicy.yaml index a6eb87441f..8946aa10ad 100644 --- a/bitnami/thanos/templates/networkpolicy.yaml +++ b/bitnami/thanos/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/thanos/templates/objstore-secret.yaml b/bitnami/thanos/templates/objstore-secret.yaml index 2f15bbaade..b29259aeb4 100644 --- a/bitnami/thanos/templates/objstore-secret.yaml +++ b/bitnami/thanos/templates/objstore-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.createObjstoreSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/thanos/templates/prometheusrule.yaml b/bitnami/thanos/templates/prometheusrule.yaml index 5da0952b77..c5beb906cf 100644 --- a/bitnami/thanos/templates/prometheusrule.yaml +++ b/bitnami/thanos/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled .Values.metrics.prometheusRule.groups }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/thanos/templates/query-frontend/configmap.yaml b/bitnami/thanos/templates/query-frontend/configmap.yaml index da914b4520..6537706e66 100644 --- a/bitnami/thanos/templates/query-frontend/configmap.yaml +++ b/bitnami/thanos/templates/query-frontend/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.queryFrontend.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/thanos/templates/query-frontend/deployment.yaml b/bitnami/thanos/templates/query-frontend/deployment.yaml index 1d0227b626..7b048f146a 100644 --- a/bitnami/thanos/templates/query-frontend/deployment.yaml +++ b/bitnami/thanos/templates/query-frontend/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if .Values.queryFrontend.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} diff --git a/bitnami/thanos/templates/query-frontend/hpa.yaml b/bitnami/thanos/templates/query-frontend/hpa.yaml index 9ede2b04da..e8b09e66d0 100644 --- a/bitnami/thanos/templates/query-frontend/hpa.yaml +++ b/bitnami/thanos/templates/query-frontend/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.queryFrontend.enabled .Values.queryFrontend.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/query-frontend/ingress.yaml b/bitnami/thanos/templates/query-frontend/ingress.yaml index a1d5842a00..fd91852f50 100644 --- a/bitnami/thanos/templates/query-frontend/ingress.yaml +++ b/bitnami/thanos/templates/query-frontend/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryFrontend.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/query-frontend/pdb.yaml b/bitnami/thanos/templates/query-frontend/pdb.yaml index aa7572298f..bc5f11acd2 100644 --- a/bitnami/thanos/templates/query-frontend/pdb.yaml +++ b/bitnami/thanos/templates/query-frontend/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.queryFrontend.enabled .Values.queryFrontend.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/query-frontend/psp-clusterrole.yaml b/bitnami/thanos/templates/query-frontend/psp-clusterrole.yaml index d2984e5b83..58306dcc08 100644 --- a/bitnami/thanos/templates/query-frontend/psp-clusterrole.yaml +++ b/bitnami/thanos/templates/query-frontend/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) }} {{- if and $pspAvailable .Values.queryFrontend.enabled .Values.queryFrontend.pspEnabled .Values.queryFrontend.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/thanos/templates/query-frontend/psp-clusterrolebinding.yaml b/bitnami/thanos/templates/query-frontend/psp-clusterrolebinding.yaml index 4a1a12a0b7..bdc5958a22 100644 --- a/bitnami/thanos/templates/query-frontend/psp-clusterrolebinding.yaml +++ b/bitnami/thanos/templates/query-frontend/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) }} {{- if and $pspAvailable .Values.queryFrontend.enabled .Values.queryFrontend.pspEnabled .Values.queryFrontend.rbac.create }} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/thanos/templates/query-frontend/psp.yaml b/bitnami/thanos/templates/query-frontend/psp.yaml index dfbd21e372..c23848d3a5 100644 --- a/bitnami/thanos/templates/query-frontend/psp.yaml +++ b/bitnami/thanos/templates/query-frontend/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable .Values.queryFrontend.enabled .Values.queryFrontend.pspEnabled .Values.queryFrontend.rbac.create -}} apiVersion: policy/v1beta1 diff --git a/bitnami/thanos/templates/query-frontend/service.yaml b/bitnami/thanos/templates/query-frontend/service.yaml index 2ebec51783..1f07a2b538 100644 --- a/bitnami/thanos/templates/query-frontend/service.yaml +++ b/bitnami/thanos/templates/query-frontend/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryFrontend.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/query-frontend/serviceaccount.yaml b/bitnami/thanos/templates/query-frontend/serviceaccount.yaml index 1fd714edba..6b88d042d3 100644 --- a/bitnami/thanos/templates/query-frontend/serviceaccount.yaml +++ b/bitnami/thanos/templates/query-frontend/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.queryFrontend.enabled .Values.queryFrontend.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "query-frontend" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/query-frontend/servicemonitor.yaml b/bitnami/thanos/templates/query-frontend/servicemonitor.yaml index 27f5db5716..99981bf229 100644 --- a/bitnami/thanos/templates/query-frontend/servicemonitor.yaml +++ b/bitnami/thanos/templates/query-frontend/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.queryFrontend.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/query-frontend/tls-secrets.yaml b/bitnami/thanos/templates/query-frontend/tls-secrets.yaml index 3bb2a61e05..35ac2f8622 100644 --- a/bitnami/thanos/templates/query-frontend/tls-secrets.yaml +++ b/bitnami/thanos/templates/query-frontend/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.queryFrontend.ingress.enabled }} {{- if .Values.queryFrontend.ingress.secrets }} {{- range .Values.queryFrontend.ingress.secrets }} diff --git a/bitnami/thanos/templates/query/deployment.yaml b/bitnami/thanos/templates/query/deployment.yaml index 48b4b6cd7d..c634f5fea8 100644 --- a/bitnami/thanos/templates/query/deployment.yaml +++ b/bitnami/thanos/templates/query/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/thanos/templates/query/hpa.yaml b/bitnami/thanos/templates/query/hpa.yaml index a8a9570335..992fdee38f 100644 --- a/bitnami/thanos/templates/query/hpa.yaml +++ b/bitnami/thanos/templates/query/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if and $query.enabled $query.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} diff --git a/bitnami/thanos/templates/query/ingress-grpc.yaml b/bitnami/thanos/templates/query/ingress-grpc.yaml index e370177f6d..2750e97709 100644 --- a/bitnami/thanos/templates/query/ingress-grpc.yaml +++ b/bitnami/thanos/templates/query/ingress-grpc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.ingress.grpc.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/query/ingress.yaml b/bitnami/thanos/templates/query/ingress.yaml index 715edbbbc8..aea1210a52 100644 --- a/bitnami/thanos/templates/query/ingress.yaml +++ b/bitnami/thanos/templates/query/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/query/pdb.yaml b/bitnami/thanos/templates/query/pdb.yaml index 96974fc424..e5d505401b 100644 --- a/bitnami/thanos/templates/query/pdb.yaml +++ b/bitnami/thanos/templates/query/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if and $query.enabled $query.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/thanos/templates/query/psp-clusterrole.yaml b/bitnami/thanos/templates/query/psp-clusterrole.yaml index 5f8da3aed6..42f6200f10 100644 --- a/bitnami/thanos/templates/query/psp-clusterrole.yaml +++ b/bitnami/thanos/templates/query/psp-clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) }} {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) }} {{- if and $pspAvailable $query.enabled $query.pspEnabled $query.rbac.create }} diff --git a/bitnami/thanos/templates/query/psp-clusterrolebinding.yaml b/bitnami/thanos/templates/query/psp-clusterrolebinding.yaml index 32d8ff9b7c..3f957aab1f 100644 --- a/bitnami/thanos/templates/query/psp-clusterrolebinding.yaml +++ b/bitnami/thanos/templates/query/psp-clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) }} {{- if and $pspAvailable $query.enabled $query.pspEnabled $query.rbac.create }} diff --git a/bitnami/thanos/templates/query/psp.yaml b/bitnami/thanos/templates/query/psp.yaml index daaed11c9b..215bbb4968 100644 --- a/bitnami/thanos/templates/query/psp.yaml +++ b/bitnami/thanos/templates/query/psp.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}} {{- if and $pspAvailable $query.enabled $query.pspEnabled $query.rbac.create -}} diff --git a/bitnami/thanos/templates/query/sd-configmap.yaml b/bitnami/thanos/templates/query/sd-configmap.yaml index 8b28a7273c..b432943cbf 100644 --- a/bitnami/thanos/templates/query/sd-configmap.yaml +++ b/bitnami/thanos/templates/query/sd-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if (include "thanos.query.createSDConfigmap" .) }} apiVersion: v1 diff --git a/bitnami/thanos/templates/query/service-grpc-headless.yaml b/bitnami/thanos/templates/query/service-grpc-headless.yaml index a6606a20dc..cf7fb35d3d 100644 --- a/bitnami/thanos/templates/query/service-grpc-headless.yaml +++ b/bitnami/thanos/templates/query/service-grpc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.query.enabled .Values.query.serviceGrpc.additionalHeadless }} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/query/service-grpc.yaml b/bitnami/thanos/templates/query/service-grpc.yaml index 0c0dbd45d2..b713be8045 100644 --- a/bitnami/thanos/templates/query/service-grpc.yaml +++ b/bitnami/thanos/templates/query/service-grpc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if $query.enabled -}} apiVersion: v1 diff --git a/bitnami/thanos/templates/query/service-headless.yaml b/bitnami/thanos/templates/query/service-headless.yaml index 083fc7bc19..0a0955088c 100644 --- a/bitnami/thanos/templates/query/service-headless.yaml +++ b/bitnami/thanos/templates/query/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.query.enabled .Values.query.service.additionalHeadless }} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/query/service.yaml b/bitnami/thanos/templates/query/service.yaml index 4362f3302a..a2fd0eb629 100644 --- a/bitnami/thanos/templates/query/service.yaml +++ b/bitnami/thanos/templates/query/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if $query.enabled -}} apiVersion: v1 diff --git a/bitnami/thanos/templates/query/serviceaccount.yaml b/bitnami/thanos/templates/query/serviceaccount.yaml index a4c09a4f0a..91b5b4a114 100644 --- a/bitnami/thanos/templates/query/serviceaccount.yaml +++ b/bitnami/thanos/templates/query/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if and $query.enabled .Values.query.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "query" "context" $))) }} apiVersion: v1 diff --git a/bitnami/thanos/templates/query/servicemonitor.yaml b/bitnami/thanos/templates/query/servicemonitor.yaml index f6635168e0..2a1a947ea4 100644 --- a/bitnami/thanos/templates/query/servicemonitor.yaml +++ b/bitnami/thanos/templates/query/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.query.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/query/tls-secrets-grpc.yaml b/bitnami/thanos/templates/query/tls-secrets-grpc.yaml index 40918488e8..e03d783c53 100644 --- a/bitnami/thanos/templates/query/tls-secrets-grpc.yaml +++ b/bitnami/thanos/templates/query/tls-secrets-grpc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.ingress.grpc.enabled }} {{- if .Values.query.ingress.grpc.secrets }} {{- range .Values.query.ingress.grpc.secrets }} diff --git a/bitnami/thanos/templates/query/tls-secrets.yaml b/bitnami/thanos/templates/query/tls-secrets.yaml index aa5f895ae1..02d1f4c726 100644 --- a/bitnami/thanos/templates/query/tls-secrets.yaml +++ b/bitnami/thanos/templates/query/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.query.ingress.enabled }} {{- if .Values.query.ingress.secrets }} {{- range .Values.query.ingress.secrets }} diff --git a/bitnami/thanos/templates/receive-distributor/deployment.yaml b/bitnami/thanos/templates/receive-distributor/deployment.yaml index b89edfa29d..9ff9d25071 100644 --- a/bitnami/thanos/templates/receive-distributor/deployment.yaml +++ b/bitnami/thanos/templates/receive-distributor/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled ( eq .Values.receive.mode "dual-mode" ) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/thanos/templates/receive-distributor/hpa.yaml b/bitnami/thanos/templates/receive-distributor/hpa.yaml index dc1af6ba46..d46a624027 100644 --- a/bitnami/thanos/templates/receive-distributor/hpa.yaml +++ b/bitnami/thanos/templates/receive-distributor/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receiveDistributor.enabled .Values.receiveDistributor.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/receive-distributor/pdb.yaml b/bitnami/thanos/templates/receive-distributor/pdb.yaml index 2fac9bbd2d..d2ffe7d09f 100644 --- a/bitnami/thanos/templates/receive-distributor/pdb.yaml +++ b/bitnami/thanos/templates/receive-distributor/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receiveDistributor.enabled .Values.receiveDistributor.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/receive-distributor/serviceaccount.yaml b/bitnami/thanos/templates/receive-distributor/serviceaccount.yaml index cbae1f2933..dea9884208 100644 --- a/bitnami/thanos/templates/receive-distributor/serviceaccount.yaml +++ b/bitnami/thanos/templates/receive-distributor/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receiveDistributor.enabled .Values.receiveDistributor.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "receive-distributor" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/receive-distributor/servicemonitor.yaml b/bitnami/thanos/templates/receive-distributor/servicemonitor.yaml index 521fc3dc63..a0787d1845 100644 --- a/bitnami/thanos/templates/receive-distributor/servicemonitor.yaml +++ b/bitnami/thanos/templates/receive-distributor/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receiveDistributor.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/receive/configmap.yaml b/bitnami/thanos/templates/receive/configmap.yaml index b07fdf797d..21fd00e49b 100644 --- a/bitnami/thanos/templates/receive/configmap.yaml +++ b/bitnami/thanos/templates/receive/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.receive.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/thanos/templates/receive/hpa.yaml b/bitnami/thanos/templates/receive/hpa.yaml index 6821eb54b1..0d2efe6b8a 100644 --- a/bitnami/thanos/templates/receive/hpa.yaml +++ b/bitnami/thanos/templates/receive/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled .Values.receive.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/receive/ingress.yaml b/bitnami/thanos/templates/receive/ingress.yaml index a901add7a0..ecb66dd59f 100644 --- a/bitnami/thanos/templates/receive/ingress.yaml +++ b/bitnami/thanos/templates/receive/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled .Values.receive.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/receive/pdb.yaml b/bitnami/thanos/templates/receive/pdb.yaml index c7f9464b52..5e040b12b3 100644 --- a/bitnami/thanos/templates/receive/pdb.yaml +++ b/bitnami/thanos/templates/receive/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled .Values.receive.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/receive/service-headless.yaml b/bitnami/thanos/templates/receive/service-headless.yaml index ee6697e35d..781fda622a 100644 --- a/bitnami/thanos/templates/receive/service-headless.yaml +++ b/bitnami/thanos/templates/receive/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.receive.enabled) (.Values.receive.service.additionalHeadless) -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/receive/service.yaml b/bitnami/thanos/templates/receive/service.yaml index ca04e12ca2..464f0f233e 100644 --- a/bitnami/thanos/templates/receive/service.yaml +++ b/bitnami/thanos/templates/receive/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.receive.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/receive/serviceaccount.yaml b/bitnami/thanos/templates/receive/serviceaccount.yaml index 9c51114882..412b1b640f 100644 --- a/bitnami/thanos/templates/receive/serviceaccount.yaml +++ b/bitnami/thanos/templates/receive/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled .Values.receive.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "receive" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/receive/servicemonitor.yaml b/bitnami/thanos/templates/receive/servicemonitor.yaml index 9156bc40e3..099e533478 100644 --- a/bitnami/thanos/templates/receive/servicemonitor.yaml +++ b/bitnami/thanos/templates/receive/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.receive.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/receive/statefulset.yaml b/bitnami/thanos/templates/receive/statefulset.yaml index 3ef726f5c4..84adffbcdb 100644 --- a/bitnami/thanos/templates/receive/statefulset.yaml +++ b/bitnami/thanos/templates/receive/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.receive.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/thanos/templates/receive/tls-secrets.yaml b/bitnami/thanos/templates/receive/tls-secrets.yaml index 34e75a10e3..8b5656eb55 100644 --- a/bitnami/thanos/templates/receive/tls-secrets.yaml +++ b/bitnami/thanos/templates/receive/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.receive.ingress.enabled }} {{- if .Values.receive.ingress.secrets }} {{- range .Values.receive.ingress.secrets }} diff --git a/bitnami/thanos/templates/ruler/configmap.yaml b/bitnami/thanos/templates/ruler/configmap.yaml index c5f713cad7..d96f3b849d 100644 --- a/bitnami/thanos/templates/ruler/configmap.yaml +++ b/bitnami/thanos/templates/ruler/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.ruler.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/thanos/templates/ruler/hpa.yaml b/bitnami/thanos/templates/ruler/hpa.yaml index 4f28780b79..f64237a16e 100644 --- a/bitnami/thanos/templates/ruler/hpa.yaml +++ b/bitnami/thanos/templates/ruler/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.ruler.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/ruler/ingress.yaml b/bitnami/thanos/templates/ruler/ingress.yaml index 715903a776..b44fc8b937 100644 --- a/bitnami/thanos/templates/ruler/ingress.yaml +++ b/bitnami/thanos/templates/ruler/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/ruler/pdb.yaml b/bitnami/thanos/templates/ruler/pdb.yaml index c73bc23ede..5f703deb52 100644 --- a/bitnami/thanos/templates/ruler/pdb.yaml +++ b/bitnami/thanos/templates/ruler/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.ruler.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/ruler/secret.yaml b/bitnami/thanos/templates/ruler/secret.yaml index cb693255c5..a6ec5a01be 100644 --- a/bitnami/thanos/templates/ruler/secret.yaml +++ b/bitnami/thanos/templates/ruler/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.ruler.alertmanagersConfig }} apiVersion: v1 kind: Secret diff --git a/bitnami/thanos/templates/ruler/service-headless.yaml b/bitnami/thanos/templates/ruler/service-headless.yaml index 6f5a8a9e1e..be42b1956e 100644 --- a/bitnami/thanos/templates/ruler/service-headless.yaml +++ b/bitnami/thanos/templates/ruler/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.ruler.enabled) (.Values.ruler.service.additionalHeadless) -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/ruler/service.yaml b/bitnami/thanos/templates/ruler/service.yaml index 23bdc1a436..90261e896b 100644 --- a/bitnami/thanos/templates/ruler/service.yaml +++ b/bitnami/thanos/templates/ruler/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.enabled -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/ruler/serviceaccount.yaml b/bitnami/thanos/templates/ruler/serviceaccount.yaml index 3d0d130999..9664079b32 100644 --- a/bitnami/thanos/templates/ruler/serviceaccount.yaml +++ b/bitnami/thanos/templates/ruler/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.ruler.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "ruler" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/ruler/servicemonitor.yaml b/bitnami/thanos/templates/ruler/servicemonitor.yaml index 4f1372ba50..71bff5d49f 100644 --- a/bitnami/thanos/templates/ruler/servicemonitor.yaml +++ b/bitnami/thanos/templates/ruler/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.ruler.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/ruler/statefulset.yaml b/bitnami/thanos/templates/ruler/statefulset.yaml index 81c81b55a7..13ce59e869 100644 --- a/bitnami/thanos/templates/ruler/statefulset.yaml +++ b/bitnami/thanos/templates/ruler/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $query := (include "thanos.query.values" . | fromYaml) -}} {{- if .Values.ruler.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} diff --git a/bitnami/thanos/templates/ruler/tls-secrets.yaml b/bitnami/thanos/templates/ruler/tls-secrets.yaml index aedc9a8d7b..ae11d3ac9a 100644 --- a/bitnami/thanos/templates/ruler/tls-secrets.yaml +++ b/bitnami/thanos/templates/ruler/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ruler.ingress.enabled }} {{- if .Values.ruler.ingress.secrets }} {{- range .Values.ruler.ingress.secrets }} diff --git a/bitnami/thanos/templates/serviceaccount.yaml b/bitnami/thanos/templates/serviceaccount.yaml index 8892ae263a..271e26452f 100644 --- a/bitnami/thanos/templates/serviceaccount.yaml +++ b/bitnami/thanos/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.serviceAccount.create (not .Values.existingServiceAccount) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/storegateway/configmap.yaml b/bitnami/thanos/templates/storegateway/configmap.yaml index 3888348451..7be8c2f859 100644 --- a/bitnami/thanos/templates/storegateway/configmap.yaml +++ b/bitnami/thanos/templates/storegateway/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "thanos.storegateway.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/thanos/templates/storegateway/hpa-sharded.yaml b/bitnami/thanos/templates/storegateway/hpa-sharded.yaml index 4a5088af36..38dadece35 100644 --- a/bitnami/thanos/templates/storegateway/hpa-sharded.yaml +++ b/bitnami/thanos/templates/storegateway/hpa-sharded.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.autoscaling.enabled .Values.storegateway.sharded.enabled }} {{- $shards := int 0 }} diff --git a/bitnami/thanos/templates/storegateway/hpa.yaml b/bitnami/thanos/templates/storegateway/hpa.yaml index 9a40599648..4667a8e8b5 100644 --- a/bitnami/thanos/templates/storegateway/hpa.yaml +++ b/bitnami/thanos/templates/storegateway/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.autoscaling.enabled (not .Values.storegateway.sharded.enabled) }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/thanos/templates/storegateway/ingress-grpc.yaml b/bitnami/thanos/templates/storegateway/ingress-grpc.yaml index f9941d8b8d..08117595eb 100644 --- a/bitnami/thanos/templates/storegateway/ingress-grpc.yaml +++ b/bitnami/thanos/templates/storegateway/ingress-grpc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.storegateway.ingress.grpc.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/storegateway/ingress.yaml b/bitnami/thanos/templates/storegateway/ingress.yaml index 90cf385827..f0ec9a9d0a 100644 --- a/bitnami/thanos/templates/storegateway/ingress.yaml +++ b/bitnami/thanos/templates/storegateway/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.storegateway.ingress.enabled -}} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/thanos/templates/storegateway/pdb-sharded.yaml b/bitnami/thanos/templates/storegateway/pdb-sharded.yaml index e756c3db5f..0b28964586 100644 --- a/bitnami/thanos/templates/storegateway/pdb-sharded.yaml +++ b/bitnami/thanos/templates/storegateway/pdb-sharded.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.pdb.create .Values.storegateway.sharded.enabled }} {{- $shards := int 0 }} diff --git a/bitnami/thanos/templates/storegateway/pdb.yaml b/bitnami/thanos/templates/storegateway/pdb.yaml index 3f28da7993..2b209c872d 100644 --- a/bitnami/thanos/templates/storegateway/pdb.yaml +++ b/bitnami/thanos/templates/storegateway/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.pdb.create (not .Values.storegateway.sharded.enabled) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/thanos/templates/storegateway/service-headless.yaml b/bitnami/thanos/templates/storegateway/service-headless.yaml index 061b3f5f6d..6b3ea42c18 100644 --- a/bitnami/thanos/templates/storegateway/service-headless.yaml +++ b/bitnami/thanos/templates/storegateway/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and (.Values.storegateway.enabled) (.Values.storegateway.service.additionalHeadless) -}} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/storegateway/service-sharded.yaml b/bitnami/thanos/templates/storegateway/service-sharded.yaml index d6615e1713..952918b197 100644 --- a/bitnami/thanos/templates/storegateway/service-sharded.yaml +++ b/bitnami/thanos/templates/storegateway/service-sharded.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.sharded.enabled }} {{- $shards := int 0 }} diff --git a/bitnami/thanos/templates/storegateway/service.yaml b/bitnami/thanos/templates/storegateway/service.yaml index 40c3f4e37a..9334a48ec9 100644 --- a/bitnami/thanos/templates/storegateway/service.yaml +++ b/bitnami/thanos/templates/storegateway/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled (not .Values.storegateway.sharded.enabled) }} apiVersion: v1 kind: Service diff --git a/bitnami/thanos/templates/storegateway/serviceaccount.yaml b/bitnami/thanos/templates/storegateway/serviceaccount.yaml index 14aa5134b8..d59fe9df52 100644 --- a/bitnami/thanos/templates/storegateway/serviceaccount.yaml +++ b/bitnami/thanos/templates/storegateway/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.serviceAccount.create (not (include "thanos.serviceAccount.useExisting" (dict "component" "storegateway" "context" $))) }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/thanos/templates/storegateway/servicemonitor.yaml b/bitnami/thanos/templates/storegateway/servicemonitor.yaml index 1d1971a026..7545e8175f 100644 --- a/bitnami/thanos/templates/storegateway/servicemonitor.yaml +++ b/bitnami/thanos/templates/storegateway/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/thanos/templates/storegateway/statefulset-sharded.yaml b/bitnami/thanos/templates/storegateway/statefulset-sharded.yaml index 3a7d1ca6fc..81848abda6 100644 --- a/bitnami/thanos/templates/storegateway/statefulset-sharded.yaml +++ b/bitnami/thanos/templates/storegateway/statefulset-sharded.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled .Values.storegateway.sharded.enabled }} {{- $shards := int 0 }} diff --git a/bitnami/thanos/templates/storegateway/statefulset.yaml b/bitnami/thanos/templates/storegateway/statefulset.yaml index 213fd51765..b5fbadee25 100644 --- a/bitnami/thanos/templates/storegateway/statefulset.yaml +++ b/bitnami/thanos/templates/storegateway/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.storegateway.enabled (not .Values.storegateway.sharded.enabled) }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/thanos/templates/storegateway/tls-secrets.yaml b/bitnami/thanos/templates/storegateway/tls-secrets.yaml index c06cd49cc0..da25a22e14 100644 --- a/bitnami/thanos/templates/storegateway/tls-secrets.yaml +++ b/bitnami/thanos/templates/storegateway/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.storegateway.ingress.enabled }} {{- if .Values.storegateway.ingress.secrets }} {{- range .Values.storegateway.ingress.secrets }} diff --git a/bitnami/thanos/values.yaml b/bitnami/thanos/values.yaml index 73af9e190b..63951c60ac 100644 --- a/bitnami/thanos/values.yaml +++ b/bitnami/thanos/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index 5cfe51c055..082b3cd9f4 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: ApplicationServer licenses: Apache-2.0 diff --git a/bitnami/tomcat/templates/_helpers.tpl b/bitnami/tomcat/templates/_helpers.tpl index 2012540e8f..03ecbece68 100644 --- a/bitnami/tomcat/templates/_helpers.tpl +++ b/bitnami/tomcat/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/tomcat/templates/_pod.tpl b/bitnami/tomcat/templates/_pod.tpl index 0dcd03fcd1..318bb711c7 100644 --- a/bitnami/tomcat/templates/_pod.tpl +++ b/bitnami/tomcat/templates/_pod.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Pod Spec */}} diff --git a/bitnami/tomcat/templates/deployment.yaml b/bitnami/tomcat/templates/deployment.yaml index b240d99ca9..1fbcf1615e 100644 --- a/bitnami/tomcat/templates/deployment.yaml +++ b/bitnami/tomcat/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if (or (not .Values.persistence.enabled) (eq .Values.deployment.type "deployment")) }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/tomcat/templates/extra-list.yaml b/bitnami/tomcat/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/tomcat/templates/extra-list.yaml +++ b/bitnami/tomcat/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/tomcat/templates/ingress.yaml b/bitnami/tomcat/templates/ingress.yaml index 739b2615f0..ca1bd4ef20 100644 --- a/bitnami/tomcat/templates/ingress.yaml +++ b/bitnami/tomcat/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/tomcat/templates/jmx-configmap.yaml b/bitnami/tomcat/templates/jmx-configmap.yaml index d81e5f2139..53d2d4b52d 100644 --- a/bitnami/tomcat/templates/jmx-configmap.yaml +++ b/bitnami/tomcat/templates/jmx-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.jmx.enabled .Values.metrics.jmx.config (not .Values.metrics.jmx.existingConfigmap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/tomcat/templates/networkpolicy.yaml b/bitnami/tomcat/templates/networkpolicy.yaml index 76b19153a5..dd6dd7205e 100644 --- a/bitnami/tomcat/templates/networkpolicy.yaml +++ b/bitnami/tomcat/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/tomcat/templates/podmonitor.yaml b/bitnami/tomcat/templates/podmonitor.yaml index 06428f84d8..710ec6b51b 100644 --- a/bitnami/tomcat/templates/podmonitor.yaml +++ b/bitnami/tomcat/templates/podmonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.jmx.enabled .Values.metrics.podMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor diff --git a/bitnami/tomcat/templates/prometheusrule.yaml b/bitnami/tomcat/templates/prometheusrule.yaml index 69bc7546c1..67211f1a05 100644 --- a/bitnami/tomcat/templates/prometheusrule.yaml +++ b/bitnami/tomcat/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.jmx.enabled .Values.metrics.prometheusRule.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/tomcat/templates/pvc.yaml b/bitnami/tomcat/templates/pvc.yaml index dc48909149..a64e20b433 100644 --- a/bitnami/tomcat/templates/pvc.yaml +++ b/bitnami/tomcat/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) (eq .Values.deployment.type "deployment") -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/tomcat/templates/secrets.yaml b/bitnami/tomcat/templates/secrets.yaml index 865db3c984..94b1f1c0f1 100644 --- a/bitnami/tomcat/templates/secrets.yaml +++ b/bitnami/tomcat/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/tomcat/templates/statefulset.yaml b/bitnami/tomcat/templates/statefulset.yaml index 1a5441c43a..3aa76a99f1 100644 --- a/bitnami/tomcat/templates/statefulset.yaml +++ b/bitnami/tomcat/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) (eq .Values.deployment.type "statefulset") }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/tomcat/templates/svc-headless.yaml b/bitnami/tomcat/templates/svc-headless.yaml index 53d0a2e23b..86861be9ac 100644 --- a/bitnami/tomcat/templates/svc-headless.yaml +++ b/bitnami/tomcat/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) (eq .Values.deployment.type "statefulset") }} apiVersion: v1 kind: Service diff --git a/bitnami/tomcat/templates/svc.yaml b/bitnami/tomcat/templates/svc.yaml index a0a217d10c..c3c5d3530f 100644 --- a/bitnami/tomcat/templates/svc.yaml +++ b/bitnami/tomcat/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/tomcat/templates/tls-secrets.yaml b/bitnami/tomcat/templates/tls-secrets.yaml index 1dfc255a87..7d963ea122 100644 --- a/bitnami/tomcat/templates/tls-secrets.yaml +++ b/bitnami/tomcat/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/tomcat/values.yaml b/bitnami/tomcat/values.yaml index fe559fd8b3..5ca09350c8 100644 --- a/bitnami/tomcat/values.yaml +++ b/bitnami/tomcat/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/vault/Chart.yaml b/bitnami/vault/Chart.yaml index 288937ec63..3f4e969729 100644 --- a/bitnami/vault/Chart.yaml +++ b/bitnami/vault/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/vault/templates/_helpers.tpl b/bitnami/vault/templates/_helpers.tpl index 0e391cebe8..2a5e84296e 100644 --- a/bitnami/vault/templates/_helpers.tpl +++ b/bitnami/vault/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Docker Image Registry Secret Names */}} diff --git a/bitnami/vault/templates/csi-provider/clusterrole.yaml b/bitnami/vault/templates/csi-provider/clusterrole.yaml index 53f9d9aad4..d48dda0970 100644 --- a/bitnami/vault/templates/csi-provider/clusterrole.yaml +++ b/bitnami/vault/templates/csi-provider/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.csiProvider.enabled .Values.csiProvider.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/csi-provider/configmap.yaml b/bitnami/vault/templates/csi-provider/configmap.yaml index d03b27ca67..18604d932a 100644 --- a/bitnami/vault/templates/csi-provider/configmap.yaml +++ b/bitnami/vault/templates/csi-provider/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.csiProvider.enabled (not .Values.csiProvider.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/vault/templates/csi-provider/daemonset.yaml b/bitnami/vault/templates/csi-provider/daemonset.yaml index 11ca02676b..2abaa5ee1b 100644 --- a/bitnami/vault/templates/csi-provider/daemonset.yaml +++ b/bitnami/vault/templates/csi-provider/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.csiProvider.enabled }} apiVersion: apps/v1 kind: DaemonSet diff --git a/bitnami/vault/templates/csi-provider/role.yaml b/bitnami/vault/templates/csi-provider/role.yaml index decf642bdf..7cfffebd21 100644 --- a/bitnami/vault/templates/csi-provider/role.yaml +++ b/bitnami/vault/templates/csi-provider/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.csiProvider.enabled .Values.csiProvider.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/csi-provider/rolebinding.yaml b/bitnami/vault/templates/csi-provider/rolebinding.yaml index b7a4930677..6022aaa880 100644 --- a/bitnami/vault/templates/csi-provider/rolebinding.yaml +++ b/bitnami/vault/templates/csi-provider/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.csiProvider.enabled .Values.csiProvider.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/csi-provider/service-account.yaml b/bitnami/vault/templates/csi-provider/service-account.yaml index e796026a85..a3f9e6f246 100644 --- a/bitnami/vault/templates/csi-provider/service-account.yaml +++ b/bitnami/vault/templates/csi-provider/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.csiProvider.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/vault/templates/extra-list.yaml b/bitnami/vault/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/vault/templates/extra-list.yaml +++ b/bitnami/vault/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/vault/templates/injector/clusterrolebinding.yaml b/bitnami/vault/templates/injector/clusterrolebinding.yaml index 04036710ec..8f08755be2 100644 --- a/bitnami/vault/templates/injector/clusterrolebinding.yaml +++ b/bitnami/vault/templates/injector/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.injector.enabled .Values.injector.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/injector/clusterroles.yaml b/bitnami/vault/templates/injector/clusterroles.yaml index 30c301bc48..d007e513d8 100644 --- a/bitnami/vault/templates/injector/clusterroles.yaml +++ b/bitnami/vault/templates/injector/clusterroles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.injector.enabled .Values.injector.rbac.create }} kind: ClusterRole apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/injector/deployment.yaml b/bitnami/vault/templates/injector/deployment.yaml index 19b5f20c7c..59a15a2c9d 100644 --- a/bitnami/vault/templates/injector/deployment.yaml +++ b/bitnami/vault/templates/injector/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.enabled }} apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment diff --git a/bitnami/vault/templates/injector/hpa.yaml b/bitnami/vault/templates/injector/hpa.yaml index 90c53bb2c2..0288a23e85 100644 --- a/bitnami/vault/templates/injector/hpa.yaml +++ b/bitnami/vault/templates/injector/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/vault/templates/injector/mutating-webhook.yaml b/bitnami/vault/templates/injector/mutating-webhook.yaml index 3b251f6eb3..d726552f7d 100644 --- a/bitnami/vault/templates/injector/mutating-webhook.yaml +++ b/bitnami/vault/templates/injector/mutating-webhook.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.enabled }} apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration diff --git a/bitnami/vault/templates/injector/pdb.yaml b/bitnami/vault/templates/injector/pdb.yaml index 02d8c089c4..e2f9a93431 100644 --- a/bitnami/vault/templates/injector/pdb.yaml +++ b/bitnami/vault/templates/injector/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/vault/templates/injector/role.yaml b/bitnami/vault/templates/injector/role.yaml index 48c9c7dabd..1daa703a0c 100644 --- a/bitnami/vault/templates/injector/role.yaml +++ b/bitnami/vault/templates/injector/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.injector.enabled .Values.injector.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/injector/rolebinding.yaml b/bitnami/vault/templates/injector/rolebinding.yaml index a467f53000..7e97a654c3 100644 --- a/bitnami/vault/templates/injector/rolebinding.yaml +++ b/bitnami/vault/templates/injector/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.injector.enabled .Values.injector.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/injector/service-account.yaml b/bitnami/vault/templates/injector/service-account.yaml index 79d278bc48..776f3bbf93 100644 --- a/bitnami/vault/templates/injector/service-account.yaml +++ b/bitnami/vault/templates/injector/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/vault/templates/injector/service.yaml b/bitnami/vault/templates/injector/service.yaml index 89dd2514f9..5eada223a5 100644 --- a/bitnami/vault/templates/injector/service.yaml +++ b/bitnami/vault/templates/injector/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.injector.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/vault/templates/server/active-service.yaml b/bitnami/vault/templates/server/active-service.yaml index d728f2da53..029baa8f93 100644 --- a/bitnami/vault/templates/server/active-service.yaml +++ b/bitnami/vault/templates/server/active-service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/vault/templates/server/clusterrolebinding.yaml b/bitnami/vault/templates/server/clusterrolebinding.yaml index 922ae1e731..3074c3462a 100644 --- a/bitnami/vault/templates/server/clusterrolebinding.yaml +++ b/bitnami/vault/templates/server/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.rbac.create }} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/server/configmap.yaml b/bitnami/vault/templates/server/configmap.yaml index 8c80fbaeaa..f492fd918d 100644 --- a/bitnami/vault/templates/server/configmap.yaml +++ b/bitnami/vault/templates/server/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled (not .Values.server.existingConfigMap) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/vault/templates/server/ingress.yaml b/bitnami/vault/templates/server/ingress.yaml index 35988b0664..3ec150bb8c 100644 --- a/bitnami/vault/templates/server/ingress.yaml +++ b/bitnami/vault/templates/server/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/vault/templates/server/pdb.yaml b/bitnami/vault/templates/server/pdb.yaml index 6e4fc18bd7..b4d25b57a1 100644 --- a/bitnami/vault/templates/server/pdb.yaml +++ b/bitnami/vault/templates/server/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/vault/templates/server/rolebinding.yaml b/bitnami/vault/templates/server/rolebinding.yaml index cbddf60c35..2daa71d7ec 100644 --- a/bitnami/vault/templates/server/rolebinding.yaml +++ b/bitnami/vault/templates/server/rolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.rbac.create }} kind: RoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/server/roles.yaml b/bitnami/vault/templates/server/roles.yaml index a19518191f..d06b2ec054 100644 --- a/bitnami/vault/templates/server/roles.yaml +++ b/bitnami/vault/templates/server/roles.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.enabled .Values.server.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/vault/templates/server/service-account.yaml b/bitnami/vault/templates/server/service-account.yaml index a007dfe23e..316348a5cd 100644 --- a/bitnami/vault/templates/server/service-account.yaml +++ b/bitnami/vault/templates/server/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/vault/templates/server/service-headless.yaml b/bitnami/vault/templates/server/service-headless.yaml index c5a603e5fa..4c775fa51c 100644 --- a/bitnami/vault/templates/server/service-headless.yaml +++ b/bitnami/vault/templates/server/service-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/vault/templates/server/service.yaml b/bitnami/vault/templates/server/service.yaml index 2af6081eb5..a802822c5f 100644 --- a/bitnami/vault/templates/server/service.yaml +++ b/bitnami/vault/templates/server/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/vault/templates/server/servicemonitor.yaml b/bitnami/vault/templates/server/servicemonitor.yaml index f2c8d792e3..797cf3a978 100644 --- a/bitnami/vault/templates/server/servicemonitor.yaml +++ b/bitnami/vault/templates/server/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.server.metrics.enabled .Values.server.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/vault/templates/server/statefulset.yaml b/bitnami/vault/templates/server/statefulset.yaml index 3c0f3b0bb4..297826a8d4 100644 --- a/bitnami/vault/templates/server/statefulset.yaml +++ b/bitnami/vault/templates/server/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.enabled }} apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet diff --git a/bitnami/vault/templates/server/tls-secret.yaml b/bitnami/vault/templates/server/tls-secret.yaml index 640b1e4b5c..b6354da252 100644 --- a/bitnami/vault/templates/server/tls-secret.yaml +++ b/bitnami/vault/templates/server/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.server.ingress.enabled }} {{- if .Values.server.ingress.secrets }} {{- range .Values.server.ingress.secrets }} diff --git a/bitnami/vault/values.yaml b/bitnami/vault/values.yaml index 749597b2bd..d683beb244 100644 --- a/bitnami/vault/values.yaml +++ b/bitnami/vault/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/whereabouts/Chart.yaml b/bitnami/whereabouts/Chart.yaml index 25ec9498d5..77399a906c 100644 --- a/bitnami/whereabouts/Chart.yaml +++ b/bitnami/whereabouts/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Analytics licenses: Apache-2.0 diff --git a/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_ippools.yaml b/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_ippools.yaml index 2f990a6d9a..ff7184e16c 100644 --- a/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_ippools.yaml +++ b/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_ippools.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Taken from https://github.com/k8snetworkplumbingwg/whereabouts/tree/master/doc/crds --- apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml b/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml index f352be3902..1ff893d4c0 100644 --- a/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml +++ b/bitnami/whereabouts/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + # Taken from https://github.com/k8snetworkplumbingwg/whereabouts/tree/master/doc/crds --- apiVersion: apiextensions.k8s.io/v1 diff --git a/bitnami/whereabouts/templates/_helpers.tpl b/bitnami/whereabouts/templates/_helpers.tpl index 59e4aabcef..b9a468ee96 100644 --- a/bitnami/whereabouts/templates/_helpers.tpl +++ b/bitnami/whereabouts/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper Gitea image name */}} diff --git a/bitnami/whereabouts/templates/clusterrole.yaml b/bitnami/whereabouts/templates/clusterrole.yaml index cb569a5b83..e663a85a57 100644 --- a/bitnami/whereabouts/templates/clusterrole.yaml +++ b/bitnami/whereabouts/templates/clusterrole.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} kind: ClusterRole diff --git a/bitnami/whereabouts/templates/clusterrolebinding.yaml b/bitnami/whereabouts/templates/clusterrolebinding.yaml index 8ee0b0efb1..24371e8966 100644 --- a/bitnami/whereabouts/templates/clusterrolebinding.yaml +++ b/bitnami/whereabouts/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.rbac.create -}} kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/bitnami/whereabouts/templates/daemonset.yaml b/bitnami/whereabouts/templates/daemonset.yaml index 3647a9b19b..53f1813eaf 100644 --- a/bitnami/whereabouts/templates/daemonset.yaml +++ b/bitnami/whereabouts/templates/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: apps/v1 kind: DaemonSet metadata: diff --git a/bitnami/whereabouts/templates/extra-list.yaml b/bitnami/whereabouts/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/whereabouts/templates/extra-list.yaml +++ b/bitnami/whereabouts/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/whereabouts/templates/service-account.yaml b/bitnami/whereabouts/templates/service-account.yaml index cdf2c644ed..ba5a8ea6c5 100644 --- a/bitnami/whereabouts/templates/service-account.yaml +++ b/bitnami/whereabouts/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/whereabouts/values.yaml b/bitnami/whereabouts/values.yaml index 32e8c0f0e6..7fa4634a05 100644 --- a/bitnami/whereabouts/values.yaml +++ b/bitnami/whereabouts/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 67d11eb99c..f3dd5f68b0 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: ApplicationServer licenses: Apache-2.0 diff --git a/bitnami/wildfly/templates/_helpers.tpl b/bitnami/wildfly/templates/_helpers.tpl index 690b8e0937..8aaa8b8ffc 100644 --- a/bitnami/wildfly/templates/_helpers.tpl +++ b/bitnami/wildfly/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/wildfly/templates/deployment.yaml b/bitnami/wildfly/templates/deployment.yaml index 70d2cc524e..2e4efe5bb3 100644 --- a/bitnami/wildfly/templates/deployment.yaml +++ b/bitnami/wildfly/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/wildfly/templates/extra-list.yaml b/bitnami/wildfly/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/wildfly/templates/extra-list.yaml +++ b/bitnami/wildfly/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/wildfly/templates/ingress.yaml b/bitnami/wildfly/templates/ingress.yaml index 08482e30e3..43ef1320cf 100644 --- a/bitnami/wildfly/templates/ingress.yaml +++ b/bitnami/wildfly/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/wildfly/templates/management-ingress.yaml b/bitnami/wildfly/templates/management-ingress.yaml index 7ada997408..b6a89d4276 100644 --- a/bitnami/wildfly/templates/management-ingress.yaml +++ b/bitnami/wildfly/templates/management-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.exposeManagementConsole .Values.mgmtIngress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/wildfly/templates/pvc.yaml b/bitnami/wildfly/templates/pvc.yaml index c18eee82b3..e78ef95286 100644 --- a/bitnami/wildfly/templates/pvc.yaml +++ b/bitnami/wildfly/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/wildfly/templates/secrets.yaml b/bitnami/wildfly/templates/secrets.yaml index 398adfe136..8813e4cd35 100644 --- a/bitnami/wildfly/templates/secrets.yaml +++ b/bitnami/wildfly/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/bitnami/wildfly/templates/svc.yaml b/bitnami/wildfly/templates/svc.yaml index 3c1cba564a..39010ca611 100644 --- a/bitnami/wildfly/templates/svc.yaml +++ b/bitnami/wildfly/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/wildfly/templates/tls-secrets.yaml b/bitnami/wildfly/templates/tls-secrets.yaml index 03884678b4..d3e0281b8d 100644 --- a/bitnami/wildfly/templates/tls-secrets.yaml +++ b/bitnami/wildfly/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.ingress.enabled .Values.mgmtIngress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/wildfly/values.yaml b/bitnami/wildfly/values.yaml index 4c93812dcf..aa3fa5186a 100644 --- a/bitnami/wildfly/values.yaml +++ b/bitnami/wildfly/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 27b8d063de..d7666358e3 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: CMS licenses: Apache-2.0 diff --git a/bitnami/wordpress/templates/_helpers.tpl b/bitnami/wordpress/templates/_helpers.tpl old mode 100755 new mode 100644 index 6ab5bb3181..7483623eab --- a/bitnami/wordpress/templates/_helpers.tpl +++ b/bitnami/wordpress/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/wordpress/templates/config-secret.yaml b/bitnami/wordpress/templates/config-secret.yaml index 2d2c469626..0904060364 100644 --- a/bitnami/wordpress/templates/config-secret.yaml +++ b/bitnami/wordpress/templates/config-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "wordpress.createConfigSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/wordpress/templates/deployment.yaml b/bitnami/wordpress/templates/deployment.yaml index 39eb4ff3d8..0a3d1ac8c2 100644 --- a/bitnami/wordpress/templates/deployment.yaml +++ b/bitnami/wordpress/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/bitnami/wordpress/templates/externaldb-secrets.yaml b/bitnami/wordpress/templates/externaldb-secrets.yaml index a34894f6da..9f46e0ed81 100644 --- a/bitnami/wordpress/templates/externaldb-secrets.yaml +++ b/bitnami/wordpress/templates/externaldb-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if not (or .Values.mariadb.enabled .Values.externalDatabase.existingSecret) }} apiVersion: v1 kind: Secret diff --git a/bitnami/wordpress/templates/extra-list.yaml b/bitnami/wordpress/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/wordpress/templates/extra-list.yaml +++ b/bitnami/wordpress/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/wordpress/templates/hpa.yaml b/bitnami/wordpress/templates/hpa.yaml index 4f6a9ab260..5afd8e8dda 100644 --- a/bitnami/wordpress/templates/hpa.yaml +++ b/bitnami/wordpress/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }} kind: HorizontalPodAutoscaler diff --git a/bitnami/wordpress/templates/httpd-configmap.yaml b/bitnami/wordpress/templates/httpd-configmap.yaml index 2a1ffe47cc..2126bc8845 100644 --- a/bitnami/wordpress/templates/httpd-configmap.yaml +++ b/bitnami/wordpress/templates/httpd-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "wordpress.apache.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/wordpress/templates/ingress.yaml b/bitnami/wordpress/templates/ingress.yaml old mode 100755 new mode 100644 index 5b6157f344..bfa2d8d01c --- a/bitnami/wordpress/templates/ingress.yaml +++ b/bitnami/wordpress/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/bitnami/wordpress/templates/metrics-svc.yaml b/bitnami/wordpress/templates/metrics-svc.yaml index 303fcd8360..6c622607eb 100644 --- a/bitnami/wordpress/templates/metrics-svc.yaml +++ b/bitnami/wordpress/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml b/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml index e69a024e70..56df816f9b 100644 --- a/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled .Values.networkPolicy.ingressRules.backendOnlyAccessibleByFrontend }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/wordpress/templates/networkpolicy-egress.yaml b/bitnami/wordpress/templates/networkpolicy-egress.yaml index d908e9b883..96750ce876 100644 --- a/bitnami/wordpress/templates/networkpolicy-egress.yaml +++ b/bitnami/wordpress/templates/networkpolicy-egress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.egressRules.denyConnectionsToExternal .Values.networkPolicy.egressRules.customRules) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/wordpress/templates/networkpolicy-ingress.yaml b/bitnami/wordpress/templates/networkpolicy-ingress.yaml index 27cbbbb21f..fd96c64a0c 100644 --- a/bitnami/wordpress/templates/networkpolicy-ingress.yaml +++ b/bitnami/wordpress/templates/networkpolicy-ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.networkPolicy.enabled (or .Values.networkPolicy.ingress.enabled .Values.networkPolicy.metrics.enabled .Values.networkPolicy.ingressRules.accessOnlyFrom.enabled) }} apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} kind: NetworkPolicy diff --git a/bitnami/wordpress/templates/pdb.yaml b/bitnami/wordpress/templates/pdb.yaml index 2760f34941..b6ddbc2259 100644 --- a/bitnami/wordpress/templates/pdb.yaml +++ b/bitnami/wordpress/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget diff --git a/bitnami/wordpress/templates/postinit-configmap.yaml b/bitnami/wordpress/templates/postinit-configmap.yaml index a07085ef01..ec51435edb 100644 --- a/bitnami/wordpress/templates/postinit-configmap.yaml +++ b/bitnami/wordpress/templates/postinit-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or .Values.customPostInitScripts .Values.wordpressConfigureCache }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/wordpress/templates/pvc.yaml b/bitnami/wordpress/templates/pvc.yaml index d82b651047..9b465d8c82 100644 --- a/bitnami/wordpress/templates/pvc.yaml +++ b/bitnami/wordpress/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/bitnami/wordpress/templates/secrets.yaml b/bitnami/wordpress/templates/secrets.yaml index 7ed022ec7d..0e12db0fca 100644 --- a/bitnami/wordpress/templates/secrets.yaml +++ b/bitnami/wordpress/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if or (not .Values.existingSecret) (and (not .Values.smtpExistingSecret) .Values.smtpPassword) }} apiVersion: v1 kind: Secret diff --git a/bitnami/wordpress/templates/serviceaccount.yaml b/bitnami/wordpress/templates/serviceaccount.yaml index 60d2fb2855..1198292023 100644 --- a/bitnami/wordpress/templates/serviceaccount.yaml +++ b/bitnami/wordpress/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/wordpress/templates/servicemonitor.yaml b/bitnami/wordpress/templates/servicemonitor.yaml index 933f737eb1..8fc1bb2807 100644 --- a/bitnami/wordpress/templates/servicemonitor.yaml +++ b/bitnami/wordpress/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/wordpress/templates/svc.yaml b/bitnami/wordpress/templates/svc.yaml index dc84dc17b1..c95f1408b4 100644 --- a/bitnami/wordpress/templates/svc.yaml +++ b/bitnami/wordpress/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/wordpress/templates/tls-secrets.yaml b/bitnami/wordpress/templates/tls-secrets.yaml index 0805d18eba..57e4fc776e 100644 --- a/bitnami/wordpress/templates/tls-secrets.yaml +++ b/bitnami/wordpress/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index fb021b1ebe..bcdf08c688 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index 917c48116f..48010cec42 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: Infrastructure licenses: Apache-2.0 diff --git a/bitnami/zookeeper/templates/_helpers.tpl b/bitnami/zookeeper/templates/_helpers.tpl index d855bada0f..0e2e8e5883 100644 --- a/bitnami/zookeeper/templates/_helpers.tpl +++ b/bitnami/zookeeper/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* vim: set filetype=mustache: */}} {{/* diff --git a/bitnami/zookeeper/templates/configmap.yaml b/bitnami/zookeeper/templates/configmap.yaml index 12b4f489fc..75f013767a 100644 --- a/bitnami/zookeeper/templates/configmap.yaml +++ b/bitnami/zookeeper/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "zookeeper.createConfigmap" .) }} apiVersion: v1 kind: ConfigMap diff --git a/bitnami/zookeeper/templates/extra-list.yaml b/bitnami/zookeeper/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/bitnami/zookeeper/templates/extra-list.yaml +++ b/bitnami/zookeeper/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/bitnami/zookeeper/templates/metrics-svc.yaml b/bitnami/zookeeper/templates/metrics-svc.yaml index 5afc4b3e5b..ebb73ec027 100644 --- a/bitnami/zookeeper/templates/metrics-svc.yaml +++ b/bitnami/zookeeper/templates/metrics-svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.metrics.enabled }} apiVersion: v1 kind: Service diff --git a/bitnami/zookeeper/templates/networkpolicy.yaml b/bitnami/zookeeper/templates/networkpolicy.yaml index 63532832c0..a96b33396d 100644 --- a/bitnami/zookeeper/templates/networkpolicy.yaml +++ b/bitnami/zookeeper/templates/networkpolicy.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.networkPolicy.enabled }} kind: NetworkPolicy apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }} diff --git a/bitnami/zookeeper/templates/pdb.yaml b/bitnami/zookeeper/templates/pdb.yaml index f7faf65f96..7a9a67a098 100644 --- a/bitnami/zookeeper/templates/pdb.yaml +++ b/bitnami/zookeeper/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.replicaCount }} {{- if and .Values.pdb.create (gt $replicaCount 1) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/bitnami/zookeeper/templates/prometheusrule.yaml b/bitnami/zookeeper/templates/prometheusrule.yaml index 87dcd3565c..70818e6c96 100644 --- a/bitnami/zookeeper/templates/prometheusrule.yaml +++ b/bitnami/zookeeper/templates/prometheusrule.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled .Values.metrics.prometheusRule.rules }} apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule diff --git a/bitnami/zookeeper/templates/scripts-configmap.yaml b/bitnami/zookeeper/templates/scripts-configmap.yaml index d77ab857b3..794ba4fe6a 100644 --- a/bitnami/zookeeper/templates/scripts-configmap.yaml +++ b/bitnami/zookeeper/templates/scripts-configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/bitnami/zookeeper/templates/secrets.yaml b/bitnami/zookeeper/templates/secrets.yaml index 82ebc2eede..7a9b3e2dba 100644 --- a/bitnami/zookeeper/templates/secrets.yaml +++ b/bitnami/zookeeper/templates/secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "zookeeper.client.createSecret" .) }} apiVersion: v1 kind: Secret diff --git a/bitnami/zookeeper/templates/serviceaccount.yaml b/bitnami/zookeeper/templates/serviceaccount.yaml index 958a57ac23..eda2e4a8b1 100644 --- a/bitnami/zookeeper/templates/serviceaccount.yaml +++ b/bitnami/zookeeper/templates/serviceaccount.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/bitnami/zookeeper/templates/servicemonitor.yaml b/bitnami/zookeeper/templates/servicemonitor.yaml index 2c8af3350e..936a8c68b4 100644 --- a/bitnami/zookeeper/templates/servicemonitor.yaml +++ b/bitnami/zookeeper/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/bitnami/zookeeper/templates/statefulset.yaml b/bitnami/zookeeper/templates/statefulset.yaml index aa4f1a9714..3ed040f8d6 100644 --- a/bitnami/zookeeper/templates/statefulset.yaml +++ b/bitnami/zookeeper/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/bitnami/zookeeper/templates/svc-headless.yaml b/bitnami/zookeeper/templates/svc-headless.yaml index e7ab496cfd..0040bca812 100644 --- a/bitnami/zookeeper/templates/svc-headless.yaml +++ b/bitnami/zookeeper/templates/svc-headless.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/zookeeper/templates/svc.yaml b/bitnami/zookeeper/templates/svc.yaml index 6ad0b10967..5077eb9257 100644 --- a/bitnami/zookeeper/templates/svc.yaml +++ b/bitnami/zookeeper/templates/svc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/bitnami/zookeeper/templates/tls-secrets.yaml b/bitnami/zookeeper/templates/tls-secrets.yaml index 3d7e159260..df84421902 100644 --- a/bitnami/zookeeper/templates/tls-secrets.yaml +++ b/bitnami/zookeeper/templates/tls-secrets.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if (include "zookeeper.client.createTlsSecret" .) }} {{- $secretName := printf "%s-client-crt" (include "common.names.fullname" .) }} {{- $ca := genCA "zookeeper-client-ca" 365 }} diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index d1e00b3707..8a3b6937ff 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value diff --git a/template/CHART_NAME/Chart.yaml b/template/CHART_NAME/Chart.yaml index df4a5fc491..a64fab3872 100644 --- a/template/CHART_NAME/Chart.yaml +++ b/template/CHART_NAME/Chart.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + annotations: category: %%CHOOSE_ONE_FROM_CHART_CATEGORIES_FILE%% licenses: Apache-2.0 diff --git a/template/CHART_NAME/templates/_helpers.tpl b/template/CHART_NAME/templates/_helpers.tpl index 059b3155d0..97cb4c7ca2 100644 --- a/template/CHART_NAME/templates/_helpers.tpl +++ b/template/CHART_NAME/templates/_helpers.tpl @@ -1,3 +1,8 @@ +{{/* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{/* Return the proper %%MAIN_OBJECT_BLOCK%% image name */}} diff --git a/template/CHART_NAME/templates/clusterrolebinding.yaml b/template/CHART_NAME/templates/clusterrolebinding.yaml index 03c0bc4c5c..72d1fe83ff 100644 --- a/template/CHART_NAME/templates/clusterrolebinding.yaml +++ b/template/CHART_NAME/templates/clusterrolebinding.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + kind: ClusterRoleBinding apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} metadata: diff --git a/template/CHART_NAME/templates/configmap.yaml b/template/CHART_NAME/templates/configmap.yaml index f39ca618e8..0d87f4b23a 100644 --- a/template/CHART_NAME/templates/configmap.yaml +++ b/template/CHART_NAME/templates/configmap.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: ConfigMap metadata: diff --git a/template/CHART_NAME/templates/daemonset.yaml b/template/CHART_NAME/templates/daemonset.yaml index 7e006cbe3c..38abf0d54c 100644 --- a/template/CHART_NAME/templates/daemonset.yaml +++ b/template/CHART_NAME/templates/daemonset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: apps/v1 kind: DaemonSet metadata: diff --git a/template/CHART_NAME/templates/deployment.yaml b/template/CHART_NAME/templates/deployment.yaml index 00e1d86d26..c311725af6 100644 --- a/template/CHART_NAME/templates/deployment.yaml +++ b/template/CHART_NAME/templates/deployment.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: diff --git a/template/CHART_NAME/templates/extra-list.yaml b/template/CHART_NAME/templates/extra-list.yaml index 9ac65f9e16..2d35a580e8 100644 --- a/template/CHART_NAME/templates/extra-list.yaml +++ b/template/CHART_NAME/templates/extra-list.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- range .Values.extraDeploy }} --- {{ include "common.tplvalues.render" (dict "value" . "context" $) }} diff --git a/template/CHART_NAME/templates/hpa.yaml b/template/CHART_NAME/templates/hpa.yaml index 398728eac2..3c51f016f6 100644 --- a/template/CHART_NAME/templates/hpa.yaml +++ b/template/CHART_NAME/templates/hpa.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.%%MAIN_OBJECT_BLOCK%%.autoscaling.enabled }} apiVersion: {{ include "common.capabilities.hpa.apiVersion" . }} kind: HorizontalPodAutoscaler diff --git a/template/CHART_NAME/templates/ingress.yaml b/template/CHART_NAME/templates/ingress.yaml index 682222db7b..42c7c29afb 100644 --- a/template/CHART_NAME/templates/ingress.yaml +++ b/template/CHART_NAME/templates/ingress.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} apiVersion: {{ include "common.capabilities.ingress.apiVersion" . }} kind: Ingress diff --git a/template/CHART_NAME/templates/pdb.yaml b/template/CHART_NAME/templates/pdb.yaml index 8564d45070..5f373ecc15 100644 --- a/template/CHART_NAME/templates/pdb.yaml +++ b/template/CHART_NAME/templates/pdb.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- $replicaCount := int .Values.%%MAIN_OBJECT_BLOCK%%.replicaCount }} {{- if and .Values.%%MAIN_OBJECT_BLOCK%%.pdb.create (or (gt $replicaCount 1) .Values.%%MAIN_OBJECT_BLOCK%%.autoscaling.enabled) }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} diff --git a/template/CHART_NAME/templates/pvc.yaml b/template/CHART_NAME/templates/pvc.yaml index d8f0fd144f..f1675a0eb0 100644 --- a/template/CHART_NAME/templates/pvc.yaml +++ b/template/CHART_NAME/templates/pvc.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} kind: PersistentVolumeClaim apiVersion: v1 diff --git a/template/CHART_NAME/templates/role.yaml b/template/CHART_NAME/templates/role.yaml index dfdab90026..7f3e14631f 100644 --- a/template/CHART_NAME/templates/role.yaml +++ b/template/CHART_NAME/templates/role.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{ if .Values.rbac.create }} kind: Role apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} diff --git a/template/CHART_NAME/templates/secret.yaml b/template/CHART_NAME/templates/secret.yaml index 418a343019..c99fee9d23 100644 --- a/template/CHART_NAME/templates/secret.yaml +++ b/template/CHART_NAME/templates/secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Secret metadata: diff --git a/template/CHART_NAME/templates/service-account.yaml b/template/CHART_NAME/templates/service-account.yaml index c6d861949d..2d032bbfbe 100644 --- a/template/CHART_NAME/templates/service-account.yaml +++ b/template/CHART_NAME/templates/service-account.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount diff --git a/template/CHART_NAME/templates/service.yaml b/template/CHART_NAME/templates/service.yaml index d1b65b232f..3c8a05282f 100644 --- a/template/CHART_NAME/templates/service.yaml +++ b/template/CHART_NAME/templates/service.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: v1 kind: Service metadata: diff --git a/template/CHART_NAME/templates/servicemonitor.yaml b/template/CHART_NAME/templates/servicemonitor.yaml index 6cc8e051dd..5b8c1c1405 100644 --- a/template/CHART_NAME/templates/servicemonitor.yaml +++ b/template/CHART_NAME/templates/servicemonitor.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/template/CHART_NAME/templates/statefulset.yaml b/template/CHART_NAME/templates/statefulset.yaml index da4334a267..214755dbf4 100644 --- a/template/CHART_NAME/templates/statefulset.yaml +++ b/template/CHART_NAME/templates/statefulset.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + apiVersion: {{ include "common.capabilities.statefulset.apiVersion" . }} kind: StatefulSet metadata: diff --git a/template/CHART_NAME/templates/tls-secret.yaml b/template/CHART_NAME/templates/tls-secret.yaml index aeb8b44775..f11da860d2 100644 --- a/template/CHART_NAME/templates/tls-secret.yaml +++ b/template/CHART_NAME/templates/tls-secret.yaml @@ -1,3 +1,8 @@ +{{- /* +Copyright VMware, Inc. +SPDX-License-Identifier: APACHE-2.0 +*/}} + {{- if .Values.ingress.enabled }} {{- if .Values.ingress.secrets }} {{- range .Values.ingress.secrets }} diff --git a/template/CHART_NAME/values.yaml b/template/CHART_NAME/values.yaml index 9a16f736c9..f73de5e69d 100644 --- a/template/CHART_NAME/values.yaml +++ b/template/CHART_NAME/values.yaml @@ -1,3 +1,6 @@ +# Copyright VMware, Inc. +# SPDX-License-Identifier: APACHE-2.0 + ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value