Merge pull request #20 from zapal-tech/main

fix: insights version
This commit is contained in:
Bohdan Kucheriavyi 2024-11-27 23:12:50 +02:00 committed by GitHub
commit caf0511e3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ variable "HRMS_VERSION" {
} }
variable "INSIGHTS_VERSION" { variable "INSIGHTS_VERSION" {
default = "develop" default = "version-3"
} }
variable "FRAPPE_REPO" { variable "FRAPPE_REPO" {