Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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