Skip to content

Commit 0c46ad3

Browse files
prakarsh-dtdheethDivya Bhushan
authored
RELEASE: PR for v0.4.6 (#1774)
* Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of dashboard in installer * Fix: dashboard url not showing in NOTES.txt (#1761) * Updated latest image of dashboard in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * docs: Editing the template notes (#1726) * docs: Editing the template notes * Updating notes.txt * Removing the repeated line in notes.txt * Update NOTES.txt * Update NOTES.txt * Fixed NOTES.txt file * Fixed dashboard url not showing * Update Chart.yaml Co-authored-by: ReleaseBot <[email protected]> Co-authored-by: Divya Bhushan <[email protected]> Co-authored-by: Prakarsh <[email protected]> Co-authored-by: Pawan Kumar <[email protected]> Co-authored-by: Divya Bhushan <[email protected]>
1 parent 35702e6 commit 0c46ad3

File tree

10 files changed

+22
-23
lines changed

10 files changed

+22
-23
lines changed

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: devtron-operator
2-
appVersion: 0.4.5
2+
appVersion: 0.4.6
33
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
44
keywords:
55
- Devtron
@@ -10,7 +10,7 @@ keywords:
1010
- argocd
1111
- Hyperion
1212
engine: gotpl
13-
version: 0.22.8
13+
version: 0.22.9
1414
sources:
1515
- https://github.com/devtron-labs/charts
1616
maintainers:

charts/devtron/devtron-bom.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
installer:
2-
release: "v0.4.5"
2+
release: "v0.4.6"
33
image: "quay.io/devtron/inception"
44
tag: "acb623ff-185-7117"
55

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:8c3c47c8-240-8803"
8+
image: "quay.io/devtron/dashboard:c8b8d431-240-8868"
99
devtron:
10-
image: "quay.io/devtron/hyperion:702ffd2c-280-8805"
10+
image: "quay.io/devtron/hyperion:35702e69-280-8870"
1111
argocdDexServer:
1212
image: "quay.io/dexidp/dex:v2.25.0"
1313
kubelink:
@@ -20,7 +20,7 @@ components:
2020
envVars:
2121
devtron:
2222
GIT_BRANCH: "main"
23-
GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3"
23+
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
2424
casbin:
2525
GIT_BRANCH: "main"
26-
GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3"
26+
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"

charts/devtron/templates/NOTES.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
- http is: http://{{ .Values.components.devtron.ingress.host }}/dashboard
1313
- https is https://{{ .Values.components.devtron.ingress.host }}/dashboard
1414

15-
{{- end }}
16-
{{- end }}
17-
{{- end }}
18-
1915
{{- else if eq $.Values.components.devtron.service.type "LoadBalancer" }}
2016
2. Run the following command to get the dashboard URL for the service type:
2117
LoadBalancer
@@ -44,6 +40,9 @@
4440

4541
The dashboard should be accesible on http://localhost:8000/
4642
{{- end }}
43+
{{- end }}
44+
{{- end }}
45+
{{- end }}
4746

4847
{{- if $.Values.installer.modules }}
4948
3. To track the progress of Devtron microservices installation, run the following command:

charts/devtron/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
installer:
22
repo: "devtron-labs/devtron"
33
# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
4-
release: "v0.4.5" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
4+
release: "v0.4.6" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
55
image: quay.io/devtron/inception
66
tag: acb623ff-185-7117
77
source: "github" # Available options are github and gitee
@@ -43,11 +43,11 @@ components:
4343
sentry: "false"
4444
sentryEnv: "PRODUCTION"
4545
applicationMetrics: "true"
46-
image: "quay.io/devtron/dashboard:8c3c47c8-240-8803"
46+
image: "quay.io/devtron/dashboard:c8b8d431-240-8868"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:
50-
image: "quay.io/devtron/hyperion:702ffd2c-280-8805"
50+
image: "quay.io/devtron/hyperion:35702e69-280-8870"
5151
imagePullPolicy: IfNotPresent
5252
serviceMonitor:
5353
enabled: false
@@ -93,10 +93,10 @@ components:
9393
SCRIPT_LOCATION: "scripts/sql/"
9494
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
9595
DB_NAME: "orchestrator"
96-
GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3"
96+
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
9797
casbin:
9898
GIT_BRANCH: "main"
9999
SCRIPT_LOCATION: "scripts/casbin/"
100100
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
101101
DB_NAME: "casbin"
102-
GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3"
102+
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"

manifests/install/devtron-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: installer-devtron
55
namespace: devtroncd
66
spec:
7-
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.5/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.6/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v0.4.5";
1+
LTAG="v0.4.6";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.5
1+
v0.4.6

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
- name: envoy-config-volume
232232
mountPath: /etc/envoy-config/
233233
- name: dashboard
234-
image: "quay.io/devtron/dashboard:8c3c47c8-240-8803"
234+
image: "quay.io/devtron/dashboard:c8b8d431-240-8868"
235235
imagePullPolicy: IfNotPresent
236236
ports:
237237
- name: app

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
serviceAccountName: devtron
153153
containers:
154154
- name: devtron
155-
image: "quay.io/devtron/devtron:702ffd2c-324-8804"
155+
image: "quay.io/devtron/devtron:35702e69-324-8869"
156156
imagePullPolicy: IfNotPresent
157157
ports:
158158
- name: devtron

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: MIGRATE_TO_VERSION
4141
value: "0"
4242
- name: GIT_HASH
43-
value: 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3
43+
value: 35702e690d6ffb8e61904de33a7f98082cbd2db2
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator
@@ -81,7 +81,7 @@ spec:
8181
- name: MIGRATE_TO_VERSION
8282
value: "0"
8383
- name: GIT_HASH
84-
value: 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3
84+
value: 35702e690d6ffb8e61904de33a7f98082cbd2db2
8585
- name: GIT_BRANCH
8686
value: main
8787
envFrom:

0 commit comments

Comments
 (0)