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.36/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.37/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.36";
LTAG="v0.2.37";
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.36
v0.2.37
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
serviceAccountName: devtron
containers:
- name: devtron
image: "quay.io/devtron/devtron:569767b2-146-5675"
image: "quay.io/devtron/devtron:7ae160af-146-5700"
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: 569767b2472c6c5ed42491d79d75ecff4e75c06f
value: 7ae160af7ecf0734477229a2b0f6e52759919d4c
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down