Skip to content

Commit a333e70

Browse files
Merge pull request GoogleCloudPlatform#3005 from xiaoweim/fixit
fix: update the compute image test yaml
2 parents dc8c773 + 0529501 commit a333e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/samples/resources/computeimage/image-from-url-raw/compute_v1beta1_computeimage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ spec:
2323
family: ubuntu-custom
2424
licenses: ["https://compute.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx"]
2525
rawDisk:
26-
source: "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz"
26+
source: "https://storage.googleapis.com/config-connector-computeimage-raw/computeimage-raw.tar.gz"
2727
containerType: "TAR"
2828
sha1: 819b7e9c17423f4539f09687eaa13687afa2fe32

scripts/generate-google3-docs/resource-reference/generated/resource-docs/compute/computeimage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ spec:
703703
family: ubuntu-custom
704704
licenses: ["https://compute.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx"]
705705
rawDisk:
706-
source: "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz"
706+
source: "https://storage.googleapis.com/config-connector-computeimage-raw/computeimage-raw.tar.gz"
707707
containerType: "TAR"
708708
sha1: 819b7e9c17423f4539f09687eaa13687afa2fe32
709709
```

0 commit comments

Comments
 (0)