Skip to content

Commit

Permalink
fix: missing version change for the GUI image in GCP multistage deplo…
Browse files Browse the repository at this point in the history
…yment (#1260)
  • Loading branch information
ngruelaneo committed Feb 14, 2024
2 parents 8a13cd9 + 832a5a8 commit 5321be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armonik-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
infra=0.2.2
core=0.20.5
worker=0.14.1
admin-gui=0.11.2
admin-gui=0.11.4
samples=v2.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ variable "admin_gui" {
type = object({
name = optional(string, "admin-app")
image = optional(string, "dockerhubaneo/armonik_admin_app")
tag = optional(string, "0.11.2")
tag = optional(string, "0.11.4")
port = optional(number, 1080)
limits = optional(object({
cpu = optional(string)
Expand Down

0 comments on commit 5321be3

Please sign in to comment.