Skip to content

Commit

Permalink
docs: update pack and images version
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Sep 18, 2024
1 parent 2972eab commit c7b6204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terraform/getting-started-deployment-tf/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c7b6204

Please sign in to comment.