Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

chore: updated versions and terraform version #20

Merged
merged 1 commit into from
Dec 14, 2023
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
59 changes: 30 additions & 29 deletions deployment/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deployment/terraform/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "project" {
variable "app_version" {
type = string
description = "The version of the Spectromate application profile in Palette."
default = "1.0.6"
default = "1.0.7"
}

variable "cluster-group-name" {
Expand All @@ -34,7 +34,7 @@ variable "mendable_api_key" {
variable "image" {
type = string
description = "The Spectromate image to deploy."
default = "ghcr.io/spectrocloud/spectromate:v1.0.6"
default = "ghcr.io/spectrocloud/spectromate:v1.0.7"
}

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/manifests/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ containerService:
registryUrl: ""
image: ${image}
replicas: 2
# ingressHost: "{{.spectro.system.appdeployment.ingress.host}}"
ingressHost: "{{.spectro.system.appdeployment.ingress.host}}"
access: public
ports:
- "3000"
Expand Down
Loading