Commit Graph

713 Commits

Author SHA1 Message Date
Haitao Pan
7e385bd80c workflows: set jobs needs 2023-01-13 23:12:26 +08:00
Haitao Pan
063431f15e dockerfiles/flux-cli.Dockerfile: update 2023-01-13 16:48:50 +08:00
Haitao Pan
bb6a4e4df6 debug 2023-01-13 16:31:00 +08:00
Haitao Pan
debfe5c3b3 fixed: helm-controller ci config 2023-01-13 16:28:15 +08:00
Haitao Pan
7001f2ff94 dockerfiles/flux-helm-controller.Dockerfile: update 2023-01-13 16:23:49 +08:00
Haitao Pan
bd0c518b94 rebuild iamges for fluxcd2 chart v1.0.0 2023-01-13 16:00:19 +08:00
Haitao Pan
956120eedb dockerfiles/flux-source-controller.Dockerfile: update 2023-01-13 15:36:34 +08:00
Haitao Pan
5fc1782fcf add dockerfiles/flux-source-controller.Dockerfile 2023-01-13 15:30:35 +08:00
Haitao Pan
6791b503d6 add flux-notification-controller Dockerfile 2023-01-13 15:26:37 +08:00
Haitao Pan
c8c030ee87 dockerfiles/flux-kustomize-controller.Dockerfile: fixed build image 2023-01-13 15:18:58 +08:00
Haitao Pan
4cea5e9392 add dockerfiles/flux-kustomize-controller.Dockerfile 2023-01-13 15:13:08 +08:00
Haitao Pan
489f7accc0 add dockerfiles/flux-image-reflector-controller.Dockerfile 2023-01-13 15:02:25 +08:00
Haitao Pan
e1e2b38b25 debug 2023-01-13 12:42:18 +08:00
Haitao Pan
16cbf8f291 debug 2023-01-13 12:40:44 +08:00
Haitao Pan
673162d5b2 update 2023-01-13 12:36:50 +08:00
Haitao Pan
ac8ca03a65 update 2023-01-13 12:34:06 +08:00
Haitao Pan
ad9c1d8da7 remove image-automation-controller codes 2023-01-13 12:31:40 +08:00
Haitao Pan
16aa6868cd debug 2023-01-13 12:17:27 +08:00
Haitao Pan
8467f5f8ee debug 2023-01-13 12:16:28 +08:00
Haitao Pan
cc007296c7 debug 2023-01-13 12:08:00 +08:00
Haitao Pan
4539a92309 .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 12:01:49 +08:00
Haitao Pan
df7434ad2d debug 2023-01-13 11:51:33 +08:00
Haitao Pan
7c0fbad1a4 debug 2023-01-13 11:49:38 +08:00
Haitao Pan
993f985ae8 .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:44:22 +08:00
Haitao Pan
64fa933ba7 .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:39:03 +08:00
Haitao Pan
86393c73a1 .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:27:12 +08:00
Haitao Pan
da12a8e7bd .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:25:43 +08:00
Haitao Pan
084fb1171b .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:21:45 +08:00
Haitao Pan
70a812015f .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:18:01 +08:00
Haitao Pan
350b651964 .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:12:48 +08:00
Haitao Pan
fb7f2d2849 .github/workflows/flux-image-automation-controller.yaml: add working-directory 2023-01-13 11:06:41 +08:00
Haitao Pan
c44bfdd4bb .github/workflows/flux-image-automation-controller.yaml: debug 2023-01-13 11:00:22 +08:00
Haitao Pan
0dd04bbcfb .github/workflows/flux-image-automation-controller.yaml: change dockerfile path 2023-01-13 10:41:00 +08:00
Haitao Pan
016e84a3bc .github/workflows/flux-image-automation-controller.yaml: add build path 2023-01-13 10:39:34 +08:00
Haitao Pan
110655a538 add flux image-automation-controller 2023-01-13 10:30:23 +08:00
Haitao Pan
630b67d91e update 2023-01-13 10:01:19 +08:00
Haitao Pan
333a74dcc8 set-upstream branch with main 2022-12-27 12:48:26 +08:00
Haitao Pan
bf630eaed7 .github/workflows/images.yaml: update 2022-12-27 12:31:55 +08:00
shenlan
06c690ec68 Update images.yaml 2022-12-27 12:28:11 +08:00
shenlan
16bc438d73 Update images.yaml 2022-12-27 12:27:54 +08:00
Haitao Pan
ad4b04a241 upgrade alpine version -> 3.17 2022-12-27 12:24:16 +08:00
Haitao Pan
deae2c9cf6 add github-ci workflow 2022-12-27 12:22:21 +08:00
Andrew Bernat
6e4b9da0e0 Use go modules for dependencies (#43)
* Use go modules for dependencies

* PR feedback: put back include in Makefile
It is necessary for travis because it uses Makefile targets in build-harness

* PR Feedback: Fix .travis.yml
Since make targets are based on go modules, travis.yml
definition needs to change appropriately to no longer
use godep and glide.
2020-11-06 12:45:26 -05:00
Hang Xie
41ba7403a9 Close connection to scrape target after retrieving data (#39) 2020-07-07 10:20:20 -04:00
Albin Kerouanton
ffc171afbf Add missing docs for FORCE_HIGH_RES param (#33) 2020-04-22 13:30:30 -04:00
Albin Kerouanton
bcdabf4fbd Add a flag to publish metrics with high resolution (#32)
So far, this tool is only publishing metrics with high resolution when
the original prometheus metrics have the label __cw_high_res.

However, in our case we're running exporters and prom-to-cloudwatch
as sidecars of ECS tasks. This tool being directly connected to the
exporters, we can't add the high res label.
2020-02-19 10:14:20 -05:00
Matt Ellis
8546fedfa2 Add aws_session_token argument, to enable use of temp AWS credentials (#26)
* - Add `aws_session_token` argument to program, to enable use of temporary AWS credentials

* Fix spacing

*  Whitespace should be tab
2019-12-02 21:36:53 -05:00
Austin Cawley-Edwards
06ce0f393f feat: add ability to include dimensions per-metric (#29)
* feat: add ability to include dimensions per-metric

* docs: regenerate readme

* fix: invert inclusion list order

* style: spacing

* docs: make include/exclude dimension logic more clear
2019-10-14 14:24:14 -04:00
Austin Cawley-Edwards
1c91a72bd9 feat: add ability to exclude dimensions per-metric (#28) 2019-10-10 10:14:29 -04:00
Edmund Fung
a0298ddbc1 Bug fix for helm template (#20)
Helm template Deployment has `resources` place at `Deployment.spec.template.spec.resources` where if should be at `Deployment.spec.template.spec.containers[0].resources` instead
2019-07-12 22:41:44 -07:00