41 Commits

Author SHA1 Message Date
Saqib Perwaiz
fc327546ec INFRA-3725 | Saqib | updates dockerfile to support jdk 21 2024-09-06 14:53:39 +05:30
Ashvin S
2567b550d7 INFRA-3666 | Ashvin | Make build faster (#1158)
We are copying from builder layer before downloading files which are mostly unchanged. This means we are not using layer cache.
2024-08-20 20:21:09 +05:30
Saqib Perwaiz
79fd8ad336 INFRA-3613 | Saqib | remove debugging commands. 2024-08-02 18:14:52 +05:30
Saqib Perwaiz
5abe612ad5 INFRA-3613 | Saqib | remove debugging commands. 2024-08-02 18:13:53 +05:30
Saqib Perwaiz
628bb0a2ae INFRA-3613 | Saqib | some improvements 2024-08-02 18:06:06 +05:30
Saqib Perwaiz
65dcba5331 INFRA-3613 | Saqib | some improvements 2024-08-02 18:05:36 +05:30
Saqib Perwaiz
60c0b875db INFRA-3613 | Saqib | adds oci cli in dockerfile 2024-08-02 17:30:41 +05:30
Saqib Perwaiz
e7d6922c31 INFRA-3613 | Saqib | adds oci cli in dockerfile 2024-08-02 17:29:30 +05:30
Saqib Perwaiz
1090ad4061 INFRA-3613 | Saqib | adds oci cli in dockerfile 2024-08-02 13:43:58 +05:30
Saqib Perwaiz
76d5ca9dce INFRA-3613 | Saqib | adds oci cli in dockerfile 2024-08-02 13:42:38 +05:30
Ashvin S
455df83ae4 INFRA-809 | Ashvin | Disable CGO while building kutegen (#870) 2024-04-05 13:53:36 +05:30
Ashvin S
935d9d1012 INFRA-809 | Ashvin | Move jsonnet to kutegen (#864)
* INFRA-809 | Ashvin | Replace jsonnet with kutegen

* INFRA-809 | Ashvin | Install kutegen on build and test

* INFRA-809 | Ashvin | Fix 'static' modifier out of order with the JLS suggestions in KutegenClient.java

* INFRA-809 | Ashvin | Remove all templates files

* INFRA-809 | Ashvin | Add kutegen submodule

* INFRA-809 | Ashvin | Use go run kutegen instead of build

This will save dev an extra step of building kutegen each time they make a change in the templates files and thus save time and effort. go.work file lets us run go build and run in the parent directory.

* INFRA-809 | Ashvin | Remove redundant dirs from Dockerfile

* INFRA-809 | Ashvin | Remove go build in maven file.

This was causing various dependency issue in the build process. I will add a Makefile if there is a need in the future for now. For now all local development will be done using go run command so this will not be necessary.

* INFRA-809 | Ashvin | Update kutegen version

* INFRA-809 | Ashvin | Revert YAML support from kutegen

* INFRA-809 | Ashvin | Rebase the commit to kutegen

* INFRA-809 | Ashvin | Fix test

Using changes in the kutegen

* INFRA-809 | Ashvin | Remove the templates dir

* INFRA-809 | Ashvin | Clean generated dirs with mvn clean
2024-04-05 12:28:32 +05:30
Abhishek Katiyar
36fc959a7a INFRA-2493 | Abhishek | Fix Dockerfile 2023-11-17 17:39:52 +05:30
Ashvin S
588d4f02f4 INFRA-2463 | Ashvin | Replace wget with curl (#727)
* INFRA-2463 | Ashvin | Update aws-iam-auth

https://go-navi.slack.com/archives/C03B0RHGNBE/p1700219714190629

* INFRA-2463 | Ashvin | Replace wget with curl
2023-11-17 17:10:39 +05:30
Ashvin S
8b396db5fd INFRA-2463 | Ashvin | Update aws-iam-auth (#726)
https://go-navi.slack.com/archives/C03B0RHGNBE/p1700219714190629
2023-11-17 17:01:28 +05:30
Ashvin S
71006af47d INFRA-2461 | Ashvin | Upgrade kubectl version (#712)
* INFRA-2461 | Ashvin | Upgrade kubectl version

* INFRA-2461 | Ashvin | Update kubectl version
2023-11-17 12:54:28 +05:30
Chandrapal BN
c14a9571a4 Merge branch 'master' into SP-790-1 2023-10-30 11:34:19 +05:30
Ankit Bhardwaj Bhardwaj
f857ded1e0 Merge branch 'master' into INFRA-2148 2023-10-27 15:04:39 +05:30
Ankit Bhardwaj
510f0189fa INFRA-2148 | Ankit Bhardwaj | add java agent in JVM_OPTS 2023-10-27 15:01:51 +05:30
Abhishek Katiyar
bfe4c8ad14 INFRA-2407 | Abhishek | Fix docker build 2023-10-27 13:41:23 +05:30
Ankit Bhardwaj Bhardwaj
5bb83a136d Merge branch 'master' into INFRA-2148 2023-10-27 13:08:16 +05:30
Ankit Bhardwaj
6bbd4333e8 INFRA-2148 | Ankit Bhardwaj | whitelisted Actuator endpoint, add elastic apm, add 4xx and 5xx alerts 2023-10-27 13:03:46 +05:30
Chandrapal BN
d7055cda07 SP-790 | Update Dockerfile 2023-10-26 19:46:04 +05:30
Chandrapal BN
3c662e5ecb SP-790 | Update Dockerfile 2023-10-26 15:49:03 +05:30
sanjog panda
40143360ed Merge branch 'master' into enforce-registry-20221018 2022-10-26 17:27:42 +05:30
sandeepsogani
932aea504d INFRA-000 | Sandeep Sogani | downgrade argo rollout version to support alphav1 api version 2022-10-19 16:34:53 +05:30
Chandrapal
13a83215e4 Enforce Navi docker registry 2022-10-18 10:49:37 +05:30
Yagyansh K
927fe9fe87 INFRA-1390 | Yagyansh | Upgrade kubectl version.
kubectl v 1.21.14 will work with both K8s versions - 1.20.x and 1.21.x.
Reference - https://kubernetes.io/releases/version-skew-policy/#kubectl
2022-10-08 00:05:22 +05:30
Sadeep S
d0d8f836f6 INFRA-1066 | Sandeep Sogani | adding rollout restart for argo 2022-05-24 10:13:33 +05:30
Sadeep S
7d6567ba19 INFRA-1066 | Sandeep Sogani | adding rollout restart for argo 2022-05-20 09:32:44 +05:30
Abhishek Katiyar
76b4955546 Infra 712 fix (#172)
* INFRA-712 | Abhishek | Fix OptimisticLockingException

* INFRA-712 | Abhishek | Fix dockerfile
2021-04-19 09:11:05 +05:30
Deepak Jain
d91743edde INFRA-588 | Deepak Jain| making dockerfile work locally 2020-10-29 15:37:44 +05:30
anoop narang
c54d4afc73 [*] | Anoop | Add missing copy statement 2020-10-07 22:03:48 +05:30
anoop narang
63b7177a69 [*] | Anoop | Refactor dockerfile 2020-10-07 21:59:06 +05:30
Deepak Jain
2b127c172c INFRA-435| Deepak Jain| upgrading kubectl version 2020-08-21 07:04:23 +05:30
Piyush Sinha
e192d34405 [INFRA-19] | Piyush | Create kube config file from environment variable 2020-07-22 13:38:17 +05:30
Piyush Sinha
51aeed0aa6 [INFRA-19] | Support for generating and applying kubernetes deployment manifests (#19) 2020-07-21 16:21:44 +05:30
anoop narang
f3b6e63770 Revert "[INFRA-418] | Anoop | Cache m2"
This reverts commit afcc7be9b0.
2020-07-07 12:58:59 +05:30
anoop narang
afcc7be9b0 [INFRA-418] | Anoop | Cache m2 2020-07-07 12:48:49 +05:30
Abhishek Katiyar
0d4f368d79 [ch6331] | Abhishek | Add Dockerfile and deployment-manifest 2020-05-20 02:52:21 +05:30
Kuamr Shubham
062170bfc4 Shubham | Add storage of schema and layout of form to the database 2020-05-18 09:53:28 +05:30