File tree Expand file tree Collapse file tree 9 files changed +146
-100
lines changed Expand file tree Collapse file tree 9 files changed +146
-100
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apiVersion: v2
22name : sentry
33description : A Helm chart for deploying sentry on plural
44type : application
5- version : 0.3.1
5+ version : 0.3.2
66appVersion : " 23.6.1"
77dependencies :
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
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ metadata:
44 application : true
55 description : Deploys sentry crafted for the target cloud
66spec :
7- breaking : true
87 dependencies :
98 - type : helm
109 name : bootstrap
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments