diff --git a/terraform/getting-started-deployment-tf/data.tf b/terraform/getting-started-deployment-tf/data.tf index d36f996..26fd122 100644 --- a/terraform/getting-started-deployment-tf/data.tf +++ b/terraform/getting-started-deployment-tf/data.tf @@ -159,7 +159,7 @@ data "spectrocloud_private_cloud_gateway" "pcg" { data "spectrocloud_pack" "hellouniverse" { name = "hello-universe" - version = "1.1.2" + version = "1.2.0" registry_uid = data.spectrocloud_registry.community_registry.id } diff --git a/terraform/getting-started-deployment-tf/manifests/values-3tier.yaml b/terraform/getting-started-deployment-tf/manifests/values-3tier.yaml index eddbb4a..9fef889 100644 --- a/terraform/getting-started-deployment-tf/manifests/values-3tier.yaml +++ b/terraform/getting-started-deployment-tf/manifests/values-3tier.yaml @@ -4,14 +4,14 @@ pack: content: images: - - image: ghcr.io/spectrocloud/hello-universe:1.1.2 + - image: ghcr.io/spectrocloud/hello-universe:1.2.0 manifests: hello-universe: images: - hellouniverse: ghcr.io/spectrocloud/hello-universe:1.1.2-proxy - hellouniverseapi: ghcr.io/spectrocloud/hello-universe-api:1.0.12 - hellouniversedb: ghcr.io/spectrocloud/hello-universe-db:1.0.2 + hellouniverse: ghcr.io/spectrocloud/hello-universe:1.2.0-proxy + hellouniverseapi: ghcr.io/spectrocloud/hello-universe-api:1.1.0 + hellouniversedb: ghcr.io/spectrocloud/hello-universe-db:1.1.0 apiEnabled: true namespace: ${namespace} port: ${port}