Commit graph

286 commits

Author SHA1 Message Date
Dominik Broj
960dcae608
Brojd/implement insights (#3583)
# What this PR does
- Use Grafana Scenes to add Insights as a separate page in OnCall
- Add an option to run Prometheus instance via helm so that Prometheus
Exporter feature can be used easily without the need of setting up
Prometheus separately

## Which issue(s) this PR fixes
https://github.com/grafana/oncall-private/issues/2382

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2024-01-05 07:05:31 +00:00
Kleber Rocha
3c26f8e483
Fix: the examples in extraVolumeMounts and extraVolumes are swapped (#3565)
The examples at extraVolumeMounts and extraVolumes properties are
swapped

# What this PR does
Fixing the properties  extraVolumeMounts and extraVolumes in Helm chart 

## Which issue(s) this PR fixes

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

Signed-off-by: Kleber Rocha <klinux@gmail.com>
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-12-15 07:53:36 -05:00
GitHub Actions
6782be946f Release oncall Helm chart 1.3.79 2023-12-14 12:33:33 +00:00
GitHub Actions
cb414c85db Release oncall Helm chart 1.3.78 2023-12-12 20:58:36 +00:00
GitHub Actions
13391c1bf2 Release oncall Helm chart 1.3.77 2023-12-11 19:27:09 +00:00
GitHub Actions
9e5cc5132f Release oncall Helm chart 1.3.76 2023-12-11 10:37:40 +00:00
GitHub Actions
57eb980f1f Release oncall Helm chart 1.3.75 2023-12-08 16:17:30 +00:00
GitHub Actions
a5e37c1f97 Release oncall Helm chart 1.3.74 2023-12-06 16:13:52 +00:00
GitHub Actions
ec4762e172 Release oncall Helm chart 1.3.73 2023-12-06 13:36:19 +00:00
GitHub Actions
f32d63d012 Release oncall Helm chart 1.3.72 2023-12-05 17:16:58 +00:00
GitHub Actions
fee2abbf98 Release oncall Helm chart 1.3.71 2023-12-05 12:58:16 +00:00
GitHub Actions
d3384dce4a Release oncall Helm chart 1.3.70 2023-12-01 17:02:16 +00:00
GitHub Actions
eff7c0c063 Release oncall Helm chart 1.3.69 2023-12-01 15:36:28 +00:00
GitHub Actions
56dfe1240d Release oncall Helm chart 1.3.68 2023-11-30 17:34:39 +00:00
GitHub Actions
ea096925a1 Release oncall Helm chart 1.3.67 2023-11-30 13:08:12 +00:00
GitHub Actions
3603eeb97e Release oncall Helm chart 1.3.66 2023-11-30 11:54:34 +00:00
GitHub Actions
27d0075aeb Release oncall Helm chart 1.3.65 2023-11-29 21:11:24 +00:00
GitHub Actions
58f69f8e1a Release oncall Helm chart 1.3.64 2023-11-28 05:31:22 +00:00
GitHub Actions
cd49e6702b Release oncall Helm chart 1.3.63 2023-11-28 02:17:40 +00:00
GitHub Actions
96284eef8f Release oncall Helm chart 1.3.62 2023-11-21 18:39:50 +00:00
Joey Orlando
24e19c7e36
v1.3.62 2023-11-21 13:37:59 -05:00
Dmitriy Okladin
f194b750aa
helm: fix conditions create svc for detached integrations (#3394)
# What this PR does

Added a condition to the service that checks the variable
detached_integrations.enabled

## Which issue(s) this PR fixes

#3393

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
2023-11-21 12:22:14 -05:00
Andre Buryndin
ab561db8a7
Fixing helm hooks for install stage (#3136)
# What this PR does

## Issue

At the first run (`helm install ...`) the migration job cannot start the
container because cannot find Postgres/Redis/MySQL credentials and
ServiceAccount.

Workaround: set `.migrate.useHook` value to `false` for the `install`
stage, and after you can switch back to `true`.

This PR completely resolves this issue.

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated (doesn't
violate anything)
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
- [x] It is manually tested in the internal environment

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
2023-11-21 12:21:33 -05:00
GitHub Actions
d197b22f79 Release oncall Helm chart 1.3.61 2023-11-21 12:56:15 +00:00
GitHub Actions
aecb20e6ee Release oncall Helm chart 1.3.60 2023-11-20 22:54:53 +00:00
Joey Orlando
8f169eb700
v1.3.60 2023-11-20 17:54:05 -05:00
m4r1u2
719765a72d
add podLabels to helm (#3167)
# What this PR does
Add option to add additional pod labels.

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
- [x] It is manually tested in the internal environment

---------

Co-authored-by: Marius Ensrud <marius.ensrud@skatteetaten.no>
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
2023-11-17 02:31:27 +00:00
GitHub Actions
7985c43dc8 Release oncall Helm chart 1.3.59 2023-11-16 16:39:55 +00:00
Vadim Stepanov
fd132c2eb3
Merge pull request #3369 from grafana/dev
v1.3.59
2023-11-16 16:38:19 +00:00
Matias Bordese
babec78e86
Update helm readme to mention ingestion split config (#3362) 2023-11-16 13:15:12 +00:00
GitHub Actions
fdb8962e02 Release oncall Helm chart 1.3.58 2023-11-14 20:19:41 +00:00
GitHub Actions
a189d79635 Release oncall Helm chart 1.3.57 2023-11-10 14:44:49 +00:00
GitHub Actions
016e3b99ec Release oncall Helm chart 1.3.56 2023-11-10 08:47:49 +00:00
GitHub Actions
37861ac230 Release oncall Helm chart 1.3.55 2023-11-07 18:33:20 +00:00
GitHub Actions
4702cf7370 Release oncall Helm chart 1.3.54 2023-11-06 20:45:56 +00:00
GitHub Actions
4449b0977e Release oncall Helm chart 1.3.53 2023-11-03 18:11:47 +00:00
Joey Orlando
3ccbfa6e84
v1.3.53 2023-11-03 14:09:38 -04:00
Matias Bordese
fb3bc0d7e5
Add missing referenced local_image.yml for local helm setup (#3268)
Forgot to add the `local_image.yml` file referenced
[here](https://github.com/grafana/oncall/pull/3204/files#diff-ba66b531f5db27e2cb364be1b4cda073681f7447f088ac98139ca96c1609dc16R30).
2023-11-03 15:30:51 +00:00
Matias Bordese
24357f5ff0
Update helm chart to detach integrations pod (#3204)
Depends on https://github.com/grafana/oncall/pull/3203

Related to https://github.com/grafana/oncall/issues/3162
2023-11-03 12:34:22 +00:00
GitHub Actions
cbee2cfa28 Release oncall Helm chart 1.3.52 2023-11-02 12:07:31 +00:00
GitHub Actions
1a39b56ea3 Release oncall Helm chart 1.3.51 2023-11-02 11:24:46 +00:00
GitHub Actions
65f415b841 Release oncall Helm chart 1.3.50 2023-11-02 10:22:12 +00:00
GitHub Actions
cbbb73a5d4 Release oncall Helm chart 1.3.49 2023-10-31 16:12:54 +00:00
github-actions[bot]
a8879d5d2e
Merge: Release oncall Helm chart 1.3.48 (#3215)
Merge this PR to `main` branch to start another [github actions
job](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release.yml)
that will release the updated version of the chart (version: 1.3.48,
appVersion: v1.3.48) into `grafana/helm-charts` helm repository.

This PR was created automatically by this [github
action](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release_pr.yml).

Co-authored-by: GitHub Actions <actions@github.com>
2023-10-30 11:58:16 -04:00
github-actions[bot]
cd5bdecbcd
Merge: Release oncall Helm chart 1.3.47 (#3202)
Merge this PR to `main` branch to start another [github actions
job](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release.yml)
that will release the updated version of the chart (version: 1.3.47,
appVersion: v1.3.47) into `grafana/helm-charts` helm repository.

This PR was created automatically by this [github
action](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release_pr.yml).

Co-authored-by: GitHub Actions <actions@github.com>
2023-10-26 16:03:18 -04:00
github-actions[bot]
9304fd2ba5
Merge: Release oncall Helm chart 1.3.46 (#3186)
Merge this PR to `main` branch to start another [github actions
job](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release.yml)
that will release the updated version of the chart (version: 1.3.46,
appVersion: v1.3.46) into `grafana/helm-charts` helm repository.

This PR was created automatically by this [github
action](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release_pr.yml).

Co-authored-by: GitHub Actions <actions@github.com>
2023-10-24 09:13:43 -04:00
GitHub Actions
46b2b0b91d Release oncall Helm chart 1.3.45 2023-10-19 18:19:12 +00:00
GitHub Actions
821ed4af31 Release oncall Helm chart 1.3.43 2023-10-05 14:07:22 +00:00
GitHub Actions
03ffee1237 Release oncall Helm chart 1.3.42 2023-10-04 19:18:17 +00:00
github-actions[bot]
72aea9ba62
Merge: Release oncall Helm chart 1.3.41 (#3113)
Merge this PR to `main` branch to start another [github actions
job](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release.yml)
that will release the updated version of the chart (version: 1.3.41,
appVersion: v1.3.41) into `grafana/helm-charts` helm repository.

This PR was created automatically by this [github
action](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release_pr.yml).

Co-authored-by: GitHub Actions <actions@github.com>
2023-10-04 09:04:17 -04:00