From 4516e2f443b7e85ec5cdf39a6c595a8e807f289a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 00:08:57 +0000 Subject: [PATCH] Added chart versions: codefresh/cf-runtime: - 7.4.2 external-secrets/external-secrets: - 0.13.0 jfrog/artifactory-ha: - 107.98.14 jfrog/artifactory-jcr: - 107.98.14 kuma/kuma: - 2.9.3 new-relic/nri-bundle: - 5.0.107 percona/psmdb-db: - 1.19.0 percona/psmdb-operator: - 1.19.0 speedscale/speedscale-operator: - 2.3.134 --- assets/codefresh/cf-runtime-7.4.2.tgz | Bin 0 -> 48636 bytes .../external-secrets-0.13.0.tgz | Bin 0 -> 102767 bytes assets/jfrog/artifactory-ha-107.98.13.tgz | Bin 219996 -> 219990 bytes assets/jfrog/artifactory-ha-107.98.14.tgz | Bin 0 -> 220017 bytes assets/jfrog/artifactory-jcr-107.98.14.tgz | Bin 0 -> 462029 bytes assets/kuma/kuma-2.9.3.tgz | Bin 0 -> 73329 bytes assets/new-relic/nri-bundle-5.0.107.tgz | Bin 0 -> 372945 bytes assets/percona/psmdb-db-1.19.0.tgz | Bin 0 -> 16803 bytes assets/percona/psmdb-operator-1.19.0.tgz | Bin 0 -> 52996 bytes .../speedscale-operator-2.3.134.tgz | Bin 0 -> 17471 bytes charts/codefresh/cf-runtime/7.4.2/.helmignore | 3 + charts/codefresh/cf-runtime/7.4.2/Chart.yaml | 28 + charts/codefresh/cf-runtime/7.4.2/README.md | 1290 + .../cf-runtime/7.4.2/README.md.gotmpl | 1065 + .../cf-runtime/7.4.2/files/cleanup-runtime.sh | 37 + .../7.4.2/files/configure-dind-certs.sh | 132 + .../cf-runtime/7.4.2/files/init-runtime.sh | 80 + .../7.4.2/files/reconcile-runtime.sh | 38 + .../_components/app-proxy/_deployment.yaml | 70 + .../_components/app-proxy/_env-vars.yaml | 19 + .../_components/app-proxy/_helpers.tpl | 43 + .../_components/app-proxy/_ingress.yaml | 32 + .../_components/app-proxy/_rbac.yaml | 47 + .../_components/app-proxy/_service.yaml | 17 + .../event-exporter/_deployment.yaml | 62 + .../_components/event-exporter/_env-vars.yaml | 14 + .../_components/event-exporter/_helpers.tpl | 43 + .../_components/event-exporter/_rbac.yaml | 47 + .../_components/event-exporter/_service.yaml | 17 + .../event-exporter/_serviceMontor.yaml | 14 + .../_components/monitor/_deployment.yaml | 70 + .../_components/monitor/_env-vars.yaml | 26 + .../_components/monitor/_helpers.tpl | 42 + .../templates/_components/monitor/_rbac.yaml | 56 + .../_components/monitor/_service.yaml | 17 + .../_components/runner/_deployment.yaml | 103 + .../templates/_components/runner/_helpers.tpl | 42 + .../templates/_components/runner/_rbac.yaml | 53 + .../_init-container.yaml | 30 + .../_main-container.yaml | 29 + .../_sidecar-container.yaml | 22 + .../volume-provisioner/_cronjob.yaml | 58 + .../volume-provisioner/_daemonset.yaml | 98 + .../volume-provisioner/_deployment.yaml | 67 + .../volume-provisioner/_env-vars.yaml | 88 + .../volume-provisioner/_helpers.tpl | 93 + .../_components/volume-provisioner/_rbac.yaml | 71 + .../volume-provisioner/_secret.yaml | 22 + .../volume-provisioner/_storageclass.yaml | 47 + .../cf-runtime/7.4.2/templates/_helpers.tpl | 51 + .../7.4.2/templates/app-proxy/deployment.yaml | 9 + .../7.4.2/templates/app-proxy/ingress.yaml | 9 + .../7.4.2/templates/app-proxy/rbac.yaml | 9 + .../7.4.2/templates/app-proxy/service.yaml | 9 + .../templates/event-exporter/deployment.yaml | 9 + .../7.4.2/templates/event-exporter/rbac.yaml | 9 + .../templates/event-exporter/service.yaml | 11 + .../templates/extra/extra-resources.yaml | 6 + .../templates/extra/runtime-images-cm.yaml | 19 + .../hooks/post-install/cm-update-runtime.yaml | 18 + .../hooks/post-install/job-gencerts-dind.yaml | 68 + .../post-install/job-update-runtime.yaml | 77 + .../post-install/rbac-gencerts-dind.yaml | 37 + .../pre-delete/job-cleanup-resources.yaml | 73 + .../pre-delete/rbac-cleanup-resources.yaml | 46 + .../7.4.2/templates/monitor/deployment.yaml | 9 + .../7.4.2/templates/monitor/rbac.yaml | 9 + .../7.4.2/templates/monitor/service.yaml | 9 + .../templates/other/external-secrets.yaml | 2 + .../7.4.2/templates/other/podMonitor.yaml | 2 + .../7.4.2/templates/other/serviceMonitor.yaml | 2 + .../7.4.2/templates/runner/deployment.yaml | 9 + .../7.4.2/templates/runner/rbac.yaml | 9 + .../7.4.2/templates/runtime/_helpers.tpl | 123 + .../templates/runtime/cm-dind-daemon.yaml | 10 + .../7.4.2/templates/runtime/rbac.yaml | 48 + .../runtime/runtime-env-spec-tmpl.yaml | 235 + .../7.4.2/templates/runtime/secret.yaml | 11 + .../7.4.2/templates/runtime/svc-dind.yaml | 16 + .../templates/volume-provisioner/cronjob.yaml | 11 + .../volume-provisioner/daemonset.yaml | 11 + .../volume-provisioner/deployment.yaml | 10 + .../templates/volume-provisioner/rbac.yaml | 9 + .../templates/volume-provisioner/secret.yaml | 10 + .../volume-provisioner/storageclass.yaml | 10 + .../cf-runtime/7.4.2/values-rootless.yaml | 38 + charts/codefresh/cf-runtime/7.4.2/values.yaml | 916 + .../external-secrets/0.13.0/Chart.lock | 6 + .../external-secrets/0.13.0/Chart.yaml | 25 + .../external-secrets/0.13.0/README.md | 226 + .../external-secrets/0.13.0/app-readme.md | 7 + .../charts/bitwarden-sdk-server/.helmignore | 23 + .../charts/bitwarden-sdk-server/Chart.yaml | 6 + .../bitwarden-sdk-server/templates/NOTES.txt | 22 + .../templates/_helpers.tpl | 62 + .../templates/deployment.yaml | 77 + .../templates/service.yaml | 14 + .../templates/serviceaccount.yaml | 12 + .../__snapshot__/deployment_test.yaml.snap | 60 + .../tests/deployment_test.yaml | 9 + .../charts/bitwarden-sdk-server/values.yaml | 98 + .../external-secrets/0.13.0/questions.yaml | 8 + .../0.13.0/templates/NOTES.txt | 7 + .../0.13.0/templates/_helpers.tpl | 198 + .../templates/cert-controller-deployment.yaml | 124 + .../cert-controller-poddisruptionbudget.yaml | 19 + .../templates/cert-controller-rbac.yaml | 86 + .../templates/cert-controller-service.yaml | 28 + .../cert-controller-serviceaccount.yaml | 16 + .../0.13.0/templates/crds/acraccesstoken.yaml | 226 + .../templates/crds/clusterexternalsecret.yaml | 743 + .../templates/crds/clustergenerator.yaml | 1693 ++ .../templates/crds/clustersecretstore.yaml | 5782 +++++ .../templates/crds/ecrauthorizationtoken.yaml | 214 + .../0.13.0/templates/crds/externalsecret.yaml | 917 + .../0.13.0/templates/crds/fake.yaml | 85 + .../0.13.0/templates/crds/gcraccesstoken.yaml | 152 + .../templates/crds/githubaccesstoken.yaml | 132 + .../0.13.0/templates/crds/password.yaml | 107 + .../0.13.0/templates/crds/pushsecret.yaml | 448 + .../templates/crds/quayaccesstoken.yaml | 107 + .../0.13.0/templates/crds/secretstore.yaml | 5782 +++++ .../templates/crds/stssessiontoken.yaml | 228 + .../0.13.0/templates/crds/uuid.yaml | 70 + .../templates/crds/vaultdynamicsecret.yaml | 872 + .../0.13.0/templates/crds/webhook.yaml | 171 + .../0.13.0/templates/deployment.yaml | 146 + .../0.13.0/templates/extra-manifests.yaml | 4 + .../0.13.0/templates/poddisruptionbudget.yaml | 19 + .../0.13.0/templates/rbac.yaml | 309 + .../0.13.0/templates/service.yaml | 28 + .../0.13.0/templates/serviceaccount.yaml | 16 + .../0.13.0/templates/servicemonitor.yaml | 164 + .../0.13.0/templates/validatingwebhook.yaml | 74 + .../0.13.0/templates/webhook-certificate.yaml | 30 + .../0.13.0/templates/webhook-deployment.yaml | 128 + .../webhook-poddisruptionbudget.yaml | 20 + .../0.13.0/templates/webhook-secret.yaml | 14 + .../0.13.0/templates/webhook-service.yaml | 37 + .../templates/webhook-serviceaccount.yaml | 16 + .../0.13.0/values.schema.json | 908 + .../external-secrets/0.13.0/values.yaml | 535 + .../jfrog/artifactory-ha/107.98.13/Chart.yaml | 1 - .../artifactory-ha/107.98.14/.helmignore | 24 + .../artifactory-ha/107.98.14/CHANGELOG.md | 1495 ++ .../jfrog/artifactory-ha/107.98.14/Chart.lock | 6 + .../jfrog/artifactory-ha/107.98.14/Chart.yaml | 33 + charts/jfrog/artifactory-ha/107.98.14/LICENSE | 201 + .../jfrog/artifactory-ha/107.98.14/README.md | 69 + .../artifactory-ha/107.98.14/app-readme.md | 16 + .../107.98.14/charts/postgresql/.helmignore | 21 + .../107.98.14/charts/postgresql/Chart.lock | 6 + .../107.98.14/charts/postgresql/Chart.yaml | 29 + .../107.98.14/charts/postgresql/README.md | 770 + .../postgresql/charts/common/.helmignore | 22 + .../postgresql/charts/common/Chart.yaml | 23 + .../charts/postgresql/charts/common/README.md | 322 + .../charts/common/templates/_affinities.tpl | 94 + .../charts/common/templates/_capabilities.tpl | 95 + .../charts/common/templates/_errors.tpl | 23 + .../charts/common/templates/_images.tpl | 47 + .../charts/common/templates/_ingress.tpl | 42 + .../charts/common/templates/_labels.tpl | 18 + .../charts/common/templates/_names.tpl | 32 + .../charts/common/templates/_secrets.tpl | 129 + .../charts/common/templates/_storage.tpl | 23 + .../charts/common/templates/_tplvalues.tpl | 13 + .../charts/common/templates/_utils.tpl | 62 + .../charts/common/templates/_warnings.tpl | 14 + .../templates/validations/_cassandra.tpl | 72 + .../common/templates/validations/_mariadb.tpl | 103 + .../common/templates/validations/_mongodb.tpl | 108 + .../templates/validations/_postgresql.tpl | 131 + .../common/templates/validations/_redis.tpl | 72 + .../templates/validations/_validations.tpl | 46 + .../postgresql/charts/common/values.yaml | 3 + .../postgresql/ci/commonAnnotations.yaml | 3 + .../charts/postgresql/ci/default-values.yaml | 1 + .../ci/shmvolume-disabled-values.yaml | 2 + .../charts/postgresql/files/README.md | 1 + .../charts/postgresql/files/conf.d/README.md | 4 + .../docker-entrypoint-initdb.d/README.md | 3 + .../charts/postgresql/templates/NOTES.txt | 59 + .../charts/postgresql/templates/_helpers.tpl | 337 + .../postgresql/templates/configmap.yaml | 31 + .../templates/extended-config-configmap.yaml | 26 + .../postgresql/templates/extra-list.yaml | 4 + .../templates/initialization-configmap.yaml | 25 + .../templates/metrics-configmap.yaml | 14 + .../postgresql/templates/metrics-svc.yaml | 26 + .../postgresql/templates/networkpolicy.yaml | 39 + .../templates/podsecuritypolicy.yaml | 38 + .../postgresql/templates/prometheusrule.yaml | 23 + .../charts/postgresql/templates/role.yaml | 20 + .../postgresql/templates/rolebinding.yaml | 20 + .../charts/postgresql/templates/secrets.yaml | 24 + .../postgresql/templates/serviceaccount.yaml | 12 + .../postgresql/templates/servicemonitor.yaml | 33 + .../templates/statefulset-readreplicas.yaml | 411 + .../postgresql/templates/statefulset.yaml | 609 + .../postgresql/templates/svc-headless.yaml | 28 + .../charts/postgresql/templates/svc-read.yaml | 43 + .../charts/postgresql/templates/svc.yaml | 41 + .../charts/postgresql/values.schema.json | 103 + .../107.98.14/charts/postgresql/values.yaml | 824 + .../107.98.14/ci/access-tls-values.yaml | 34 + .../107.98.14/ci/default-values.yaml | 32 + .../107.98.14/ci/global-values.yaml | 255 + .../107.98.14/ci/large-values.yaml | 85 + .../107.98.14/ci/loggers-values.yaml | 43 + .../107.98.14/ci/medium-values.yaml | 85 + .../ci/migration-disabled-values.yaml | 31 + .../107.98.14/ci/nginx-autoreload-values.yaml | 53 + .../ci/rtsplit-access-tls-values.yaml | 106 + .../107.98.14/ci/rtsplit-values.yaml | 155 + .../107.98.14/ci/small-values.yaml | 87 + .../107.98.14/ci/test-values.yaml | 85 + .../107.98.14/files/binarystore.xml | 442 + .../107.98.14/files/installer-info.json | 32 + .../artifactory-ha/107.98.14/files/migrate.sh | 4311 ++++ .../107.98.14/files/migrationHelmInfo.yaml | 27 + .../107.98.14/files/migrationStatus.sh | 44 + .../files/nginx-artifactory-conf.yaml | 108 + .../107.98.14/files/nginx-main-conf.yaml | 83 + .../107.98.14/files/system.yaml | 174 + .../107.98.14/logo/artifactory-logo.png | Bin 0 -> 82419 bytes .../artifactory-ha/107.98.14/questions.yml | 424 + .../107.98.14/sizing/artifactory-2xlarge.yaml | 160 + .../107.98.14/sizing/artifactory-large.yaml | 160 + .../107.98.14/sizing/artifactory-medium.yaml | 160 + .../107.98.14/sizing/artifactory-small.yaml | 159 + .../107.98.14/sizing/artifactory-xlarge.yaml | 159 + .../107.98.14/sizing/artifactory-xsmall.yaml | 161 + .../107.98.14/templates/NOTES.txt | 149 + .../107.98.14/templates/_helpers.tpl | 589 + .../templates/_system-yaml-render.tpl | 5 + .../templates/additional-resources.yaml | 3 + .../templates/admin-bootstrap-creds.yaml | 15 + .../templates/artifactory-access-config.yaml | 15 + .../artifactory-binarystore-secret.yaml | 18 + .../templates/artifactory-configmaps.yaml | 13 + .../templates/artifactory-custom-secrets.yaml | 19 + .../artifactory-database-secrets.yaml | 24 + .../artifactory-gcp-credentials-secret.yaml | 16 + .../templates/artifactory-installer-info.yaml | 16 + .../templates/artifactory-license-secret.yaml | 16 + .../artifactory-migration-scripts.yaml | 18 + .../templates/artifactory-networkpolicy.yaml | 34 + .../templates/artifactory-nfs-pvc.yaml | 101 + .../templates/artifactory-node-pdb.yaml | 26 + .../artifactory-node-statefulset.yaml | 1596 ++ .../templates/artifactory-primary-pdb.yaml | 24 + .../artifactory-primary-service.yaml | 61 + .../artifactory-primary-statefulset.yaml | 1764 ++ .../templates/artifactory-priority-class.yaml | 9 + .../107.98.14/templates/artifactory-role.yaml | 14 + .../templates/artifactory-rolebinding.yaml | 19 + .../templates/artifactory-secrets.yaml | 30 + .../templates/artifactory-service-grpc.yaml | 49 + .../templates/artifactory-service.yaml | 74 + .../templates/artifactory-serviceaccount.yaml | 17 + .../templates/artifactory-storage-pvc.yaml | 27 + .../templates/artifactory-system-yaml.yaml | 16 + .../templates/artifactory-unified-secret.yaml | 96 + .../templates/filebeat-configmap.yaml | 15 + .../107.98.14/templates/ingress-grpc.yaml | 80 + .../107.98.14/templates/ingress.yaml | 106 + .../107.98.14/templates/logger-configmap.yaml | 63 + .../templates/nginx-artifactory-conf.yaml | 18 + .../templates/nginx-certificate-secret.yaml | 14 + .../107.98.14/templates/nginx-conf.yaml | 18 + .../107.98.14/templates/nginx-deployment.yaml | 221 + .../107.98.14/templates/nginx-pdb.yaml | 23 + .../107.98.14/templates/nginx-pvc.yaml | 26 + .../templates/nginx-scripts-conf.yaml | 52 + .../107.98.14/templates/nginx-service.yaml | 94 + .../artifactory-ha/107.98.14/values.yaml | 1905 ++ .../artifactory-jcr/107.98.14/CHANGELOG.md | 206 + .../artifactory-jcr/107.98.14/Chart.yaml | 30 + .../jfrog/artifactory-jcr/107.98.14/LICENSE | 201 + .../jfrog/artifactory-jcr/107.98.14/README.md | 125 + .../artifactory-jcr/107.98.14/app-readme.md | 18 + .../107.98.14/charts/artifactory/.helmignore | 24 + .../107.98.14/charts/artifactory/CHANGELOG.md | 1389 ++ .../107.98.14/charts/artifactory/Chart.lock | 6 + .../107.98.14/charts/artifactory/Chart.yaml | 24 + .../107.98.14/charts/artifactory/LICENSE | 201 + .../107.98.14/charts/artifactory/README.md | 60 + .../artifactory/charts/postgresql/.helmignore | 21 + .../artifactory/charts/postgresql/Chart.lock | 6 + .../artifactory/charts/postgresql/Chart.yaml | 29 + .../artifactory/charts/postgresql/README.md | 770 + .../postgresql/charts/common/.helmignore | 22 + .../postgresql/charts/common/Chart.yaml | 23 + .../charts/postgresql/charts/common/README.md | 322 + .../charts/common/templates/_affinities.tpl | 94 + .../charts/common/templates/_capabilities.tpl | 95 + .../charts/common/templates/_errors.tpl | 23 + .../charts/common/templates/_images.tpl | 47 + .../charts/common/templates/_ingress.tpl | 42 + .../charts/common/templates/_labels.tpl | 18 + .../charts/common/templates/_names.tpl | 32 + .../charts/common/templates/_secrets.tpl | 129 + .../charts/common/templates/_storage.tpl | 23 + .../charts/common/templates/_tplvalues.tpl | 13 + .../charts/common/templates/_utils.tpl | 62 + .../charts/common/templates/_warnings.tpl | 14 + .../templates/validations/_cassandra.tpl | 72 + .../common/templates/validations/_mariadb.tpl | 103 + .../common/templates/validations/_mongodb.tpl | 108 + .../templates/validations/_postgresql.tpl | 131 + .../common/templates/validations/_redis.tpl | 72 + .../templates/validations/_validations.tpl | 46 + .../postgresql/charts/common/values.yaml | 3 + .../postgresql/ci/commonAnnotations.yaml | 3 + .../charts/postgresql/ci/default-values.yaml | 1 + .../ci/shmvolume-disabled-values.yaml | 2 + .../charts/postgresql/files/README.md | 1 + .../charts/postgresql/files/conf.d/README.md | 4 + .../docker-entrypoint-initdb.d/README.md | 3 + .../charts/postgresql/templates/NOTES.txt | 59 + .../charts/postgresql/templates/_helpers.tpl | 337 + .../postgresql/templates/configmap.yaml | 31 + .../templates/extended-config-configmap.yaml | 26 + .../postgresql/templates/extra-list.yaml | 4 + .../templates/initialization-configmap.yaml | 25 + .../templates/metrics-configmap.yaml | 14 + .../postgresql/templates/metrics-svc.yaml | 26 + .../postgresql/templates/networkpolicy.yaml | 39 + .../templates/podsecuritypolicy.yaml | 38 + .../postgresql/templates/prometheusrule.yaml | 23 + .../charts/postgresql/templates/role.yaml | 20 + .../postgresql/templates/rolebinding.yaml | 20 + .../charts/postgresql/templates/secrets.yaml | 24 + .../postgresql/templates/serviceaccount.yaml | 12 + .../postgresql/templates/servicemonitor.yaml | 33 + .../templates/statefulset-readreplicas.yaml | 411 + .../postgresql/templates/statefulset.yaml | 609 + .../postgresql/templates/svc-headless.yaml | 28 + .../charts/postgresql/templates/svc-read.yaml | 43 + .../charts/postgresql/templates/svc.yaml | 41 + .../charts/postgresql/values.schema.json | 103 + .../artifactory/charts/postgresql/values.yaml | 824 + .../artifactory/ci/access-tls-values.yaml | 24 + .../charts/artifactory/ci/default-values.yaml | 21 + .../artifactory/ci/derby-test-values.yaml | 19 + .../charts/artifactory/ci/global-values.yaml | 247 + .../charts/artifactory/ci/large-values.yaml | 82 + .../charts/artifactory/ci/loggers-values.yaml | 43 + .../charts/artifactory/ci/medium-values.yaml | 82 + .../ci/migration-disabled-values.yaml | 21 + .../ci/nginx-autoreload-values.yaml | 42 + .../ci/rtsplit-values-access-tls-values.yaml | 96 + .../charts/artifactory/ci/rtsplit-values.yaml | 151 + .../charts/artifactory/ci/small-values.yaml | 82 + .../charts/artifactory/ci/test-values.yaml | 84 + .../charts/artifactory/files/binarystore.xml | 429 + .../artifactory/files/installer-info.json | 32 + .../charts/artifactory/files/migrate.sh | 4311 ++++ .../artifactory/files/migrationHelmInfo.yaml | 27 + .../artifactory/files/migrationStatus.sh | 44 + .../files/nginx-artifactory-conf.yaml | 108 + .../artifactory/files/nginx-main-conf.yaml | 83 + .../charts/artifactory/files/system.yaml | 167 + .../artifactory/logo/artifactory-logo.png | Bin 0 -> 82419 bytes .../sizing/artifactory-2xlarge.yaml | 158 + .../artifactory/sizing/artifactory-large.yaml | 158 + .../sizing/artifactory-medium.yaml | 158 + .../artifactory/sizing/artifactory-small.yaml | 158 + .../sizing/artifactory-xlarge.yaml | 158 + .../sizing/artifactory-xsmall.yaml | 160 + .../charts/artifactory/templates/NOTES.txt | 106 + .../charts/artifactory/templates/_helpers.tpl | 544 + .../templates/_system-yaml-render.tpl | 5 + .../templates/additional-resources.yaml | 3 + .../templates/admin-bootstrap-creds.yaml | 15 + .../templates/artifactory-access-config.yaml | 15 + .../artifactory-binarystore-secret.yaml | 18 + .../templates/artifactory-configmaps.yaml | 13 + .../templates/artifactory-custom-secrets.yaml | 19 + .../artifactory-database-secrets.yaml | 24 + .../artifactory-gcp-credentials-secret.yaml | 16 + .../templates/artifactory-hpa.yaml | 29 + .../templates/artifactory-installer-info.yaml | 16 + .../templates/artifactory-license-secret.yaml | 16 + .../artifactory-migration-scripts.yaml | 18 + .../templates/artifactory-networkpolicy.yaml | 34 + .../templates/artifactory-nfs-pvc.yaml | 101 + .../templates/artifactory-pdb.yaml | 24 + .../templates/artifactory-priority-class.yaml | 9 + .../templates/artifactory-role.yaml | 14 + .../templates/artifactory-rolebinding.yaml | 19 + .../templates/artifactory-secrets.yaml | 30 + .../templates/artifactory-service-grpc.yaml | 44 + .../templates/artifactory-service.yaml | 65 + .../templates/artifactory-serviceaccount.yaml | 17 + .../templates/artifactory-statefulset.yaml | 1668 ++ .../templates/artifactory-system-yaml.yaml | 16 + .../templates/artifactory-unified-secret.yaml | 94 + .../templates/filebeat-configmap.yaml | 15 + .../artifactory/templates/ingress-grpc.yaml | 80 + .../charts/artifactory/templates/ingress.yaml | 109 + .../templates/logger-configmap.yaml | 63 + .../templates/nginx-artifactory-conf.yaml | 18 + .../templates/nginx-certificate-secret.yaml | 14 + .../artifactory/templates/nginx-conf.yaml | 18 + .../templates/nginx-deployment.yaml | 223 + .../artifactory/templates/nginx-pdb.yaml | 23 + .../artifactory/templates/nginx-pvc.yaml | 26 + .../templates/nginx-scripts-conf.yaml | 52 + .../artifactory/templates/nginx-service.yaml | 88 + .../107.98.14/charts/artifactory/values.yaml | 1817 ++ .../107.98.14/ci/default-values.yaml | 7 + .../107.98.14/logo/jcr-logo.png | Bin 0 -> 77047 bytes .../artifactory-jcr/107.98.14/questions.yml | 271 + .../107.98.14/templates/NOTES.txt | 1 + .../artifactory-jcr/107.98.14/values.yaml | 75 + charts/kuma/kuma/2.9.3/.helmdocsignore | 1 + charts/kuma/kuma/2.9.3/.helmignore | 23 + charts/kuma/kuma/2.9.3/Chart.yaml | 26 + charts/kuma/kuma/2.9.3/README.md | 316 + charts/kuma/kuma/2.9.3/README.md.gotmpl | 52 + .../2.9.3/crds/kuma.io_circuitbreakers.yaml | 50 + .../2.9.3/crds/kuma.io_containerpatches.yaml | 114 + .../2.9.3/crds/kuma.io_dataplaneinsights.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_dataplanes.yaml | 70 + .../2.9.3/crds/kuma.io_externalservices.yaml | 50 + .../2.9.3/crds/kuma.io_faultinjections.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_healthchecks.yaml | 50 + .../crds/kuma.io_hostnamegenerators.yaml | 72 + .../2.9.3/crds/kuma.io_meshaccesslogs.yaml | 557 + .../crds/kuma.io_meshcircuitbreakers.yaml | 739 + .../kuma/kuma/2.9.3/crds/kuma.io_meshes.yaml | 50 + .../crds/kuma.io_meshexternalservices.yaml | 333 + .../crds/kuma.io_meshfaultinjections.yaml | 420 + .../crds/kuma.io_meshgatewayinstances.yaml | 354 + .../2.9.3/crds/kuma.io_meshgatewayroutes.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_meshgateways.yaml | 50 + .../2.9.3/crds/kuma.io_meshhealthchecks.yaml | 382 + .../2.9.3/crds/kuma.io_meshhttproutes.yaml | 668 + .../kuma/2.9.3/crds/kuma.io_meshinsights.yaml | 50 + .../kuma.io_meshloadbalancingstrategies.yaml | 572 + .../kuma/2.9.3/crds/kuma.io_meshmetrics.yaml | 292 + .../crds/kuma.io_meshmultizoneservices.yaml | 199 + .../2.9.3/crds/kuma.io_meshpassthroughs.yaml | 165 + .../2.9.3/crds/kuma.io_meshproxypatches.yaml | 550 + .../2.9.3/crds/kuma.io_meshratelimits.yaml | 499 + .../kuma/2.9.3/crds/kuma.io_meshretries.yaml | 507 + .../kuma/2.9.3/crds/kuma.io_meshservices.yaml | 218 + .../2.9.3/crds/kuma.io_meshtcproutes.yaml | 282 + .../kuma/2.9.3/crds/kuma.io_meshtimeouts.yaml | 363 + .../kuma/2.9.3/crds/kuma.io_meshtlses.yaml | 239 + .../kuma/2.9.3/crds/kuma.io_meshtraces.yaml | 283 + .../crds/kuma.io_meshtrafficpermissions.yaml | 203 + .../2.9.3/crds/kuma.io_proxytemplates.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_ratelimits.yaml | 50 + .../kuma/kuma/2.9.3/crds/kuma.io_retries.yaml | 50 + .../2.9.3/crds/kuma.io_serviceinsights.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_timeouts.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_trafficlogs.yaml | 50 + .../crds/kuma.io_trafficpermissions.yaml | 50 + .../2.9.3/crds/kuma.io_trafficroutes.yaml | 50 + .../2.9.3/crds/kuma.io_traffictraces.yaml | 50 + .../2.9.3/crds/kuma.io_virtualoutbounds.yaml | 50 + .../kuma/2.9.3/crds/kuma.io_zoneegresses.yaml | 56 + .../crds/kuma.io_zoneegressinsights.yaml | 50 + .../2.9.3/crds/kuma.io_zoneingresses.yaml | 56 + .../crds/kuma.io_zoneingressinsights.yaml | 51 + .../kuma/2.9.3/crds/kuma.io_zoneinsights.yaml | 50 + .../kuma/kuma/2.9.3/crds/kuma.io_zones.yaml | 50 + charts/kuma/kuma/2.9.3/templates/NOTES.txt | 42 + charts/kuma/kuma/2.9.3/templates/_helpers.tpl | 432 + .../kuma/2.9.3/templates/cni-configmap.yaml | 22 + .../kuma/2.9.3/templates/cni-daemonset.yaml | 152 + .../kuma/kuma/2.9.3/templates/cni-rbac.yaml | 51 + .../kuma/2.9.3/templates/cp-configmap.yaml | 46 + .../kuma/2.9.3/templates/cp-deployment.yaml | 412 + .../templates/cp-global-sync-service.yaml | 33 + charts/kuma/kuma/2.9.3/templates/cp-hpa.yaml | 24 + .../kuma/kuma/2.9.3/templates/cp-ingress.yaml | 25 + .../cp-kds-global-server-secret.yaml | 15 + .../cp-kds-zone-client-tls-secret.yaml | 13 + charts/kuma/kuma/2.9.3/templates/cp-pdb.yaml | 20 + charts/kuma/kuma/2.9.3/templates/cp-rbac.yaml | 320 + .../kuma/kuma/2.9.3/templates/cp-service.yaml | 49 + .../templates/cp-webhooks-and-secrets.yaml | 346 + .../2.9.3/templates/egress-deployment.yaml | 138 + .../kuma/kuma/2.9.3/templates/egress-hpa.yaml | 24 + .../kuma/kuma/2.9.3/templates/egress-pdb.yaml | 20 + .../kuma/2.9.3/templates/egress-rbac.yaml | 18 + .../kuma/2.9.3/templates/egress-service.yaml | 32 + .../kuma/2.9.3/templates/gateway-class.yaml | 19 + .../2.9.3/templates/ingress-deployment.yaml | 142 + .../kuma/2.9.3/templates/ingress-hpa.yaml | 24 + .../kuma/2.9.3/templates/ingress-pdb.yaml | 20 + .../kuma/2.9.3/templates/ingress-rbac.yaml | 18 + .../kuma/2.9.3/templates/ingress-service.yaml | 32 + .../post-delete-cleanup-ebpf-job.yaml | 126 + .../2.9.3/templates/pre-delete-webhooks.yaml | 109 + .../pre-install-patch-namespace-job.yaml | 124 + .../pre-upgrade-install-crds-job.yaml | 171 + charts/kuma/kuma/2.9.3/values.yaml | 903 + .../new-relic/nri-bundle/5.0.107/.helmignore | 22 + .../new-relic/nri-bundle/5.0.107/Chart.lock | 39 + .../new-relic/nri-bundle/5.0.107/Chart.yaml | 85 + charts/new-relic/nri-bundle/5.0.107/README.md | 200 + .../nri-bundle/5.0.107/README.md.gotmpl | 166 + .../nri-bundle/5.0.107/app-readme.md | 5 + .../charts/k8s-agents-operator/.helmignore | 23 + .../charts/k8s-agents-operator/Chart.lock | 6 + .../charts/k8s-agents-operator/Chart.yaml | 20 + .../charts/k8s-agents-operator/README.md | 294 + .../k8s-agents-operator/README.md.gotmpl | 234 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 54 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../k8s-agents-operator/templates/NOTES.txt | 36 + .../templates/_helpers.tpl | 25 + .../k8s-agents-operator/templates/_naming.tpl | 52 + .../templates/_security_context.tpl | 21 + .../k8s-agents-operator/templates/_tls.tpl | 40 + .../templates/deployment.yaml | 122 + .../templates/instrumentation-crd.yaml | 407 + .../templates/leader-election-rbac.yaml | 51 + .../templates/manager-rbac.yaml | 88 + .../templates/metrics-reader-rbac.yaml | 11 + .../templates/metrics-service.yaml | 15 + .../templates/proxy-rbac.yaml | 35 + .../k8s-agents-operator/templates/secret.yaml | 19 + .../templates/selfsigned-issuer.yaml | 11 + .../templates/service-account.yaml | 11 + .../templates/serving-cert.yaml | 20 + .../templates/webhook-configuration.yaml | 134 + .../templates/webhook-service.yaml | 14 + .../tests/affinity_test.yaml | 107 + .../tests/annotations_test.yaml | 29 + .../tests/cert_manager_certificate_test.yaml | 53 + .../tests/cert_manager_issuer_test.yaml | 32 + .../tests/images_test.yaml | 61 + .../tests/node_selector_test.yaml | 51 + .../tests/resources_test.yaml | 28 + .../tests/security_context_test.yaml | 191 + .../tests/service_account_test.yaml | 83 + .../tests/tolerations_test.yaml | 65 + .../tests/webhook_ssl_test.yaml | 176 + .../charts/k8s-agents-operator/values.yaml | 132 + .../charts/kube-state-metrics/.helmignore | 21 + .../charts/kube-state-metrics/Chart.yaml | 26 + .../charts/kube-state-metrics/README.md | 85 + .../kube-state-metrics/templates/NOTES.txt | 23 + .../kube-state-metrics/templates/_helpers.tpl | 156 + .../templates/ciliumnetworkpolicy.yaml | 33 + .../templates/clusterrolebinding.yaml | 20 + .../templates/crs-configmap.yaml | 16 + .../templates/deployment.yaml | 336 + .../templates/extra-manifests.yaml | 4 + .../templates/kubeconfig-secret.yaml | 12 + .../templates/networkpolicy.yaml | 43 + .../kube-state-metrics/templates/pdb.yaml | 18 + .../templates/podsecuritypolicy.yaml | 39 + .../templates/psp-clusterrole.yaml | 19 + .../templates/psp-clusterrolebinding.yaml | 16 + .../templates/rbac-configmap.yaml | 22 + .../kube-state-metrics/templates/role.yaml | 212 + .../templates/rolebinding.yaml | 24 + .../kube-state-metrics/templates/service.yaml | 53 + .../templates/serviceaccount.yaml | 18 + .../templates/servicemonitor.yaml | 120 + .../templates/stsdiscovery-role.yaml | 26 + .../templates/stsdiscovery-rolebinding.yaml | 17 + .../templates/verticalpodautoscaler.yaml | 44 + .../charts/kube-state-metrics/values.yaml | 542 + .../newrelic-infra-operator/.helmignore | 1 + .../charts/newrelic-infra-operator/Chart.lock | 6 + .../charts/newrelic-infra-operator/Chart.yaml | 33 + .../charts/newrelic-infra-operator/README.md | 113 + .../newrelic-infra-operator/README.md.gotmpl | 77 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-values.yaml | 39 + .../templates/NOTES.txt | 4 + .../templates/_helpers.tpl | 136 + .../job-patch/clusterrole.yaml | 27 + .../job-patch/clusterrolebinding.yaml | 20 + .../job-patch/job-createSecret.yaml | 57 + .../job-patch/job-patchWebhook.yaml | 57 + .../admission-webhooks/job-patch/psp.yaml | 50 + .../admission-webhooks/job-patch/role.yaml | 21 + .../job-patch/rolebinding.yaml | 21 + .../job-patch/serviceaccount.yaml | 14 + .../mutatingWebhookConfiguration.yaml | 32 + .../templates/cert-manager.yaml | 52 + .../templates/clusterrole.yaml | 39 + .../templates/clusterrolebinding.yaml | 26 + .../templates/configmap.yaml | 9 + .../templates/deployment.yaml | 92 + .../templates/secret.yaml | 2 + .../templates/service.yaml | 13 + .../templates/serviceaccount.yaml | 13 + .../tests/deployment_test.yaml | 32 + .../tests/job_patch_psp_test.yaml | 23 + .../tests/job_serviceaccount_test.yaml | 64 + .../tests/rbac_test.yaml | 41 + .../newrelic-infra-operator/values.yaml | 222 + .../newrelic-infrastructure/.helmignore | 1 + .../charts/newrelic-infrastructure/Chart.lock | 6 + .../charts/newrelic-infrastructure/Chart.yaml | 26 + .../charts/newrelic-infrastructure/README.md | 221 + .../newrelic-infrastructure/README.md.gotmpl | 137 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../test-cplane-kind-deployment-values.yaml | 135 + .../ci/test-values.yaml | 134 + .../templates/NOTES.txt | 131 + .../templates/_helpers.tpl | 118 + .../templates/_helpers_compatibility.tpl | 202 + .../templates/clusterrole.yaml | 35 + .../templates/clusterrolebinding.yaml | 16 + .../controlplane/_affinity_helper.tpl | 11 + .../controlplane/_agent-config_helper.tpl | 20 + .../templates/controlplane/_host_network.tpl | 22 + .../templates/controlplane/_naming.tpl | 16 + .../templates/controlplane/_rbac.tpl | 40 + .../controlplane/_tolerations_helper.tpl | 11 + .../controlplane/agent-configmap.yaml | 18 + .../templates/controlplane/clusterrole.yaml | 47 + .../controlplane/clusterrolebinding.yaml | 16 + .../templates/controlplane/daemonset.yaml | 205 + .../templates/controlplane/rolebinding.yaml | 21 + .../controlplane/scraper-configmap.yaml | 36 + .../controlplane/serviceaccount.yaml | 13 + .../templates/ksm/_affinity_helper.tpl | 14 + .../templates/ksm/_agent-config_helper.tpl | 20 + .../templates/ksm/_host_network.tpl | 22 + .../templates/ksm/_naming.tpl | 8 + .../templates/ksm/_tolerations_helper.tpl | 11 + .../templates/ksm/agent-configmap.yaml | 18 + .../templates/ksm/deployment.yaml | 192 + .../templates/ksm/scraper-configmap.yaml | 15 + .../templates/kubelet/_affinity_helper.tpl | 33 + .../kubelet/_agent-config_helper.tpl | 31 + .../templates/kubelet/_host_network.tpl | 22 + .../templates/kubelet/_naming.tpl | 12 + .../kubelet/_security_context_helper.tpl | 32 + .../templates/kubelet/_tolerations_helper.tpl | 11 + .../templates/kubelet/agent-configmap.yaml | 18 + .../templates/kubelet/daemonset.yaml | 265 + .../kubelet/integrations-configmap.yaml | 72 + .../templates/kubelet/scraper-configmap.yaml | 18 + .../templates/podsecuritypolicy.yaml | 26 + .../templates/secret.yaml | 2 + .../templates/serviceaccount.yaml | 13 + .../newrelic-infrastructure/values.yaml | 610 + .../newrelic-k8s-metrics-adapter/.helmignore | 25 + .../newrelic-k8s-metrics-adapter/Chart.lock | 6 + .../newrelic-k8s-metrics-adapter/Chart.yaml | 25 + .../newrelic-k8s-metrics-adapter/README.md | 139 + .../README.md.gotmpl | 107 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-values.yaml | 14 + .../templates/_helpers.tpl | 57 + .../templates/adapter-clusterrolebinding.yaml | 14 + .../templates/adapter-rolebinding.yaml | 15 + .../templates/apiservice/apiservice.yaml | 19 + .../apiservice/job-patch/clusterrole.yaml | 26 + .../job-patch/clusterrolebinding.yaml | 19 + .../job-patch/job-createSecret.yaml | 55 + .../job-patch/job-patchAPIService.yaml | 53 + .../templates/apiservice/job-patch/psp.yaml | 49 + .../templates/apiservice/job-patch/role.yaml | 20 + .../apiservice/job-patch/rolebinding.yaml | 20 + .../apiservice/job-patch/serviceaccount.yaml | 18 + .../templates/configmap.yaml | 19 + .../templates/deployment.yaml | 113 + .../templates/hpa-clusterrole.yaml | 15 + .../templates/hpa-clusterrolebinding.yaml | 14 + .../templates/secret.yaml | 10 + .../templates/service.yaml | 13 + .../templates/serviceaccount.yaml | 13 + .../tests/apiservice_test.yaml | 22 + .../tests/common_extra_naming_test.yaml | 27 + .../tests/configmap_test.yaml | 104 + .../tests/deployment_test.yaml | 99 + .../tests/hpa_clusterrolebinding_test.yaml | 18 + .../job_patch_cluster_rolebinding_test.yaml | 22 + .../tests/job_patch_clusterrole_test.yaml | 20 + .../tests/job_patch_common_test.yaml | 27 + .../job_patch_job_createsecret_test.yaml | 47 + .../job_patch_job_patchapiservice_test.yaml | 56 + .../tests/job_serviceaccount_test.yaml | 79 + .../tests/rbac_test.yaml | 50 + .../newrelic-k8s-metrics-adapter/values.yaml | 156 + .../charts/newrelic-logging/Chart.lock | 6 + .../charts/newrelic-logging/Chart.yaml | 20 + .../5.0.107/charts/newrelic-logging/README.md | 268 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 54 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-enable-windows-values.yaml | 2 + .../ci/test-lowdatamode-values.yaml | 1 + .../ci/test-override-global-lowdatamode.yaml | 3 + .../ci/test-staging-values.yaml | 1 + .../ci/test-with-empty-global.yaml | 1 + .../ci/test-with-empty-values.yaml | 0 ...and-plugin-metrics-dashboard-template.json | 2237 ++ .../newrelic-logging/templates/NOTES.txt | 18 + .../newrelic-logging/templates/_helpers.tpl | 217 + .../templates/clusterrole.yaml | 23 + .../templates/clusterrolebinding.yaml | 15 + .../newrelic-logging/templates/configmap.yaml | 38 + .../templates/daemonset-windows.yaml | 174 + .../newrelic-logging/templates/daemonset.yaml | 212 + .../templates/persistentvolume.yaml | 57 + .../templates/podsecuritypolicy.yaml | 24 + .../newrelic-logging/templates/secret.yaml | 12 + .../templates/serviceaccount.yaml | 17 + .../tests/cri_parser_test.yaml | 37 + .../tests/dns_config_test.yaml | 62 + .../tests/endpoint_region_selection_test.yaml | 241 + .../fluentbit_k8logging_exclude_test.yaml | 45 + .../tests/fluentbit_persistence_test.yaml | 317 + .../tests/fluentbit_pod_label_test.yaml | 48 + .../tests/fluentbit_sendmetrics_test.yaml | 74 + .../tests/host_network_test.yaml | 46 + .../newrelic-logging/tests/images_test.yaml | 96 + .../tests/linux_volume_mount_test.yaml | 37 + .../newrelic-logging/tests/rbac_test.yaml | 48 + .../charts/newrelic-logging/values.yaml | 362 + .../5.0.107/charts/newrelic-pixie/Chart.yaml | 18 + .../5.0.107/charts/newrelic-pixie/README.md | 166 + .../charts/newrelic-pixie/ci/test-values.yaml | 5 + .../charts/newrelic-pixie/templates/NOTES.txt | 27 + .../newrelic-pixie/templates/_helpers.tpl | 172 + .../newrelic-pixie/templates/configmap.yaml | 12 + .../charts/newrelic-pixie/templates/job.yaml | 165 + .../newrelic-pixie/templates/secret.yaml | 20 + .../newrelic-pixie/tests/configmap.yaml | 44 + .../charts/newrelic-pixie/tests/jobs.yaml | 138 + .../5.0.107/charts/newrelic-pixie/values.yaml | 75 + .../newrelic-prometheus-agent/.helmignore | 23 + .../newrelic-prometheus-agent/Chart.lock | 6 + .../newrelic-prometheus-agent/Chart.yaml | 22 + .../newrelic-prometheus-agent/README.md | 244 + .../README.md.gotmpl | 209 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-values.yaml | 6 + .../static/lowdatamodedefaults.yaml | 6 + .../static/metrictyperelabeldefaults.yaml | 17 + .../templates/_helpers.tpl | 165 + .../templates/clusterrole.yaml | 24 + .../templates/clusterrolebinding.yaml | 16 + .../templates/configmap.yaml | 31 + .../templates/secret.yaml | 2 + .../templates/serviceaccount.yaml | 13 + .../templates/statefulset.yaml | 157 + .../tests/configmap_test.yaml | 572 + .../tests/configurator_image_test.yaml | 57 + .../tests/integration_filters_test.yaml | 119 + .../tests/lowdatamode_configmap_test.yaml | 138 + .../newrelic-prometheus-agent/values.yaml | 473 + .../5.0.107/charts/nri-kube-events/Chart.lock | 6 + .../5.0.107/charts/nri-kube-events/Chart.yaml | 26 + .../5.0.107/charts/nri-kube-events/README.md | 79 + .../charts/nri-kube-events/README.md.gotmpl | 43 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-bare-minimum-values.yaml | 3 + .../ci/test-custom-attributes-as-map.yaml | 12 + .../ci/test-custom-attributes-as-string.yaml | 11 + .../nri-kube-events/ci/test-values.yaml | 60 + .../nri-kube-events/templates/NOTES.txt | 3 + .../nri-kube-events/templates/_helpers.tpl | 45 + .../templates/_helpers_compatibility.tpl | 262 + .../templates/agent-configmap.yaml | 12 + .../templates/clusterrole.yaml | 42 + .../templates/clusterrolebinding.yaml | 16 + .../nri-kube-events/templates/configmap.yaml | 23 + .../nri-kube-events/templates/deployment.yaml | 124 + .../nri-kube-events/templates/secret.yaml | 2 + .../templates/serviceaccount.yaml | 11 + .../tests/agent_configmap_test.yaml | 46 + .../nri-kube-events/tests/configmap_test.yaml | 139 + .../tests/deployment_test.yaml | 104 + .../nri-kube-events/tests/images_test.yaml | 168 + .../tests/security_context_test.yaml | 77 + .../charts/nri-kube-events/values.yaml | 135 + .../charts/nri-metadata-injection/.helmignore | 1 + .../charts/nri-metadata-injection/Chart.lock | 6 + .../charts/nri-metadata-injection/Chart.yaml | 25 + .../charts/nri-metadata-injection/README.md | 68 + .../nri-metadata-injection/README.md.gotmpl | 41 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 58 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-values.yaml | 5 + .../templates/NOTES.txt | 23 + .../templates/_helpers.tpl | 72 + .../job-patch/clusterrole.yaml | 27 + .../job-patch/clusterrolebinding.yaml | 20 + .../job-patch/job-createSecret.yaml | 61 + .../job-patch/job-patchWebhook.yaml | 61 + .../admission-webhooks/job-patch/psp.yaml | 50 + .../admission-webhooks/job-patch/role.yaml | 21 + .../job-patch/rolebinding.yaml | 21 + .../job-patch/serviceaccount.yaml | 14 + .../mutatingWebhookConfiguration.yaml | 36 + .../templates/cert-manager.yaml | 53 + .../templates/deployment.yaml | 85 + .../templates/service.yaml | 13 + .../tests/cluster_test.yaml | 39 + .../tests/job_serviceaccount_test.yaml | 59 + .../tests/rbac_test.yaml | 38 + .../tests/volume_mounts_test.yaml | 30 + .../charts/nri-metadata-injection/values.yaml | 102 + .../5.0.107/charts/nri-prometheus/.helmignore | 22 + .../5.0.107/charts/nri-prometheus/Chart.lock | 6 + .../5.0.107/charts/nri-prometheus/Chart.yaml | 29 + .../5.0.107/charts/nri-prometheus/README.md | 116 + .../charts/nri-prometheus/README.md.gotmpl | 83 + .../charts/common-library/.helmignore | 23 + .../charts/common-library/Chart.yaml | 17 + .../charts/common-library/DEVELOPERS.md | 747 + .../charts/common-library/README.md | 106 + .../common-library/templates/_affinity.tpl | 10 + .../templates/_agent-config.tpl | 26 + .../common-library/templates/_cluster.tpl | 15 + .../templates/_custom-attributes.tpl | 17 + .../common-library/templates/_dnsconfig.tpl | 10 + .../common-library/templates/_fedramp.tpl | 25 + .../common-library/templates/_hostnetwork.tpl | 39 + .../common-library/templates/_images.tpl | 94 + .../common-library/templates/_insights.tpl | 56 + .../templates/_insights_secret.yaml.tpl | 21 + .../common-library/templates/_labels.tpl | 54 + .../common-library/templates/_license.tpl | 68 + .../templates/_license_secret.yaml.tpl | 21 + .../templates/_low-data-mode.tpl | 26 + .../common-library/templates/_naming.tpl | 73 + .../templates/_nodeselector.tpl | 10 + .../templates/_priority-class-name.tpl | 10 + .../common-library/templates/_privileged.tpl | 28 + .../common-library/templates/_proxy.tpl | 10 + .../common-library/templates/_region.tpl | 74 + .../templates/_security-context.tpl | 23 + .../templates/_serviceaccount.tpl | 90 + .../common-library/templates/_staging.tpl | 39 + .../common-library/templates/_tolerations.tpl | 10 + .../common-library/templates/_userkey.tpl | 56 + .../templates/_userkey_secret.yaml.tpl | 21 + .../common-library/templates/_verbose-log.tpl | 54 + .../charts/common-library/values.yaml | 1 + .../ci/test-lowdatamode-values.yaml | 9 + .../ci/test-override-global-lowdatamode.yaml | 10 + .../charts/nri-prometheus/ci/test-values.yaml | 104 + .../static/lowdatamodedefaults.yaml | 10 + .../nri-prometheus/templates/_helpers.tpl | 15 + .../nri-prometheus/templates/clusterrole.yaml | 23 + .../templates/clusterrolebinding.yaml | 16 + .../nri-prometheus/templates/configmap.yaml | 21 + .../nri-prometheus/templates/deployment.yaml | 98 + .../nri-prometheus/templates/secret.yaml | 2 + .../templates/serviceaccount.yaml | 13 + .../nri-prometheus/tests/configmap_test.yaml | 86 + .../nri-prometheus/tests/deployment_test.yaml | 82 + .../nri-prometheus/tests/labels_test.yaml | 32 + .../5.0.107/charts/nri-prometheus/values.yaml | 251 + .../charts/pixie-operator-chart/Chart.yaml | 4 + .../pixie-operator-chart/crds/olm_crd.yaml | 9045 +++++++ .../pixie-operator-chart/crds/vizier_crd.yaml | 347 + .../templates/00_olm.yaml | 236 + .../templates/01_px_olm.yaml | 13 + .../templates/02_catalog.yaml | 40 + .../templates/03_subscription.yaml | 15 + .../templates/04_vizier.yaml | 100 + .../templates/csv-deleter.yaml | 58 + .../templates/deleter-role.yaml | 77 + .../templates/deleter.yaml | 25 + .../charts/pixie-operator-chart/values.yaml | 78 + .../nri-bundle/5.0.107/ci/test-values.yaml | 21 + .../nri-bundle/5.0.107/questions.yaml | 113 + .../new-relic/nri-bundle/5.0.107/values.yaml | 169 + charts/percona/psmdb-db/1.19.0/.helmignore | 22 + charts/percona/psmdb-db/1.19.0/Chart.yaml | 19 + charts/percona/psmdb-db/1.19.0/README.md | 329 + .../psmdb-db/1.19.0/templates/NOTES.txt | 40 + .../psmdb-db/1.19.0/templates/_helpers.tpl | 45 + .../1.19.0/templates/cluster-secret.yaml | 12 + .../psmdb-db/1.19.0/templates/cluster.yaml | 678 + charts/percona/psmdb-db/1.19.0/values.yaml | 695 + .../percona/psmdb-operator/1.19.0/.helmignore | 22 + .../percona/psmdb-operator/1.19.0/Chart.yaml | 20 + .../percona/psmdb-operator/1.19.0/LICENSE.txt | 13 + .../percona/psmdb-operator/1.19.0/README.md | 76 + .../psmdb-operator/1.19.0/crds/crd.yaml | 19586 ++++++++++++++++ .../psmdb-operator/1.19.0/templates/NOTES.txt | 15 + .../1.19.0/templates/_helpers.tpl | 45 + .../1.19.0/templates/deployment.yaml | 108 + .../1.19.0/templates/namespace.yaml | 11 + .../1.19.0/templates/role-binding.yaml | 41 + .../psmdb-operator/1.19.0/templates/role.yaml | 167 + .../percona/psmdb-operator/1.19.0/values.yaml | 99 + .../speedscale-operator/2.3.134/.helmignore | 23 + .../speedscale-operator/2.3.134/Chart.yaml | 27 + .../speedscale-operator/2.3.134/LICENSE | 201 + .../speedscale-operator/2.3.134/README.md | 111 + .../speedscale-operator/2.3.134/app-readme.md | 111 + .../2.3.134/questions.yaml | 9 + .../2.3.134/templates/NOTES.txt | 12 + .../2.3.134/templates/admission.yaml | 209 + .../2.3.134/templates/configmap.yaml | 43 + .../2.3.134/templates/crds/agenttasks.yaml | 161 + .../templates/crds/trafficreplays.yaml | 522 + .../2.3.134/templates/deployments.yaml | 132 + .../2.3.134/templates/hooks.yaml | 79 + .../2.3.134/templates/rbac.yaml | 246 + .../2.3.134/templates/secrets.yaml | 18 + .../2.3.134/templates/services.yaml | 22 + .../2.3.134/templates/tls.yaml | 189 + .../speedscale-operator/2.3.134/values.yaml | 138 + index.yaml | 332 +- 1159 files changed, 158080 insertions(+), 3 deletions(-) create mode 100644 assets/codefresh/cf-runtime-7.4.2.tgz create mode 100644 assets/external-secrets/external-secrets-0.13.0.tgz create mode 100644 assets/jfrog/artifactory-ha-107.98.14.tgz create mode 100644 assets/jfrog/artifactory-jcr-107.98.14.tgz create mode 100644 assets/kuma/kuma-2.9.3.tgz create mode 100644 assets/new-relic/nri-bundle-5.0.107.tgz create mode 100644 assets/percona/psmdb-db-1.19.0.tgz create mode 100644 assets/percona/psmdb-operator-1.19.0.tgz create mode 100644 assets/speedscale/speedscale-operator-2.3.134.tgz create mode 100644 charts/codefresh/cf-runtime/7.4.2/.helmignore create mode 100644 charts/codefresh/cf-runtime/7.4.2/Chart.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/README.md create mode 100644 charts/codefresh/cf-runtime/7.4.2/README.md.gotmpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/files/cleanup-runtime.sh create mode 100644 charts/codefresh/cf-runtime/7.4.2/files/configure-dind-certs.sh create mode 100644 charts/codefresh/cf-runtime/7.4.2/files/init-runtime.sh create mode 100644 charts/codefresh/cf-runtime/7.4.2/files/reconcile-runtime.sh create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_env-vars.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_ingress.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/app-proxy/_service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_env-vars.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/event-exporter/_serviceMontor.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/monitor/_deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/monitor/_env-vars.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/monitor/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/monitor/_rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/monitor/_service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/_deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/_rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/environment-variables/_init-container.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/environment-variables/_main-container.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/runner/environment-variables/_sidecar-container.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_cronjob.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_daemonset.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_env-vars.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_secret.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_components/volume-provisioner/_storageclass.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/app-proxy/deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/app-proxy/ingress.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/app-proxy/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/app-proxy/service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/event-exporter/deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/event-exporter/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/event-exporter/service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/extra/extra-resources.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/extra/runtime-images-cm.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/post-install/cm-update-runtime.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/post-install/job-gencerts-dind.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/post-install/job-update-runtime.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/post-install/rbac-gencerts-dind.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/pre-delete/job-cleanup-resources.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/hooks/pre-delete/rbac-cleanup-resources.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/monitor/deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/monitor/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/monitor/service.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/other/external-secrets.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/other/podMonitor.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/other/serviceMonitor.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runner/deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runner/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/_helpers.tpl create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/cm-dind-daemon.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/runtime-env-spec-tmpl.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/secret.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/runtime/svc-dind.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/cronjob.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/daemonset.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/deployment.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/rbac.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/secret.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/templates/volume-provisioner/storageclass.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/values-rootless.yaml create mode 100644 charts/codefresh/cf-runtime/7.4.2/values.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/Chart.lock create mode 100644 charts/external-secrets/external-secrets/0.13.0/Chart.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/README.md create mode 100644 charts/external-secrets/external-secrets/0.13.0/app-readme.md create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/.helmignore create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/Chart.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/templates/NOTES.txt create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/templates/_helpers.tpl create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/templates/deployment.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/templates/service.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/templates/serviceaccount.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/tests/__snapshot__/deployment_test.yaml.snap create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/tests/deployment_test.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/charts/bitwarden-sdk-server/values.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/questions.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/NOTES.txt create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/_helpers.tpl create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/cert-controller-deployment.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/cert-controller-poddisruptionbudget.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/cert-controller-rbac.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/cert-controller-service.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/cert-controller-serviceaccount.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/acraccesstoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/clusterexternalsecret.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/clustergenerator.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/clustersecretstore.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/ecrauthorizationtoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/externalsecret.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/fake.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/gcraccesstoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/githubaccesstoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/password.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/pushsecret.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/quayaccesstoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/secretstore.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/stssessiontoken.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/uuid.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/vaultdynamicsecret.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/crds/webhook.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/deployment.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/extra-manifests.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/poddisruptionbudget.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/rbac.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/service.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/serviceaccount.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/servicemonitor.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/validatingwebhook.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-certificate.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-deployment.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-poddisruptionbudget.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-secret.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-service.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/templates/webhook-serviceaccount.yaml create mode 100644 charts/external-secrets/external-secrets/0.13.0/values.schema.json create mode 100644 charts/external-secrets/external-secrets/0.13.0/values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/.helmignore create mode 100644 charts/jfrog/artifactory-ha/107.98.14/CHANGELOG.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/Chart.lock create mode 100644 charts/jfrog/artifactory-ha/107.98.14/Chart.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/LICENSE create mode 100644 charts/jfrog/artifactory-ha/107.98.14/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/app-readme.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/.helmignore create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/Chart.lock create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/Chart.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/.helmignore create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/Chart.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_affinities.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_capabilities.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_errors.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_images.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_ingress.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_labels.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_names.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_secrets.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_storage.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_tplvalues.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_utils.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/_warnings.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_cassandra.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_mariadb.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_mongodb.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_postgresql.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_redis.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/templates/validations/_validations.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/charts/common/values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/ci/commonAnnotations.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/ci/default-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/ci/shmvolume-disabled-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/files/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/files/conf.d/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/files/docker-entrypoint-initdb.d/README.md create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/NOTES.txt create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/_helpers.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/extended-config-configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/extra-list.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/initialization-configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/metrics-configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/metrics-svc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/networkpolicy.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/podsecuritypolicy.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/prometheusrule.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/role.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/rolebinding.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/secrets.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/serviceaccount.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/servicemonitor.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/statefulset-readreplicas.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/statefulset.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/svc-headless.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/svc-read.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/templates/svc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/values.schema.json create mode 100644 charts/jfrog/artifactory-ha/107.98.14/charts/postgresql/values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/access-tls-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/default-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/global-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/large-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/loggers-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/medium-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/migration-disabled-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/nginx-autoreload-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/rtsplit-access-tls-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/rtsplit-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/small-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/ci/test-values.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/binarystore.xml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/installer-info.json create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/migrate.sh create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/migrationHelmInfo.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/migrationStatus.sh create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/nginx-artifactory-conf.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/nginx-main-conf.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/files/system.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/logo/artifactory-logo.png create mode 100644 charts/jfrog/artifactory-ha/107.98.14/questions.yml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-2xlarge.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-large.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-medium.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-small.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-xlarge.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/sizing/artifactory-xsmall.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/NOTES.txt create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/_helpers.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/_system-yaml-render.tpl create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/additional-resources.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/admin-bootstrap-creds.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-access-config.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-binarystore-secret.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-configmaps.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-custom-secrets.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-database-secrets.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-gcp-credentials-secret.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-installer-info.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-license-secret.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-migration-scripts.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-networkpolicy.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-nfs-pvc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-node-pdb.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-node-statefulset.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-primary-pdb.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-primary-service.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-primary-statefulset.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-priority-class.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-role.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-rolebinding.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-secrets.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-service-grpc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-service.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-serviceaccount.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-storage-pvc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-system-yaml.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/artifactory-unified-secret.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/filebeat-configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/ingress-grpc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/ingress.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/logger-configmap.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-artifactory-conf.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-certificate-secret.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-conf.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-deployment.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-pdb.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-pvc.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-scripts-conf.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/templates/nginx-service.yaml create mode 100644 charts/jfrog/artifactory-ha/107.98.14/values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/CHANGELOG.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/Chart.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/LICENSE create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/app-readme.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/.helmignore create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/CHANGELOG.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/Chart.lock create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/Chart.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/LICENSE create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/.helmignore create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/Chart.lock create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/Chart.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/.helmignore create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/Chart.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_affinities.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_capabilities.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_errors.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_images.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_ingress.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_labels.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_names.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_secrets.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_storage.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_tplvalues.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_utils.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/_warnings.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_cassandra.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_mariadb.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_mongodb.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_postgresql.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_redis.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/templates/validations/_validations.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/charts/common/values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/ci/commonAnnotations.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/ci/default-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/ci/shmvolume-disabled-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/files/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/files/conf.d/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/files/docker-entrypoint-initdb.d/README.md create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/NOTES.txt create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/_helpers.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/extended-config-configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/extra-list.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/initialization-configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/metrics-configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/metrics-svc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/networkpolicy.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/podsecuritypolicy.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/prometheusrule.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/role.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/rolebinding.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/secrets.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/serviceaccount.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/servicemonitor.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/statefulset-readreplicas.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/statefulset.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/svc-headless.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/svc-read.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/templates/svc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/values.schema.json create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/charts/postgresql/values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/access-tls-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/default-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/derby-test-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/global-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/large-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/loggers-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/medium-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/migration-disabled-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/nginx-autoreload-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/rtsplit-values-access-tls-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/rtsplit-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/small-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/ci/test-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/binarystore.xml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/installer-info.json create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/migrate.sh create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/migrationHelmInfo.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/migrationStatus.sh create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/nginx-artifactory-conf.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/nginx-main-conf.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/files/system.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/logo/artifactory-logo.png create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-2xlarge.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-large.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-medium.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-small.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-xlarge.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/sizing/artifactory-xsmall.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/NOTES.txt create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/_helpers.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/_system-yaml-render.tpl create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/additional-resources.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/admin-bootstrap-creds.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-access-config.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-binarystore-secret.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-configmaps.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-custom-secrets.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-database-secrets.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-gcp-credentials-secret.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-hpa.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-installer-info.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-license-secret.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-migration-scripts.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-networkpolicy.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-nfs-pvc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-pdb.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-priority-class.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-role.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-rolebinding.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-secrets.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-service-grpc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-service.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-serviceaccount.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-statefulset.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-system-yaml.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/artifactory-unified-secret.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/filebeat-configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/ingress-grpc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/ingress.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/logger-configmap.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-artifactory-conf.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-certificate-secret.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-conf.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-deployment.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-pdb.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-pvc.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-scripts-conf.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/templates/nginx-service.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/charts/artifactory/values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/ci/default-values.yaml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/logo/jcr-logo.png create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/questions.yml create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/templates/NOTES.txt create mode 100644 charts/jfrog/artifactory-jcr/107.98.14/values.yaml create mode 100644 charts/kuma/kuma/2.9.3/.helmdocsignore create mode 100644 charts/kuma/kuma/2.9.3/.helmignore create mode 100644 charts/kuma/kuma/2.9.3/Chart.yaml create mode 100644 charts/kuma/kuma/2.9.3/README.md create mode 100644 charts/kuma/kuma/2.9.3/README.md.gotmpl create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_circuitbreakers.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_containerpatches.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_dataplaneinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_dataplanes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_externalservices.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_faultinjections.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_healthchecks.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_hostnamegenerators.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshaccesslogs.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshcircuitbreakers.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshexternalservices.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshfaultinjections.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshgatewayinstances.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshgatewayroutes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshgateways.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshhealthchecks.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshhttproutes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshloadbalancingstrategies.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshmetrics.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshmultizoneservices.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshpassthroughs.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshproxypatches.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshratelimits.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshretries.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshservices.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshtcproutes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshtimeouts.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshtlses.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshtraces.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_meshtrafficpermissions.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_proxytemplates.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_ratelimits.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_retries.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_serviceinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_timeouts.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_trafficlogs.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_trafficpermissions.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_trafficroutes.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_traffictraces.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_virtualoutbounds.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zoneegresses.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zoneegressinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zoneingresses.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zoneingressinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zoneinsights.yaml create mode 100644 charts/kuma/kuma/2.9.3/crds/kuma.io_zones.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/NOTES.txt create mode 100644 charts/kuma/kuma/2.9.3/templates/_helpers.tpl create mode 100644 charts/kuma/kuma/2.9.3/templates/cni-configmap.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cni-daemonset.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cni-rbac.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-configmap.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-deployment.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-global-sync-service.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-hpa.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-ingress.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-kds-global-server-secret.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-kds-zone-client-tls-secret.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-pdb.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-rbac.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-service.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/cp-webhooks-and-secrets.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/egress-deployment.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/egress-hpa.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/egress-pdb.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/egress-rbac.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/egress-service.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/gateway-class.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/ingress-deployment.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/ingress-hpa.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/ingress-pdb.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/ingress-rbac.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/ingress-service.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/post-delete-cleanup-ebpf-job.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/pre-delete-webhooks.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/pre-install-patch-namespace-job.yaml create mode 100644 charts/kuma/kuma/2.9.3/templates/pre-upgrade-install-crds-job.yaml create mode 100644 charts/kuma/kuma/2.9.3/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/app-readme.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/_security_context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/_tls.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/instrumentation-crd.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/leader-election-rbac.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/manager-rbac.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/metrics-reader-rbac.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/metrics-service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/proxy-rbac.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/selfsigned-issuer.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/service-account.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/serving-cert.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/webhook-configuration.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/templates/webhook-service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/affinity_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/annotations_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/cert_manager_certificate_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/cert_manager_issuer_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/images_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/node_selector_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/resources_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/security_context_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/service_account_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/tolerations_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/tests/webhook_ssl_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/k8s-agents-operator/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/ciliumnetworkpolicy.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/crs-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/extra-manifests.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/kubeconfig-secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/networkpolicy.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/pdb.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/podsecuritypolicy.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/psp-clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/psp-clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/rbac-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/servicemonitor.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/stsdiscovery-role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/stsdiscovery-rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/templates/verticalpodautoscaler.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/kube-state-metrics/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/job-createSecret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/job-patchWebhook.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/psp.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/job-patch/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/admission-webhooks/mutatingWebhookConfiguration.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/cert-manager.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/tests/deployment_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/tests/job_patch_psp_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/tests/job_serviceaccount_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/tests/rbac_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infra-operator/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/ci/test-cplane-kind-deployment-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/_helpers_compatibility.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_affinity_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_agent-config_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_host_network.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_rbac.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/_tolerations_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/agent-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/daemonset.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/scraper-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/controlplane/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/_affinity_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/_agent-config_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/_host_network.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/_tolerations_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/agent-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/ksm/scraper-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_affinity_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_agent-config_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_host_network.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_security_context_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/_tolerations_helper.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/agent-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/daemonset.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/integrations-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/kubelet/scraper-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/podsecuritypolicy.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-infrastructure/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/adapter-clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/adapter-rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/apiservice.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/job-createSecret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/job-patchAPIService.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/psp.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/apiservice/job-patch/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/hpa-clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/hpa-clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/apiservice_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/common_extra_naming_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/deployment_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/hpa_clusterrolebinding_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_patch_cluster_rolebinding_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_patch_clusterrole_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_patch_common_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_patch_job_createsecret_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_patch_job_patchapiservice_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/job_serviceaccount_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/tests/rbac_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-k8s-metrics-adapter/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-enable-windows-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-lowdatamode-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-override-global-lowdatamode.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-staging-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-with-empty-global.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/ci/test-with-empty-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/fluent-bit-and-plugin-metrics-dashboard-template.json create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/daemonset-windows.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/daemonset.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/persistentvolume.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/podsecuritypolicy.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/cri_parser_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/dns_config_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/endpoint_region_selection_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/fluentbit_k8logging_exclude_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/fluentbit_persistence_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/fluentbit_pod_label_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/fluentbit_sendmetrics_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/host_network_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/images_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/linux_volume_mount_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/tests/rbac_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-logging/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/templates/job.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/tests/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/tests/jobs.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-pixie/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/static/lowdatamodedefaults.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/static/metrictyperelabeldefaults.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/templates/statefulset.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/tests/configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/tests/configurator_image_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/tests/integration_filters_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/tests/lowdatamode_configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/newrelic-prometheus-agent/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/ci/test-bare-minimum-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/ci/test-custom-attributes-as-map.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/ci/test-custom-attributes-as-string.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/_helpers_compatibility.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/agent-configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/tests/agent_configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/tests/configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/tests/deployment_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/tests/images_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/tests/security_context_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-kube-events/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/NOTES.txt create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/job-createSecret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/job-patchWebhook.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/psp.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/rolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/job-patch/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/admission-webhooks/mutatingWebhookConfiguration.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/cert-manager.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/templates/service.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/tests/cluster_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/tests/job_serviceaccount_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/tests/rbac_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/tests/volume_mounts_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-metadata-injection/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/Chart.lock create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/README.md.gotmpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/.helmignore create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/DEVELOPERS.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/README.md create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_affinity.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_agent-config.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_cluster.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_custom-attributes.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_dnsconfig.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_fedramp.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_hostnetwork.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_images.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_insights.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_insights_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_labels.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_license.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_license_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_low-data-mode.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_naming.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_nodeselector.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_priority-class-name.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_privileged.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_proxy.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_region.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_security-context.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_serviceaccount.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_staging.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_tolerations.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_userkey.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_userkey_secret.yaml.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/templates/_verbose-log.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/charts/common-library/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/ci/test-lowdatamode-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/ci/test-override-global-lowdatamode.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/static/lowdatamodedefaults.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/_helpers.tpl create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/clusterrole.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/clusterrolebinding.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/configmap.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/deployment.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/secret.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/templates/serviceaccount.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/tests/configmap_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/tests/deployment_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/tests/labels_test.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/nri-prometheus/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/Chart.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/crds/olm_crd.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/crds/vizier_crd.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/00_olm.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/01_px_olm.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/02_catalog.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/03_subscription.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/04_vizier.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/csv-deleter.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/deleter-role.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/templates/deleter.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/charts/pixie-operator-chart/values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/ci/test-values.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/questions.yaml create mode 100644 charts/new-relic/nri-bundle/5.0.107/values.yaml create mode 100644 charts/percona/psmdb-db/1.19.0/.helmignore create mode 100644 charts/percona/psmdb-db/1.19.0/Chart.yaml create mode 100644 charts/percona/psmdb-db/1.19.0/README.md create mode 100644 charts/percona/psmdb-db/1.19.0/templates/NOTES.txt create mode 100644 charts/percona/psmdb-db/1.19.0/templates/_helpers.tpl create mode 100644 charts/percona/psmdb-db/1.19.0/templates/cluster-secret.yaml create mode 100644 charts/percona/psmdb-db/1.19.0/templates/cluster.yaml create mode 100644 charts/percona/psmdb-db/1.19.0/values.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/.helmignore create mode 100644 charts/percona/psmdb-operator/1.19.0/Chart.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/LICENSE.txt create mode 100644 charts/percona/psmdb-operator/1.19.0/README.md create mode 100644 charts/percona/psmdb-operator/1.19.0/crds/crd.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/NOTES.txt create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/_helpers.tpl create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/deployment.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/namespace.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/role-binding.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/templates/role.yaml create mode 100644 charts/percona/psmdb-operator/1.19.0/values.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/.helmignore create mode 100644 charts/speedscale/speedscale-operator/2.3.134/Chart.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/LICENSE create mode 100644 charts/speedscale/speedscale-operator/2.3.134/README.md create mode 100644 charts/speedscale/speedscale-operator/2.3.134/app-readme.md create mode 100644 charts/speedscale/speedscale-operator/2.3.134/questions.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/NOTES.txt create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/admission.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/configmap.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/crds/agenttasks.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/crds/trafficreplays.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/deployments.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/hooks.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/rbac.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/secrets.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/services.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/templates/tls.yaml create mode 100644 charts/speedscale/speedscale-operator/2.3.134/values.yaml diff --git a/assets/codefresh/cf-runtime-7.4.2.tgz b/assets/codefresh/cf-runtime-7.4.2.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8b59676c18f71d297b065b339192eb5f7ee3302f GIT binary patch literal 48636 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