diff --git a/sentry-db/Chart.yaml b/sentry-db/Chart.yaml index 45b5fbe60..f4ed53188 100644 --- a/sentry-db/Chart.yaml +++ b/sentry-db/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sentry-db description: A Helm chart for Kubernetes type: application -version: 0.6.0 +version: 0.6.1 appVersion: 10.0.0 dependencies: - name: redis diff --git a/sentry/Chart.yaml b/sentry/Chart.yaml index e0d9936a4..29dd2f342 100644 --- a/sentry/Chart.yaml +++ b/sentry/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: sentry description: A Helm chart for Kubernetes type: application -version: 0.6.0 +version: 0.6.1 appVersion: 10.0.0 diff --git a/sentry/templates/deployment-sentry-cron.yaml b/sentry/templates/deployment-sentry-cron.yaml index cc9dd3608..5cd32fff5 100644 --- a/sentry/templates/deployment-sentry-cron.yaml +++ b/sentry/templates/deployment-sentry-cron.yaml @@ -57,7 +57,7 @@ spec: - "cron" env: - name: SNUBA - value: http://{{ template "sentry.prefix" . }}snuba + value: http://{{ template "sentry.prefix" . }}snuba:{{ template "snuba.port" }} - name: C_FORCE_ROOT value: "true" - name: BROKER_URL diff --git a/sentry/templates/deployment-sentry-worker-redis.yaml b/sentry/templates/deployment-sentry-worker-redis.yaml index cb69044f2..29bbface0 100644 --- a/sentry/templates/deployment-sentry-worker-redis.yaml +++ b/sentry/templates/deployment-sentry-worker-redis.yaml @@ -61,7 +61,7 @@ spec: {{- end }} env: - name: SNUBA - value: http://{{ template "sentry.prefix" . }}snuba + value: http://{{ template "sentry.prefix" . }}snuba:{{ template "snuba.port" }} - name: C_FORCE_ROOT value: "true" - name: BROKER_URL diff --git a/sentry/templates/deployment-sentry-worker.yaml b/sentry/templates/deployment-sentry-worker.yaml index 58c6ca5d7..b91e541d8 100644 --- a/sentry/templates/deployment-sentry-worker.yaml +++ b/sentry/templates/deployment-sentry-worker.yaml @@ -61,7 +61,7 @@ spec: {{- end }} env: - name: SNUBA - value: http://{{ template "sentry.prefix" . }}snuba + value: http://{{ template "sentry.prefix" . }}snuba:{{ template "snuba.port" }} - name: C_FORCE_ROOT value: "true" - name: BROKER_URL