Skip to content

Commit

Permalink
Merge pull request #145 from one-acre-fund/fix/kutt
Browse files Browse the repository at this point in the history
remove sentry dsn from secrets
  • Loading branch information
bisonlou authored Nov 24, 2022
2 parents 9ba3d50 + e07734e commit b7c5edc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/kutt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.2.1
version: 0.2.2

# 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
Expand Down
7 changes: 4 additions & 3 deletions charts/kutt/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# kutt

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)


A Helm chart for Kubernetes

Expand Down Expand Up @@ -43,6 +44,8 @@ A Helm chart for Kubernetes
| env.MAIL_SECURE | string | `"true"` | |
| env.REDIS_HOST | string | `"kutt-redis-master"` | |
| env.REPORT_EMAIL | string | `"admin@gmail.com"` | |
| env.SENTRY_PRIVATE_DSN | string | `"https://sentry/dsn"` | |
| env.SENTRY_PUBLIC_DSN | string | `"https://sentry/dsn"` | |
| env.SITE_NAME | string | `"kutt"` | |
| env.USER_LIMIT_PER_DAY | int | `50` | |
| fullnameOverride | string | `""` | |
Expand Down Expand Up @@ -77,8 +80,6 @@ A Helm chart for Kubernetes
| secretEnv.MAIL_USER | string | `""` | |
| secretEnv.RECAPTCHA_SECRET_KEY | string | `""` | |
| secretEnv.RECAPTCHA_SITE_KEY | string | `""` | |
| secretEnv.SENTRY_PRIVATE_DSN | string | `""` | |
| secretEnv.SENTRY_PUBLIC_DSN | string | `""` | |
| securityContext | object | `{}` | |
| service.port | int | `10195` | |
| service.type | string | `"ClusterIP"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/kutt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ secretEnv:
MAIL_PASSWORD: ""
MAIL_USER: ""
JWT_SECRET: ""
SENTRY_PRIVATE_DSN: ""
SENTRY_PUBLIC_DSN: ""
RECAPTCHA_SECRET_KEY: ""
RECAPTCHA_SITE_KEY: ""

Expand All @@ -100,6 +98,8 @@ env:
DB_USER: postgres
DB_NAME: redis
REDIS_HOST: "kutt-redis-master"
SENTRY_PRIVATE_DSN: https://sentry/dsn
SENTRY_PUBLIC_DSN: https://sentry/dsn

# Enabled redis
redis:
Expand Down
2 changes: 1 addition & 1 deletion charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.1.44
version: 0.1.45

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/n8n/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# n8n

![Version: 0.1.44](https://img.shields.io/badge/Version-0.1.44-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.203.1](https://img.shields.io/badge/AppVersion-0.203.1-informational?style=flat-square)
![Version: 0.1.45](https://img.shields.io/badge/Version-0.1.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.173.2](https://img.shields.io/badge/AppVersion-0.173.2-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down

0 comments on commit b7c5edc

Please sign in to comment.