From b860534d8285ef3622b4826ce55e4347eb197926 Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Thu, 24 Nov 2022 12:23:06 +0300 Subject: [PATCH 1/3] remove sentry dsn from secrets --- charts/kutt/Chart.yaml | 2 +- charts/kutt/README.md | 6 +++--- charts/kutt/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index e38a433..c6f313d 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -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.0 +version: 0.2.1 # 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 diff --git a/charts/kutt/README.md b/charts/kutt/README.md index 7efaee1..d1ff082 100644 --- a/charts/kutt/README.md +++ b/charts/kutt/README.md @@ -1,6 +1,6 @@ # kutt -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-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.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) A Helm chart for Kubernetes @@ -43,6 +43,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 | `""` | | +| env.SENTRY_PUBLIC_DSN | string | `""` | | | env.SITE_NAME | string | `"kutt"` | | | env.USER_LIMIT_PER_DAY | int | `50` | | | fullnameOverride | string | `""` | | @@ -77,8 +79,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"` | | diff --git a/charts/kutt/values.yaml b/charts/kutt/values.yaml index c90d5e2..293e821 100644 --- a/charts/kutt/values.yaml +++ b/charts/kutt/values.yaml @@ -75,8 +75,6 @@ secretEnv: MAIL_PASSWORD: "" MAIL_USER: "" JWT_SECRET: "" - SENTRY_PRIVATE_DSN: "" - SENTRY_PUBLIC_DSN: "" RECAPTCHA_SECRET_KEY: "" RECAPTCHA_SITE_KEY: "" @@ -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: From 8656f6aa9e1012b5392e73f9147672183ebfb6e6 Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Thu, 24 Nov 2022 12:30:44 +0300 Subject: [PATCH 2/3] bump version --- charts/kutt/Chart.yaml | 2 +- charts/kutt/README.md | 6 +++--- charts/n8n/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index c6f313d..69c1a94 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -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 diff --git a/charts/kutt/README.md b/charts/kutt/README.md index d1ff082..d55c445 100644 --- a/charts/kutt/README.md +++ b/charts/kutt/README.md @@ -1,6 +1,6 @@ # 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 @@ -43,8 +43,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 | `""` | | -| env.SENTRY_PUBLIC_DSN | string | `""` | | +| 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 | `""` | | diff --git a/charts/n8n/README.md b/charts/n8n/README.md index aa47eba..ef280cc 100644 --- a/charts/n8n/README.md +++ b/charts/n8n/README.md @@ -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.173.1](https://img.shields.io/badge/AppVersion-0.173.1-informational?style=flat-square) +![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.173.2](https://img.shields.io/badge/AppVersion-0.173.2-informational?style=flat-square) A Helm chart for Kubernetes From e07734e0b30fcdc86329be33141e9621ea42154c Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Thu, 24 Nov 2022 12:38:45 +0300 Subject: [PATCH 3/3] bump n8n version --- charts/n8n/Chart.yaml | 2 +- charts/n8n/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 2c0e062..cd87f63 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -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 diff --git a/charts/n8n/README.md b/charts/n8n/README.md index cf7e981..d2f10d9 100644 --- a/charts/n8n/README.md +++ b/charts/n8n/README.md @@ -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.173.2](https://img.shields.io/badge/AppVersion-0.173.2-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