Skip to content

Update overlays #921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2022
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
7 changes: 0 additions & 7 deletions deploy/kubernetes/images/alpha/image.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions deploy/kubernetes/images/alpha/kustomization.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ImageTagTransformer
metadata:
name: imagetag-gcepd-driver-prow-head
imageTag:
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
name: k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this is a bug fix. the original transformation from gke.gcr.io/gcp-compute-persistent-disk-csi-driver to gcr.io/k8s-staging-cloud-provider-gcp... was not working. since prow-gke-release-staging-head was based on stable-master which uses k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. Back in January the pd-master-sidecars-latest-k8s-master-on-gce tests were failing because of this so it has been known this needed to be fixed, but I just thought I would do it in this PR.

newName: gcr.io/k8s-staging-cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
newTag: "master"
---
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

55 changes: 0 additions & 55 deletions deploy/kubernetes/images/prow-gke-release-staging-rc/image.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ metadata:
name: imagetag-csi-provisioner-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-provisioner
newTag: "v3.0.0"
newTag: "v3.1.0"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-attacher-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-attacher
newTag: "v3.2.1"
newTag: "v3.4.0"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-resize-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-resizer
newTag: "v1.2.0"
newTag: "v1.4.0"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-snapshotter-prow-head
imageTag:
name: k8s.gcr.io/sig-storage/csi-snapshotter
newTag: "v3.0.3"
newTag: "v4.0.1"
---
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: imagetag-csi-node-registrar-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
newTag: "v2.3.0"
newTag: "v2.5.0"
---
apiVersion: builtin
kind: ImageTagTransformer
Expand Down
Loading