Skip to content

Commit 846c268

Browse files
prakarsh-dtdheeth
andauthored
RELEASE: PR for v0.6.2 (#2492)
* Updated latest image of inception in installer * Changes for ARM support in devtron-operator helm chart (#2495) * Removed postgres from inception * Removed envoy from lens * Updated armImage for postgres in values.yaml * Updated postgresql.yaml for arm support * Added arch flag for installation in values.yaml * Updated changes for multi-arch postgres * Set default value for installer.arch to multi-arch * Fixed installer.arch issues * Updated condition for postgres arch * Updated condition for postgres secret * Removed default value for installer.arch * Removed set installer.arch to legacy * Updated latest image of devtron in installer * Updated latest image of kubelink in installer * Updated latest image of hyperion in installer * Updated latest image of dashboard in installer * Updated latest image of notifier in installer * Updated notifier new image in devtron-bom.yaml * Updated latest image of authenticator in installer * Updated postgres image multi arch image to quay * Updated latest image of migrator in installer * Updated latest image of git-sensor in installer * Updated latest image of lens in installer * Updated latest image of kubewatch in installer * Updated latest image of chart-sync in installer * Updated latest image of image-scanner in installer * Updated latest image of chart-sync in installer * Update devtron-bom.yaml * Updated grafana.yaml with multi-arch images * Updated rollout image with multi-arch * Updated chart version * Removed conditions from postgres secret * Updated latest image of lens in installer * Changed postgres image to multi-arch * Updated latest image of ci-runner in installer Co-authored-by: Pawan Kumar <39653409+dheeth@users.noreply.github.com>
1 parent a7bf94d commit 846c268

21 files changed

+408
-247
lines changed

charts/devtron/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-operator
3-
appVersion: 0.6.1
3+
appVersion: 0.6.2
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.37
14+
version: 0.22.38
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
installer:
2-
release: "v0.6.1"
2+
release: "v0.6.2"
33
image: "quay.io/devtron/inception"
4-
tag: "c62d4c30-185-9354"
4+
tag: "1d2b87e5-185-11095"
55

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:9c21414c-325-10743"
8+
image: "quay.io/devtron/dashboard:fdbab9ea-325-11101"
99
devtron:
10-
image: "quay.io/devtron/hyperion:cb0316cb-282-10980"
11-
cicdImage: "quay.io/devtron/devtron:cb0316cb-360-10989"
10+
image: "quay.io/devtron/hyperion:1d654f24-280-11103"
11+
cicdImage: "quay.io/devtron/devtron:1d654f24-326-11100"
1212
argocdDexServer:
1313
image: "ghcr.io/dexidp/dex:v2.30.2"
1414
initContainer:
15-
authenticator: "quay.io/devtron/authenticator:aecda793-381-10540"
15+
authenticator: "quay.io/devtron/authenticator:aecda793-393-11109"
1616
kubelink:
17-
image: "quay.io/devtron/kubelink:919924e0-318-10747"
17+
image: "quay.io/devtron/kubelink:3f365493-318-11106"
1818
postgres:
1919
image: "quay.io/devtron/postgres:11.9.0-debian-10-r26"
20+
armImage: "quay.io/devtron/postgres:11.9"
2021

2122
migrator:
22-
image: "quay.io/devtron/migrator:9c933d29-149-10140"
23+
image: "quay.io/devtron/migrator:71748de9-149-11112"
2324
envVars:
2425
devtron:
2526
GIT_BRANCH: "main"
26-
GIT_HASH: "299b90b9322f40d84ebac23a9b43d0bbe23c56ca"
27+
GIT_HASH: "1d654f247a545926bac39189eaa63309e9b6bbc7"
2728
casbin:
2829
GIT_BRANCH: "main"
29-
GIT_HASH: "299b90b9322f40d84ebac23a9b43d0bbe23c56ca"
30+
GIT_HASH: "1d654f247a545926bac39189eaa63309e9b6bbc7"
3031

3132
argo-cd:
3233
global:
3334
image:
3435
repository: quay.io/argoproj/argocd
3536
tag: "v2.4.0"
3637
imagePullPolicy: IfNotPresent
38+
39+
notifier:
40+
image: "quay.io/devtron/notifier:6c7a356a-372-11107"

charts/devtron/templates/app-sync-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
command: ['sh', '-c', 'while [ ! $(kubectl -n devtroncd get $(kubectl -n devtroncd get job -l job=postgresql-migrate-devtron -o name) -o jsonpath="{.status.succeeded}") ]; do sleep 10; done']
1818
containers:
1919
- name: chart-sync
20-
image: quay.io/devtron/chart-sync:57e17953-373-10147
20+
image: quay.io/devtron/chart-sync:07ac8fd7-150-11120
2121
env:
2222
- name: PG_ADDR
2323
value: postgresql-postgresql.devtroncd
@@ -50,7 +50,7 @@ spec:
5050
spec:
5151
containers:
5252
- name: chart-sync
53-
image: quay.io/devtron/chart-sync:57e17953-373-10147
53+
image: quay.io/devtron/chart-sync:07ac8fd7-150-11120
5454
env:
5555
- name: PG_ADDR
5656
value: postgresql-postgresql.devtroncd

charts/devtron/templates/configmap-secret.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ apiVersion: v1
199199
kind: Secret
200200
data:
201201
postgresql-password: {{ $Secret }}
202+
POSTGRES_USER: cG9zdGdyZXM=
203+
POSTGRES_DB: b3JjaGVzdHJhdG9y
202204
metadata:
203205
name: postgresql-postgresql
204206
labels:
@@ -272,4 +274,4 @@ data:
272274
{{ $k }}: {{ $v | b64enc }}
273275
{{- end }}
274276
{{- end }}
275-
type: Opaque
277+
type: Opaque

charts/devtron/templates/grafana.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
mountPath: "/tmp/"
2525
initContainers:
2626
- name: grafana-org
27-
image: quay.io/devtron/k8s-utils:tutum-curl
27+
image: quay.io/devtron/curl:latest
2828
command: ["sh","/tmp/org.sh"]
2929
env:
3030
- name: GRAFANA_PASSWORD
@@ -657,14 +657,12 @@ metadata:
657657
app.kubernetes.io/instance: devtron
658658
app.kubernetes.io/version: "7.3.1"
659659
app.kubernetes.io/managed-by: Helm
660-
annotations:
661-
"helm.sh/hook": test-success
662660
namespace: devtroncd
663661
spec:
664662
serviceAccountName: devtron-grafana-test
665663
containers:
666664
- name: devtron-test
667-
image: "quay.io/devtron/bats:v1.1.0"
665+
image: "quay.io/devtron/bats:v1.4.1"
668666
imagePullPolicy: "IfNotPresent"
669667
command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"]
670668
volumeMounts:
@@ -680,4 +678,4 @@ spec:
680678
{{- end }}
681679
{{- end }}
682680
{{- end }}
683-
{{- end }}
681+
{{- end }}

0 commit comments

Comments
 (0)