Skip to content

Commit

Permalink
Updated latest image of devtron in the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
prakarsh-dt committed Aug 26, 2021
1 parent c2ea233 commit 6aff505
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.2.23/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.24/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.2.23";
LTAG="v0.2.24";
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.2.23
v0.2.24
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
serviceAccountName: devtron
containers:
- name: devtron
image: "quay.io/devtron/devtron:cf908937-146-5072"
image: "quay.io/devtron/devtron:c2ea2331-146-5095"
imagePullPolicy: IfNotPresent
ports:
- name: devtron
Expand Down
2 changes: 1 addition & 1 deletion 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: cf9089371123e28c0675a144a12fa1a61c531f09
value: c2ea23312cd819b217c3915ac93c13e006f54329
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down

0 comments on commit 6aff505

Please sign in to comment.