Skip to content

Commit 2dbb36e

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

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
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.0
3+
appVersion: 42.0.1
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.0
13+
version: 42.0.1
1414
sources:
1515
- https://github.com/devtron-labs/charts/tree/main/charts/devtron-enterprise
1616
dependencies:

charts/devtron-enterprise/devtron-bom.yaml

Lines changed: 24 additions & 1 deletion
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.0"
29+
release: "42.0.1"
3030
registry: ""
3131
arch: "multi-arch"
3232
image: inception
@@ -93,6 +93,29 @@ devtron:
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
97+
argo-cd:
98+
global:
99+
image:
100+
# -- If defined, a repository applied to all Argo CD deployments
101+
repository: quay.io/argoproj/argocd
102+
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
103+
tag: "v2.13.3"
104+
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
105+
imagePullPolicy: IfNotPresent
106+
configs:
107+
cm:
108+
create: false
109+
# argocd-rbac-cm
110+
rbac:
111+
create: true
112+
policy.default: role:admin
113+
applicationSet:
114+
replicas: 0
115+
monitoring:
116+
grafana:
117+
enabled: true
118+
image: "grafana:7.3.1"
96119
devtronEnterprise:
97120
enabled: true
98121
casbin:

charts/devtron-enterprise/values.yaml

Lines changed: 2 additions & 1 deletion
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.0"
42+
release: "42.0.1"
4343
registry: ""
4444
image: inception
4545
tag: 7beef376-948-31378
@@ -116,6 +116,7 @@ devtron:
116116
monitoring:
117117
grafana:
118118
enabled: true
119+
image: "grafana:7.3.1"
119120
devtronEnterprise:
120121
enabled: true
121122
casbin:

0 commit comments

Comments
 (0)