Skip to content

Commit afa74bd

Browse files
authored
fix(sentry): resolve errors with sentry runbooks (#772)
* fix(sentry): resolve errors with sentry runbooks Signed-off-by: David van der Spek <[email protected]> * fix: set correct postgres dependency version Signed-off-by: David van der Spek <[email protected]> --------- Signed-off-by: David van der Spek <[email protected]> Co-authored-by: David van der Spek <[email protected]>
1 parent 421f0ff commit afa74bd

File tree

9 files changed

+146
-100
lines changed

9 files changed

+146
-100
lines changed

sentry/helm/sentry/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: sentry
33
repository: https://sentry-kubernetes.github.io/charts
4-
version: 19.3.0
4+
version: 19.4.0
55
- name: postgres
66
repository: https://pluralsh.github.io/module-library
77
version: 0.2.1
@@ -12,7 +12,7 @@ dependencies:
1212
repository: https://pluralsh.github.io/module-library
1313
version: 0.2.4
1414
- name: runbook
15-
repository: file:///Users/hans.rauer/Repos/module-library/helm/runbook
16-
version: 0.1.0
17-
digest: sha256:fde26e8ad9b4396eb52690e335d574dcd0ad7a9487250b579d155e6a0465f6aa
18-
generated: "2023-07-07T12:43:07.550065+02:00"
15+
repository: https://pluralsh.github.io/module-library
16+
version: 0.1.1
17+
digest: sha256:30ad4bae8f92b6b6b0f5b9d1635742c289afa0daf7f19319f9add9243aaaadff
18+
generated: "2023-07-11T13:09:18.616422+02:00"

sentry/helm/sentry/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: sentry
33
description: A Helm chart for deploying sentry on plural
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "23.6.1"
77
dependencies:
88
- name: sentry
9-
version: 19.3.0
9+
version: 19.4.0
1010
repository: https://sentry-kubernetes.github.io/charts
1111
- name: postgres
1212
version: 0.2.1
@@ -20,5 +20,5 @@ dependencies:
2020
repository: https://pluralsh.github.io/module-library
2121
condition: clickhouse.enabled
2222
- name: runbook
23-
version: 0.1.0
24-
repository: https://github.com/pluralsh/module-library/
23+
version: 0.1.1
24+
repository: https://pluralsh.github.io/module-library
-2.47 KB
Binary file not shown.
2.13 KB
Binary file not shown.
-402 KB
Binary file not shown.
402 KB
Binary file not shown.

sentry/helm/sentry/deps.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
application: true
55
description: Deploys sentry crafted for the target cloud
66
spec:
7-
breaking: true
87
dependencies:
98
- type: helm
109
name: bootstrap
@@ -17,7 +16,7 @@ spec:
1716
- type: helm
1817
name: postgres
1918
repo: postgres
20-
version: '>= 0.1.6'
19+
version: '>= 0.2.13'
2120
- type: helm
2221
name: cluster-operator
2322
repo: rabbitmq
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{{- include "runbook.compile.tpl" ( dict "value" .Values.runbook.sentry "context" (dict "Chart" $.Chart "Subcharts" $.Subcharts "Release" $.Release "Template" $.Template "Values" $.Values ) ) }}
22
---
3-
{{- include "runbook.compile.tpl" ( dict "value" .Values.runbook.snuba "context" (dict "Chart" $.Chart "Subcharts" $.Subcharts "Release" $.Release "Template" $.Template "Values" $.Values ) ) }}
3+
{{- include "runbook.compile.tpl" ( dict "value" .Values.runbook.snuba "context" (dict "Chart" $.Chart "Subcharts" $.Subcharts "Release" $.Release "Template" $.Template "Values" $.Values ) ) }}
4+
---
5+
{{- include "runbook.compile.tpl" ( dict "value" .Values.runbook.relay "context" (dict "Chart" $.Chart "Subcharts" $.Subcharts "Release" $.Release "Template" $.Template "Values" $.Values ) ) }}
6+
{{- if .Values.sentry.symbolicator.enabled }}
7+
---
8+
{{- include "runbook.compile.tpl" ( dict "value" .Values.runbook.symbolicator "context" (dict "Chart" $.Chart "Subcharts" $.Subcharts "Release" $.Release "Template" $.Template "Values" $.Values ) ) }}
9+
{{- end }}

0 commit comments

Comments
 (0)