Skip to content

Commit

Permalink
Merge pull request #2 from foomo/sesamy
Browse files Browse the repository at this point in the history
feat(sesamy-gtm): replace enrichment with collect
  • Loading branch information
franklinkim authored Mar 4, 2024
2 parents c215a34 + 56036a9 commit 1db341d
Show file tree
Hide file tree
Showing 36 changed files with 582 additions and 1,385 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
*.tgz
/tmp/
!.github/
!.gitignore
!**/.gitkeep
Expand Down
31 changes: 12 additions & 19 deletions charts/csp-reporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
apiVersion: v2
type: application
name: csp-reporter
description: Content Security Policy Reporter
icon: https://avatars.githubusercontent.com/u/889755?s=200&v=4
home: https://www.foomo.org
keywords:
- foomo
- sesamy
sources:
- https://github.com/foomo/helm-charts
annotations:
"artifacthub.io/links": |
- name: Chart Source
url: https://github.com/foomo/helm-charts
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.3.0"
appVersion: 1.3.0
6 changes: 6 additions & 0 deletions charts/csp-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Content Security Policy Reporter

**Homepage:** <https://www.foomo.org>

## Source Code

* <https://github.com/foomo/helm-charts>

## Values

| Key | Type | Default | Description |
Expand Down
23 changes: 0 additions & 23 deletions charts/sesamy-gtm-enrichment/.helmignore

This file was deleted.

8 changes: 0 additions & 8 deletions charts/sesamy-gtm-enrichment/Chart.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions charts/sesamy-gtm-enrichment/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions charts/sesamy-gtm-enrichment/README.md.gotmpl

This file was deleted.

69 changes: 0 additions & 69 deletions charts/sesamy-gtm-enrichment/templates/_helpers.tpl

This file was deleted.

22 changes: 0 additions & 22 deletions charts/sesamy-gtm-enrichment/templates/enrichment/_helpers.tpl

This file was deleted.

Loading

0 comments on commit 1db341d

Please sign in to comment.