From fb3bc0d7e575abf049c55a0e77e9b8f67b806b2f Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Fri, 3 Nov 2023 12:30:51 -0300 Subject: [PATCH] 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). --- helm/local_image.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helm/local_image.yml diff --git a/helm/local_image.yml b/helm/local_image.yml new file mode 100644 index 00000000..c78283f5 --- /dev/null +++ b/helm/local_image.yml @@ -0,0 +1,6 @@ +image: + repository: oncall/engine + tag: latest + pullPolicy: IfNotPresent +oncall: + devMode: true