Skip to content

Commit f85e75e

Browse files
kamal-devtronsystemsdtakshatsinha007pawan-mehta-dt
authored
feat: Enterprise release 2.0 (#342)
* Updated ci-runner to d829c010-1020-35292 tag in values file * Updated ci-runner to d829c010-1020-35377 tag in values file * Updated ci-runner to d829c010-1020-35378 tag in values file * Updated devtron to 75a2edd0-930-35578 tag in values file * Updated git-sensor to d829c010-950-35581 tag in values file * Updated casbin to 36c5edc6-75a2edd0-464-35582 tag in values file * Updated image-scanner to d829c010-109-35580 tag in values file * Updated dashboard to 6ae4cee5-f4daa444-931-35579 tag in values file * Updated chart-sync to d829c010-1021-35583 tag in values file * Updated scoop to d829c010-955-35585 tag in values file * Updated ci-runner to 65e37985-1020-35586 tag in values file * Updated hyperion to 75a2edd0-759-35584 tag in values file * Updated ci-runner to 65e37985-1020-35597 tag in values file * Added KRR * added krr * Updated devtron-images.txt.source to add krr image * Update values.yaml * Update devtron-bom.yaml * Updated the version in scripts * Updated devtron to 1e821a48-930-36105 tag in values file * Updated kubelink to f1033317-314-36107 tag in values file * Updated dashboard to e20cf9ed-5196e935-931-36108 tag in values file * Updated hyperion to 1e821a48-759-36106 tag in values file * Updated ci-runner to f1033317-1020-36109 tag in values file * Updated git-sensor to f1033317-950-36110 tag in values file * Updated casbin to f1033317-1e821a48-464-36113 tag in values file * Updated chart-sync to f1033317-1021-36111 tag in values file * Updated image-scanner to f1033317-109-36112 tag in values file * Updated devtron to 973ee2fc-930-36429 tag in values file * Updated dashboard to c7ecdd42-96d074b4-931-36430 tag in values file * Updated devtron to cf9e4a6b-930-36529 tag in values file * Updated the version in scripts * Updated casbin to 007eb24c-9d87bcc9-464-36702 tag in values file * Updated git-sensor to 9d87bcc9-950-36700 tag in values file * Updated dashboard to bed65cdf-148d0677-931-36698 tag in values file * Updated devtron to 007eb24c-930-36697 tag in values file * Updated kubelink to 9d87bcc9-314-36699 tag in values file * Updated image-scanner to 9d87bcc9-109-36701 tag in values file * Updated hyperion to 007eb24c-759-36703 tag in values file * Update Chart.yaml * Update devtron-bom.yaml * Update values.yaml * Added argocd values of new version * Update values.yaml * added grafana in bom * Updated the version in scripts * Updated git-sensor to 90c6d05c-950-37796 tag in values file * Updated kubelink to 90c6d05c-314-37795 tag in values file * Updated devtron to 074a105a-930-37793 tag in values file * Updated dashboard to f29a9d6b-870f6567-931-37794 tag in values file * Updated devtron to dc2a8d93-930-37850 tag in values file * Updated devtron to c62c2b36-930-38135 tag in values file * Updated kubelink to 2c31a453-314-38136 tag in values file * Updated chart-sync to 2c31a453-1021-38138 tag in values file * Updated image-scanner to 2c31a453-109-38139 tag in values file * Updated casbin to 46ed7c67-c62c2b36-464-38140 tag in values file * Updated dashboard to 62e65ef2-4b2d6d68-931-38143 tag in values file * Updated hyperion to 326ed2d1-759-38175 tag in values file * Updated devtron to 326ed2d1-930-38176 tag in values file * Updated devtron to 326ed2d1-930-38177 tag in values file * Updated git-sensor to 2c31a453-950-38181 tag in values file * added cloudnative crd * changes in yamls * changes in yamls * change in chart version * remove grafana enabled * Updated devtron to c0bdac7b-930-38226 tag in values file * Updated hyperion to c0bdac7b-759-38227 tag in values file * timescale image added * Update image tags for devtron components --------- Co-authored-by: systemsdt <[email protected]> Co-authored-by: akshatsinha007 <[email protected]> Co-authored-by: Pawan Mehta <[email protected]>
1 parent eda41c5 commit f85e75e

File tree

4 files changed

+53
-34
lines changed

4 files changed

+53
-34
lines changed

charts/devtron-enterprise/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-enterprise
3-
appVersion: 42.0.1
3+
appVersion: 44.0.0
44
description: Chart to configure and install Devtron Enterprise Stack. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -10,7 +10,7 @@ keywords:
1010
- Deployment
1111
- argocd
1212
- Hyperion
13-
version: 42.0.1
13+
version: 44.0.0
1414
sources:
1515
- https://github.com/devtron-labs/charts/tree/main/charts/devtron-enterprise
1616
dependencies:

charts/devtron-enterprise/devtron-bom.yaml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ global:
2626
devtron:
2727
installer:
2828
repo: "devtron-labs/charts"
29-
release: "42.0.1"
29+
release: "44.0.0"
3030
registry: ""
3131
arch: "multi-arch"
3232
image: inception
@@ -44,11 +44,11 @@ devtron:
4444
FEATURE_IMAGE_PROMOTION_ENABLE: "true"
4545
FEATURE_CLUSTER_MAP_ENABLE: "true"
4646
FEATURE_CONFIG_DRIFT_ENABLE: "true"
47-
image: "dashboard:bed65cdf-148d0677-931-36698"
47+
image: "dashboard:62e65ef2-4b2d6d68-931-38143"
4848
# Values for devtron
4949
devtron:
50-
image: "hyperion:007eb24c-759-36703"
51-
cicdImage: "devtron:007eb24c-930-36697"
50+
image: "hyperion:c0bdac7b-759-38227"
51+
cicdImage: "devtron:c0bdac7b-930-38226"
5252
imagePullPolicy: IfNotPresent
5353
customOverrides:
5454
PG_ADDR: postgresql-postgresql.devtroncd
@@ -74,26 +74,26 @@ devtron:
7474
image: "ci-runner:f1033317-1020-36109"
7575
# Values for kubelink
7676
kubelink:
77-
image: "kubelink:9d87bcc9-314-36699"
77+
image: "kubelink:2c31a453-314-38136"
7878
imagePullPolicy: IfNotPresent
7979
# Values for gitsensor
8080
gitsensor:
81-
image: "git-sensor:9d87bcc9-950-36700"
81+
image: "git-sensor:2c31a453-950-38181"
8282
imagePullPolicy: IfNotPresent
8383
chartSync:
84-
image: chart-sync:f1033317-1021-36111
84+
image: chart-sync:2c31a453-1021-38138
8585
postgres:
8686
image: "postgres:14.9"
8787
metrics:
8888
image: "postgres_exporter:v0.10.1"
8989
# values for security integration
9090
security:
9191
imageScanner:
92-
image: "image-scanner:9d87bcc9-109-36701"
92+
image: "image-scanner:2c31a453-109-38139"
9393
configs:
9494
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
9595
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
96-
# values for argocd integration
96+
# values for argocd integration
9797
argo-cd:
9898
global:
9999
image:
@@ -114,12 +114,20 @@ devtron:
114114
replicas: 0
115115
monitoring:
116116
grafana:
117-
enabled: true
118-
image: "grafana:7.3.1"
117+
image: "grafana:7.3.1"
119118
devtronEnterprise:
120119
enabled: true
120+
finops:
121+
enabled: true
122+
costSync:
123+
image: "cost-sync:46ed7c67-1159-38183"
124+
schedule: "0 * * * *"
125+
timeZone: UTC
126+
timescale:
127+
image: "timescaledb-ha:pg18"
128+
volumeSize: 5Gi
121129
casbin:
122-
image: "casbin:007eb24c-9d87bcc9-464-36702"
130+
image: "casbin:46ed7c67-c62c2b36-464-38140"
123131
imagePullPolicy: IfNotPresent
124132
scoop:
125133
enabled: false

charts/devtron-enterprise/devtron-images.txt.source

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ quay.io/argoproj/argocd:v2.5.2
33
quay.io/devtron/authenticator:e414faff-393-13273
44
quay.io/devtron/bats:v1.4.1
55
quay.io/devtron/busybox:1.31.1
6-
quay.io/devtron/casbin:007eb24c-9d87bcc9-464-36702
7-
quay.io/devtron/chart-sync:f1033317-1021-36111
6+
quay.io/devtron/casbin:46ed7c67-c62c2b36-464-38140
7+
quay.io/devtron/chart-sync:2c31a453-1021-38138
88
quay.io/devtron/ci-runner:f1033317-1020-36109
99
quay.io/devtron/curl:7.73.0
10-
quay.io/devtron/dashboard:bed65cdf-148d0677-931-36698
10+
quay.io/devtron/dashboard:62e65ef2-4b2d6d68-931-38143
1111
quay.io/devtron/devtron-utils:dup-chart-repo-v1.1.0
1212
quay.io/devtron/devtron-utils:geni-v1.1.4
13-
quay.io/devtron/devtron:007eb24c-930-36697
13+
quay.io/devtron/devtron:c0bdac7b-930-38226
1414
quay.io/devtron/dex:v2.30.2
15-
quay.io/devtron/git-sensor:9d87bcc9-950-36700
15+
quay.io/devtron/git-sensor:2c31a453-950-38181
1616
quay.io/devtron/grafana:7.3.1
17-
quay.io/devtron/hyperion:007eb24c-759-36703
18-
quay.io/devtron/image-scanner:9d87bcc9-109-36701
17+
quay.io/devtron/hyperion:c0bdac7b-759-38227
18+
quay.io/devtron/image-scanner:2c31a453-109-38139
1919
quay.io/devtron/inception:7beef376-948-31378
2020
quay.io/devtron/k8s-sidecar:1.1.0
2121
quay.io/devtron/k8s-utils:tutum-curl
2222
quay.io/devtron/kubectl:latest
23-
quay.io/devtron/kubelink:9d87bcc9-314-36699
24-
quay.io/devtron/kubewatch:880420ac-419-36026
25-
quay.io/devtron/lens:880420ac-333-36029
23+
quay.io/devtron/kubelink:2c31a453-314-38136
24+
quay.io/devtron/kubewatch:6b408df4-419-38172
25+
quay.io/devtron/lens:6b408df4-333-38167
2626
quay.io/devtron/migrator:v4.16.2
2727
quay.io/devtron/minideb:latest
2828
quay.io/devtron/minio-mc:RELEASE.2021-02-14T04-28-06Z
2929
quay.io/devtron/minio:RELEASE.2021-02-14T04-01-33Z
3030
quay.io/devtron/nats-box
3131
quay.io/devtron/nats-server-config-reloader:0.6.2
3232
quay.io/devtron/nats:2.9.3-alpine
33-
quay.io/devtron/notifier:00f17215-372-36041
33+
quay.io/devtron/notifier:5c4b5b3a-372-38153
3434
quay.io/devtron/postgres:14.9
3535
quay.io/devtron/postgres_exporter:v0.10.1
3636
quay.io/devtron/prometheus-nats-exporter:0.9.0
@@ -41,3 +41,5 @@ quay.io/devtron/centos-k8s-utils:latest
4141
quay.io/devtron/alpine-netshoot:latest
4242
quay.io/devtron/k9s-k8s-utils:latest
4343
quay.io/devtron/krr:d829c010-1113-35596
44+
quay.io/devtron/cost-sync:46ed7c67-1159-38183
45+
quay.io/devtron/timescaledb-ha:pg18

charts/devtron-enterprise/values.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ global:
3939
devtron:
4040
installer:
4141
repo: "devtron-labs/charts"
42-
release: "42.0.1"
42+
release: "44.0.0"
4343
registry: ""
4444
image: inception
4545
tag: 7beef376-948-31378
@@ -60,11 +60,11 @@ devtron:
6060
FEATURE_IMAGE_PROMOTION_ENABLE: "true"
6161
FEATURE_CLUSTER_MAP_ENABLE: "true"
6262
FEATURE_CONFIG_DRIFT_ENABLE: "true"
63-
image: "dashboard:bed65cdf-148d0677-931-36698"
63+
image: "dashboard:62e65ef2-4b2d6d68-931-38143"
6464
# Values for devtron
6565
devtron:
66-
image: "hyperion:007eb24c-759-36703"
67-
cicdImage: "devtron:007eb24c-930-36697"
66+
image: "hyperion:c0bdac7b-759-38227"
67+
cicdImage: "devtron:c0bdac7b-930-38226"
6868
imagePullPolicy: IfNotPresent
6969
customOverrides:
7070
USE_CUSTOM_HTTP_TRANSPORT: "false"
@@ -89,14 +89,14 @@ devtron:
8989
image: "ci-runner:f1033317-1020-36109"
9090
# Values for kubelink
9191
kubelink:
92-
image: "kubelink:9d87bcc9-314-36699"
92+
image: "kubelink:2c31a453-314-38136"
9393
imagePullPolicy: IfNotPresent
9494
# Values for gitsensor
9595
gitsensor:
96-
image: "git-sensor:9d87bcc9-950-36700"
96+
image: "git-sensor:2c31a453-950-38181"
9797
imagePullPolicy: IfNotPresent
9898
chartSync:
99-
image: chart-sync:f1033317-1021-36111
99+
image: chart-sync:2c31a453-1021-38138
100100
postgres:
101101
image: "postgres:14.9"
102102
metrics:
@@ -105,7 +105,7 @@ devtron:
105105
security:
106106
enabled: true
107107
imageScanner:
108-
image: "image-scanner:9d87bcc9-109-36701"
108+
image: "image-scanner:2c31a453-109-38139"
109109
configs:
110110
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
111111
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
@@ -119,8 +119,17 @@ devtron:
119119
image: "grafana:7.3.1"
120120
devtronEnterprise:
121121
enabled: true
122+
finops:
123+
enabled: true
124+
costSync:
125+
image: "cost-sync:46ed7c67-1159-38183"
126+
schedule: "0 * * * *"
127+
timeZone: UTC
128+
timescale:
129+
image: "timescaledb-ha:pg18"
130+
volumeSize: 5Gi
122131
casbin:
123-
image: "casbin:007eb24c-9d87bcc9-464-36702"
132+
image: "casbin:46ed7c67-c62c2b36-464-38140"
124133
imagePullPolicy: IfNotPresent
125134
scoop:
126135
enabled: false

0 commit comments

Comments
 (0)