Skip to content

Commit

Permalink
issue #399: fixed wrong image tage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Oct 30, 2024
1 parent 508be00 commit 414a574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: webtop
image: linuxserver/webtop:ubuntu-kde
image: ghcr.io/ai-cfia/webtop-ubuntu-kde:main
ports:
- containerPort: 3000
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: webtop
image: linuxserver/webtop:ubuntu-kde
image: ghcr.io/ai-cfia/webtop-ubuntu-kde:main
ports:
- containerPort: 3000
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "postgresql_sku_name" {

variable "postgresql_storage_mb" {
type = number
default = 32768
default = 32768É
}

variable "postgresql_auto_grow" {
Expand Down

0 comments on commit 414a574

Please sign in to comment.