Skip to content

Commit b1de40c

Browse files
systemsdtakshatsinha007kamal-devtron
authored
release: PR for 42.0.0 (#338)
* 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 --------- Co-authored-by: akshatsinha007 <[email protected]> Co-authored-by: kamal-devtron <[email protected]>
1 parent 837a052 commit b1de40c

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-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: 41.0.0
3+
appVersion: 42.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: 41.0.0
13+
version: 42.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: 10 additions & 10 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: "41.0.0"
29+
release: "42.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:6ae4cee5-f4daa444-931-35579"
47+
image: "dashboard:bed65cdf-148d0677-931-36698"
4848
# Values for devtron
4949
devtron:
50-
image: "hyperion:75a2edd0-759-35584"
51-
cicdImage: "devtron:75a2edd0-930-35578"
50+
image: "hyperion:007eb24c-759-36703"
51+
cicdImage: "devtron:007eb24c-930-36697"
5252
imagePullPolicy: IfNotPresent
5353
customOverrides:
5454
PG_ADDR: postgresql-postgresql.devtroncd
@@ -71,32 +71,32 @@ devtron:
7171
HIDE_API_TOKENS: "true"
7272
# Values for ciRunner
7373
ciRunner:
74-
image: "ci-runner:65e37985-1020-35597"
74+
image: "ci-runner:f1033317-1020-36109"
7575
# Values for kubelink
7676
kubelink:
77-
image: "kubelink:cbfb2eb9-314-34351"
77+
image: "kubelink:9d87bcc9-314-36699"
7878
imagePullPolicy: IfNotPresent
7979
# Values for gitsensor
8080
gitsensor:
81-
image: "git-sensor:d829c010-950-35581"
81+
image: "git-sensor:9d87bcc9-950-36700"
8282
imagePullPolicy: IfNotPresent
8383
chartSync:
84-
image: chart-sync:d829c010-1021-35583
84+
image: chart-sync:f1033317-1021-36111
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:d829c010-109-35580"
92+
image: "image-scanner:9d87bcc9-109-36701"
9393
configs:
9494
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
9595
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
9696
devtronEnterprise:
9797
enabled: true
9898
casbin:
99-
image: "casbin:36c5edc6-75a2edd0-464-35582"
99+
image: "casbin:007eb24c-9d87bcc9-464-36702"
100100
imagePullPolicy: IfNotPresent
101101
scoop:
102102
enabled: false

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

Lines changed: 12 additions & 12 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:36c5edc6-75a2edd0-464-35582
7-
quay.io/devtron/chart-sync:d829c010-1021-35583
8-
quay.io/devtron/ci-runner:65e37985-1020-35597
6+
quay.io/devtron/casbin:007eb24c-9d87bcc9-464-36702
7+
quay.io/devtron/chart-sync:f1033317-1021-36111
8+
quay.io/devtron/ci-runner:f1033317-1020-36109
99
quay.io/devtron/curl:7.73.0
10-
quay.io/devtron/dashboard:6ae4cee5-f4daa444-931-35579
10+
quay.io/devtron/dashboard:bed65cdf-148d0677-931-36698
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:75a2edd0-930-35578
13+
quay.io/devtron/devtron:007eb24c-930-36697
1414
quay.io/devtron/dex:v2.30.2
15-
quay.io/devtron/git-sensor:d829c010-950-35581
15+
quay.io/devtron/git-sensor:9d87bcc9-950-36700
1616
quay.io/devtron/grafana:7.3.1
17-
quay.io/devtron/hyperion:75a2edd0-759-35584
18-
quay.io/devtron/image-scanner:d829c010-109-35580
17+
quay.io/devtron/hyperion:007eb24c-759-36703
18+
quay.io/devtron/image-scanner:9d87bcc9-109-36701
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:cbfb2eb9-314-34351
24-
quay.io/devtron/kubewatch:a4fc9044-419-33852
25-
quay.io/devtron/lens:a4fc9044-333-33874
23+
quay.io/devtron/kubelink:9d87bcc9-314-36699
24+
quay.io/devtron/kubewatch:880420ac-419-36026
25+
quay.io/devtron/lens:880420ac-333-36029
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:19d654ff-372-33876
33+
quay.io/devtron/notifier:00f17215-372-36041
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

charts/devtron-enterprise/values.yaml

Lines changed: 10 additions & 10 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: "41.0.0"
42+
release: "42.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:6ae4cee5-f4daa444-931-35579"
63+
image: "dashboard:bed65cdf-148d0677-931-36698"
6464
# Values for devtron
6565
devtron:
66-
image: "hyperion:75a2edd0-759-35584"
67-
cicdImage: "devtron:75a2edd0-930-35578"
66+
image: "hyperion:007eb24c-759-36703"
67+
cicdImage: "devtron:007eb24c-930-36697"
6868
imagePullPolicy: IfNotPresent
6969
customOverrides:
7070
USE_CUSTOM_HTTP_TRANSPORT: "false"
@@ -86,17 +86,17 @@ devtron:
8686
HIDE_API_TOKENS: "true"
8787
# Values for ciRunner
8888
ciRunner:
89-
image: "ci-runner:65e37985-1020-35597"
89+
image: "ci-runner:f1033317-1020-36109"
9090
# Values for kubelink
9191
kubelink:
92-
image: "kubelink:cbfb2eb9-314-34351"
92+
image: "kubelink:9d87bcc9-314-36699"
9393
imagePullPolicy: IfNotPresent
9494
# Values for gitsensor
9595
gitsensor:
96-
image: "git-sensor:d829c010-950-35581"
96+
image: "git-sensor:9d87bcc9-950-36700"
9797
imagePullPolicy: IfNotPresent
9898
chartSync:
99-
image: chart-sync:d829c010-1021-35583
99+
image: chart-sync:f1033317-1021-36111
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:d829c010-109-35580"
108+
image: "image-scanner:9d87bcc9-109-36701"
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,7 +119,7 @@ devtron:
119119
devtronEnterprise:
120120
enabled: true
121121
casbin:
122-
image: "casbin:36c5edc6-75a2edd0-464-35582"
122+
image: "casbin:007eb24c-9d87bcc9-464-36702"
123123
imagePullPolicy: IfNotPresent
124124
scoop:
125125
enabled: false

0 commit comments

Comments
 (0)