diff --git a/engine/apps/integrations/templates/heartbeat_link.html b/engine/apps/integrations/templates/heartbeat_link.html index 31c6a341..46ededa3 100644 --- a/engine/apps/integrations/templates/heartbeat_link.html +++ b/engine/apps/integrations/templates/heartbeat_link.html @@ -8,11 +8,11 @@ - + - + @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/engine/apps/integrations/templates/integration_link.html b/engine/apps/integrations/templates/integration_link.html index 1f1a1a57..52872c0e 100644 --- a/engine/apps/integrations/templates/integration_link.html +++ b/engine/apps/integrations/templates/integration_link.html @@ -8,11 +8,11 @@ - + - + @@ -80,4 +80,4 @@ }); - \ No newline at end of file + diff --git a/helm/oncall/Chart.lock b/helm/oncall/Chart.lock deleted file mode 100644 index a91cbcb0..00000000 --- a/helm/oncall/Chart.lock +++ /dev/null @@ -1,24 +0,0 @@ -dependencies: -- name: cert-manager - repository: https://charts.jetstack.io - version: v1.8.0 -- name: mariadb - repository: https://charts.bitnami.com/bitnami - version: 11.0.10 -- name: postgresql - repository: https://charts.bitnami.com/bitnami - version: 11.9.10 -- name: rabbitmq - repository: https://charts.bitnami.com/bitnami - version: 10.1.1 -- name: redis - repository: https://charts.bitnami.com/bitnami - version: 16.10.1 -- name: grafana - repository: https://grafana.github.io/helm-charts - version: 6.29.6 -- name: ingress-nginx - repository: https://kubernetes.github.io/ingress-nginx - version: 4.1.4 -digest: sha256:8e17f2f6a087b6db52670458fc0e1cb39b0a3f7962ff7ebbc7be4c982a4e1720 -generated: "2022-10-18T11:22:39.061819+02:00" diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 20d414c1..3db1849e 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -1,19 +1,9 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration - 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: 1.1.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 -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "v1.1.5" +version: 1.1.33 +appVersion: v1.1.33 dependencies: - name: cert-manager version: v1.8.0 @@ -28,11 +18,11 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: rabbitmq - version: 10.1.1 + version: 10.3.9 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - name: redis - version: 16.10.1 + version: 16.13.2 repository: https://charts.bitnami.com/bitnami condition: redis.enabled - name: grafana