Skip to content

Commit 74638da

Browse files
authored
RELEASE: PR for v0.4.2 (#1675)
* Updated latest image of devtron in installer * Updated latest image of dashboard in installer * Updated latest image of hyperion in installer * Updated latest image of hyperion in installer * Update devtron-bom.yaml * Delete devtron-bom.yaml * Update devtron-bom.yaml * Update Chart.yaml
1 parent 79a0a54 commit 74638da

File tree

10 files changed

+19
-45
lines changed

10 files changed

+19
-45
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.1
2+
appVersion: 0.4.2
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.3
13+
version: 0.22.4
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.1"
2+
release: "v0.4.2"
33
image: "quay.io/devtron/inception"
44
tag: "acb623ff-185-7117"
55

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:ba8b5f0d-325-8472"
8+
image: "quay.io/devtron/dashboard:89b1a1ab-240-8587"
99
devtron:
10-
image: "quay.io/devtron/hyperion:f9eea17e-280-8477"
10+
image: "quay.io/devtron/hyperion:11d3bc2c-282-8589"
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: "f9eea17e6f123542b453e14c040ea8661c41f492"
23+
GIT_HASH: "11d3bc2c2e215b73dab11a5f35f63d3c49ab0964"
2424
casbin:
2525
GIT_BRANCH: "main"
26-
GIT_HASH: "f9eea17e6f123542b453e14c040ea8661c41f492"
26+
GIT_HASH: "11d3bc2c2e215b73dab11a5f35f63d3c49ab0964"

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.1" #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.2" #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:ba8b5f0d-325-8472"
46+
image: "quay.io/devtron/dashboard:89b1a1ab-240-8587"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:
50-
image: "quay.io/devtron/hyperion:f9eea17e-280-8477"
50+
image: "quay.io/devtron/hyperion:11d3bc2c-282-8589"
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: "f9eea17e6f123542b453e14c040ea8661c41f492"
96+
GIT_HASH: "11d3bc2c2e215b73dab11a5f35f63d3c49ab0964"
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: "f9eea17e6f123542b453e14c040ea8661c41f492"
102+
GIT_HASH: "11d3bc2c2e215b73dab11a5f35f63d3c49ab0964"

manifests/devtron-bom.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

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.1/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.2/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.1";
1+
LTAG="v0.4.2";
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.1
1+
v0.4.2

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:ba8b5f0d-325-8472"
234+
image: "quay.io/devtron/dashboard:89b1a1ab-240-8587"
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:f9eea17e-326-8480"
155+
image: "quay.io/devtron/devtron:11d3bc2c-324-8586"
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: f9eea17e6f123542b453e14c040ea8661c41f492
43+
value: 11d3bc2c2e215b73dab11a5f35f63d3c49ab0964
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: f9eea17e6f123542b453e14c040ea8661c41f492
84+
value: 11d3bc2c2e215b73dab11a5f35f63d3c49ab0964
8585
- name: GIT_BRANCH
8686
value: main
8787
envFrom:

0 commit comments

Comments
 (0)