Skip to content

Commit ce77afb

Browse files
feat: Updated notes and labels for new release (#2765)
* Update NOTES.txt * Update notifier.yaml
1 parent c41f35b commit ce77afb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

charts/devtron/templates/NOTES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Please wait for ~1 minute before running any of the following commands.
12

23
1. Run the following command to get the password for the default admin user:
34

@@ -48,6 +49,9 @@
4849
3. To track the progress of Devtron microservices installation, run the following command:
4950

5051
kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'
52+
53+
After running this command, if you get the results as:
54+
1. "Downloaded" means installation in progress. But you can still start exploring Devtron
55+
2. "Applied" means installation is successful.
5156

5257
{{- end }}
53-

charts/devtron/templates/notifier.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
name: notifier-secret
1010
labels:
1111
release: devtron
12+
app: notifier
1213
type: Opaque
1314
{{- if .secrets }}
1415
data:
@@ -24,6 +25,7 @@ metadata:
2425
name: notifier-cm
2526
labels:
2627
release: devtron
28+
app: notifier
2729
data:
2830
{{- if .configs}}
2931
{{ toYaml .configs | indent 2 }}
@@ -107,4 +109,4 @@ spec:
107109
{{- end }}
108110
{{- end }}
109111
{{- end }}
110-
{{- end }}
112+
{{- end }}

0 commit comments

Comments
 (0)