Commit Graph

35 Commits

Author SHA1 Message Date
3d62a1324d fix: corrected apiVersion for ExternalSecret 2025-06-20 14:45:31 +05:30
2018449215 Merge pull request #13 from Intreecom/fix/removed-unnecessary-label
fix: removed unnecessary label from secret
2025-04-17 16:51:45 +05:30
fb5af722dd fix: removed unnecessary label from secret 2025-04-17 16:15:29 +05:30
391114cafd Merge pull request #12 from Intreecom/fix/extra-label-externalsecrets
fix: added an extra label on ExternalSecrets
2025-03-28 11:03:15 +05:30
15f5226914 corrected label path 2025-03-27 16:16:10 +05:30
ee95a47268 fix: added an extra label on ExternalSecrets
- this label will provide filtration for resource exclusion
2025-03-27 16:13:11 +05:30
81ec16a4ce Merge pull request #11 from Intreecom/fix/static-svc-port-name
fix: corrected targetPort value
2025-03-21 16:56:04 +05:30
67b6ff256a fix: corrected targetPort value
finding: The `targetPort` name is the same as
`containers[*].ports[*].name` from deployment/pod definition and not
`spec.ports[*].name` from service definition
2025-03-21 16:45:42 +05:30
961123728d Merge pull request #10 from Intreecom/feature/static-service
feature: service with a static name across envs
2025-03-20 15:06:23 +05:30
2e3a6197bb fix: simplified conditional static service 2025-03-20 11:30:27 +05:30
10c3178d54 added default value used when staticServiceName is absent 2025-03-18 19:25:44 +05:30
c61fe1c59e [wip] feature: service with a static name across envs 2025-03-18 17:23:01 +05:30
8f8d22e187 Merge pull request #2 from Intreecom/update-readme
add: oci chart usage instructions
2025-02-25 17:16:35 +01:00
d87501f660 Merge pull request #8 from Intreecom/feature/extra-manifests
feature: capability to add extra kubernetes manifests
2025-02-13 11:28:33 +05:30
cb7070ac1d features: revisionHistoryLimit and taskiq specific resources specification 2025-02-12 12:22:36 +05:30
474c501d56 added startupProbe support 2025-02-12 11:33:08 +05:30
e412a20dd6 feature: added limitrange object support 2025-02-11 20:39:53 +05:30
2a1be9740e feature: capability to add extra kubernetes manifests
example usage:

```yaml
extraManifests:
  - apiVersion: v1
    kind: LimitRange
    metadata:
      annotations:
        argocd.argoproj.io/sync-wave: "10"
      name: default-limit-range
    spec:
      limits:
      - default:
          memory: 700Mi
        defaultRequest:
          cpu: 50m
          memory: 500Mi
        type: Container
```
2025-02-11 19:43:48 +05:30
827118e89b Merge pull request #7 from Intreecom/feature/targetport-capability
feature: capability to add targetport (optional)
2025-02-11 17:41:45 +05:30
089c279bad feature: capability to add targetport (optional) 2025-02-11 17:32:55 +05:30
ef7d437225 Merge pull request #6 from Intreecom/feature/nodeport-service-type
feature/nodeport service type
2025-02-05 20:20:47 +05:30
8b2c941cd9 feature: nodeport service type compatibility 2025-02-05 20:16:48 +05:30
8af820d6ad feature: added compatibility of nodeport service type 2025-02-05 20:15:09 +05:30
0982ed7716 Merge pull request #5 from Intreecom/bugfix/command 2025-02-04 19:42:31 +01:00
2d2f306765 Fixed container command. 2025-02-04 19:40:31 +01:00
a6ca9f84d6 Merge pull request #4 from Intreecom/feature/cmd-for-deployment
feature: capability to add a `cmd` in main deployment created by chart
2025-01-16 17:30:25 +05:30
eaca6b70c1 feature: capability to add a cmd in main deployment created by chart 2025-01-16 17:27:32 +05:30
987fde8006 Merge pull request #3 from Intreecom/fix/handling-template-in-values
fix: handling template in values files
2025-01-16 13:47:14 +05:30
9b769370bb fix: handling template in values files 2025-01-10 17:27:58 +05:30
04ec234f70 add: oci chart usage instructions 2024-12-24 13:46:21 +05:30
639ba2d64c Merge pull request #1 from Intreecom/feature/pgbouncer
Added pgbouncer chart.
2024-12-05 15:18:21 +01:00
303df62cff Added pgbouncer chart. 2024-12-05 15:11:52 +01:00
f02d35ca43 Fixed metadata. 2024-12-05 13:59:19 +01:00
5643e8f4d9 Added release job. 2024-12-05 13:37:50 +01:00
9fb0115858 Initial commit. 2024-12-05 13:32:22 +01:00