14 Commits
Author SHA1 Message Date
t3mi b892cb20df feat: add build_info metric (#121)
Signed-off-by: t3mi <t3mi@users.noreply.github.com>
2023-10-25 14:57:39 +03:00
Mustafa Akın fe1fd7cccc Added example for secret expansion, updated to go 1.20 2023-07-21 11:31:05 +03:00
Kazuki Suda b7a82d3028 Adopt Pod Security Admission "restricted" policy (#100) 2023-07-06 19:38:20 +03:00
Mustafa Akın f9335bda24 Updated packages, tidied and changed package name from opsgenie to resmoio (#45)
* Updated packages, tidied and changed package name from opsgenie to resmoio

* Handle removal of clusterName from API and leader election api change

* Update Dockerfile Go to 1.19

* Test case for parsing minCount properly for #43

* more extensive test case to also match apiVersion config
2022-12-19 10:45:46 +03:00
Mustafa Akın ea1859353f Remove vendor from Dockerfile 2022-07-03 22:41:31 +03:00
Mustafa Akın 5c720d3a4d Remove vendor now, go is better at handling dependencies 2022-07-03 22:40:29 +03:00
Ryan Brainard f0dc4143c7 Switch to gcr.io/distroless/static:nonroot 2022-03-03 10:55:48 +09:00
Mustafa Akın 3208b6e37f throttle period fix 2021-11-06 12:45:19 +03:00
yongsong you 69866836ed support multi arch images (#84)
remove `GOARCH` env in Dockerfile to support multi arch images.

Building multi arch images is easy with `docker buildx`:

* enable `docker buildx` feature following the [docs](https://docs.docker.com/buildx/working-with-buildx/)
* run `docker buildx create --name builder --use` to create a builder instance(only need run once)
* run following command to build and push muti arch images: `docker buildx build --platform linux/amd64,linux/arm64 -t opsgenie/kubernetes-event-exporter:v0.9 --push .`
2021-06-16 22:52:49 +03:00
Mustafa Akın a2f8ac8f2f Go 1.14 to 1.16 update 2021-06-16 21:48:57 +03:00
Flávio Lemos 7dd5fcf382 Changed Dockerfile to run as non-root user (#120) 2021-06-16 21:32:10 +03:00
Mustafa Akin fee89514e8 better default config to log to stdout, debug log added for involved object capturing 2020-06-22 18:17:18 +03:00
Mustafa Akin d6b6842ceb Updated Dockerfile for 1.14 and the deployment YAML 2020-05-02 02:03:37 +03:00
Mustafa Akin b146fbb507 Added testing pipeline, deployment and configuration docs 2019-12-08 21:05:51 +03:00