diff --git a/terraform/iaas-cluster-deployment-tf/manifests/hello-universe.yaml b/terraform/iaas-cluster-deployment-tf/manifests/hello-universe.yaml index 579907f..5253f43 100644 --- a/terraform/iaas-cluster-deployment-tf/manifests/hello-universe.yaml +++ b/terraform/iaas-cluster-deployment-tf/manifests/hello-universe.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: hello-universe - image: ghcr.io/spectrocloud/hello-universe:1.0.12 + image: ghcr.io/spectrocloud/hello-universe:1.1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 \ No newline at end of file diff --git a/terraform/iaas-cluster-update-tf/manifests/hello-universe-3tier.yaml b/terraform/iaas-cluster-update-tf/manifests/hello-universe-3tier.yaml index e9a5f6c..47c9bfe 100644 --- a/terraform/iaas-cluster-update-tf/manifests/hello-universe-3tier.yaml +++ b/terraform/iaas-cluster-update-tf/manifests/hello-universe-3tier.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: hello-universe - image: ghcr.io/spectrocloud/hello-universe:1.0.12 + image: ghcr.io/spectrocloud/hello-universe:1.1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 diff --git a/terraform/iaas-cluster-update-tf/manifests/hello-universe.yaml b/terraform/iaas-cluster-update-tf/manifests/hello-universe.yaml index cc01197..d601ec7 100644 --- a/terraform/iaas-cluster-update-tf/manifests/hello-universe.yaml +++ b/terraform/iaas-cluster-update-tf/manifests/hello-universe.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: hello-universe - image: ghcr.io/spectrocloud/hello-universe:1.0.12 + image: ghcr.io/spectrocloud/hello-universe:1.1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080