Skip to content

Commit

Permalink
RELEASE: PR for v0.4.22 (devtron-labs#1953)
Browse files Browse the repository at this point in the history
* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated latest image of ci-runner in installer

* Updated latest image of dashboard in installer
  • Loading branch information
prakarsh-dt authored Jul 5, 2022
1 parent 4266b14 commit 8a147a5
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: devtron-operator
appVersion: 0.4.21
appVersion: 0.4.22
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -10,7 +10,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.24
version: 0.22.25
sources:
- https://github.com/devtron-labs/charts
maintainers:
Expand Down
12 changes: 6 additions & 6 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
installer:
release: "v0.4.21"
release: "v0.4.22"
image: "quay.io/devtron/inception"
tag: "c62d4c30-185-9354"

components:
dashboard:
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
devtron:
image: "quay.io/devtron/hyperion:3ada1c38-280-9501"
cicdImage: "quay.io/devtron/devtron:3ada1c38-326-9500"
image: "quay.io/devtron/hyperion:4266b14e-280-9529"
cicdImage: "quay.io/devtron/devtron:4266b14e-326-9528"
argocdDexServer:
image: "quay.io/dexidp/dex:v2.25.0"
initContainer:
Expand All @@ -24,7 +24,7 @@ components:
envVars:
devtron:
GIT_BRANCH: "main"
GIT_HASH: "3ada1c3847725e127a8c73faad2dbf90c8b0b529"
GIT_HASH: "4266b14e2eb755d4d931306f1f715329f11450f5"
casbin:
GIT_BRANCH: "main"
GIT_HASH: "3ada1c3847725e127a8c73faad2dbf90c8b0b529"
GIT_HASH: "4266b14e2eb755d4d931306f1f715329f11450f5"
12 changes: 6 additions & 6 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
installer:
repo: "devtron-labs/devtron"
# 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.
release: "v0.4.21" #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
release: "v0.4.22" #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
image: quay.io/devtron/inception
tag: c62d4c30-185-9354
source: "github" # Available options are github and gitee
Expand Down Expand Up @@ -43,12 +43,12 @@ components:
sentry: "false"
sentryEnv: "PRODUCTION"
applicationMetrics: "true"
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
imagePullPolicy: IfNotPresent

devtron:
image: "quay.io/devtron/hyperion:3ada1c38-280-9501"
cicdImage: "quay.io/devtron/devtron:3ada1c38-326-9500"
image: "quay.io/devtron/hyperion:4266b14e-280-9529"
cicdImage: "quay.io/devtron/devtron:4266b14e-326-9528"
imagePullPolicy: IfNotPresent
serviceMonitor:
enabled: false
Expand Down Expand Up @@ -97,10 +97,10 @@ components:
SCRIPT_LOCATION: "scripts/sql/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "orchestrator"
GIT_HASH: "3ada1c3847725e127a8c73faad2dbf90c8b0b529"
GIT_HASH: "4266b14e2eb755d4d931306f1f715329f11450f5"
casbin:
GIT_BRANCH: "main"
SCRIPT_LOCATION: "scripts/casbin/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "casbin"
GIT_HASH: "3ada1c3847725e127a8c73faad2dbf90c8b0b529"
GIT_HASH: "4266b14e2eb755d4d931306f1f715329f11450f5"
2 changes: 1 addition & 1 deletion manifests/install/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: installer-devtron
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.21/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.22/manifests/installation-script
2 changes: 1 addition & 1 deletion manifests/installation-script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LTAG="v0.4.21";
LTAG="v0.4.22";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Expand Down
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.21
v0.4.22
2 changes: 1 addition & 1 deletion manifests/yamls/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
- name: envoy-config-volume
mountPath: /etc/envoy-config/
- name: dashboard
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data:
CD_NODE_TAINTS_VALUE: "ci"
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
DEFAULT_CD_NAMESPACE: "devtron-cd"
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:c8b37740-138-9449"
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:970fe7d4-138-9532"
DEFAULT_CD_TIMEOUT: "3600"
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
CI_LOGS_KEY_PREFIX: "ci-artifacts"
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
serviceAccountName: devtron
containers:
- name: devtron
image: "quay.io/devtron/devtron:3ada1c38-326-9500"
image: "quay.io/devtron/devtron:4266b14e-326-9528"
imagePullPolicy: IfNotPresent
ports:
- name: devtron
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 3ada1c3847725e127a8c73faad2dbf90c8b0b529
value: 4266b14e2eb755d4d931306f1f715329f11450f5
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 3ada1c3847725e127a8c73faad2dbf90c8b0b529
value: 4266b14e2eb755d4d931306f1f715329f11450f5
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit 8a147a5

Please sign in to comment.