Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Convert registry to k8s.gcr.io #3141

Merged
merged 3 commits into from
Feb 1, 2018
Merged

Conversation

thockin
Copy link
Contributor

@thockin thockin commented Dec 22, 2017

This PR was auto-generated. Please apply human expertise to review for correctness.

Followup to kubernetes/kubernetes#54174 and kubernetes/kubernetes#57824

xref kubernetes/release#281

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 22, 2017
@thockin
Copy link
Contributor Author

thockin commented Dec 22, 2017

I am unfamiliar with the rules for version increments - does this really warrant that?

@mattfarina mattfarina self-assigned this Dec 27, 2017
@mattfarina
Copy link
Contributor

@thockin Charts are immutable. We want people to be able to check for things like a changed hash at a version. So, the version matters.

I'll take this one on and carry it home. Might take a couple weeks given the holidays but poke me if I don't get it done.

mattfarina added a commit to mattfarina/charts that referenced this pull request Dec 27, 2017
@mattfarina
Copy link
Contributor

@thockin unless there's an objection, we're going to break this up into 12 separate pull requests. One for each chart so we can make sure all tests pass and the charts are immutable. We'll take care of it.

@mattfarina
Copy link
Contributor

/hold

@@ -15,7 +15,7 @@
all: push

TAG = 0.5
PREFIX = gcr.io/google_containers/mongodb-install
PREFIX = k8s.gcr.io/mongodb-install

Choose a reason for hiding this comment

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

PREFIX = staging-k8s.gcr.io/mongodb-install

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 17, 2018
@thockin
Copy link
Contributor Author

thockin commented Jan 17, 2018

Since you're merging these piecemeal, I'll repurpose this to the next tweak. Pushes go to one place, pulls from another.

@thockin
Copy link
Contributor Author

thockin commented Jan 17, 2018

@mattfarina

@mattfarina
Copy link
Contributor

/retest

@mattfarina
Copy link
Contributor

@foxish Any idea why these tests are failing on the mongodb-replicast chart?

@mattfarina
Copy link
Contributor

/retest

@viglesiasce
Copy link
Contributor

/assign

@viglesiasce
Copy link
Contributor

/retest

@viglesiasce
Copy link
Contributor

This test appears to be failing be cause our CI is not waiting until the RS is completely deployed, in the latest result only 2 of 3 replicas was up/running. Testing manually showed that this does indeed work.

@mattfarina
Copy link
Contributor

/retest

@mattfarina
Copy link
Contributor

@viglesiasce @unguiculus I think the issue is in how we test for statefulsets. When the first replica comes online all the pods are ready so it proceeds with the tests. If there are multiple replicas those start to come online but aren't ready. Testing shouldn't proceed until all the replicas are up. This is a bug in CI, I think.

@mattfarina
Copy link
Contributor

/retest

A change to CI was merged that, I think, fixes the issue.

@mattfarina
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mattfarina, thockin

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 1, 2018
@mattfarina
Copy link
Contributor

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 1, 2018
@k8s-ci-robot k8s-ci-robot merged commit 1144328 into helm:master Feb 1, 2018
@thockin
Copy link
Contributor Author

thockin commented Apr 6, 2018

@mattfarina I see a handful of new uses of the old names. Do youw ant me to send a PR or can you handle it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants