Skip to content
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

Update helm chart crds folder location #74

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Update helm chart crds folder location #74

merged 1 commit into from
Jun 3, 2022

Conversation

Fareroo7
Copy link
Contributor

@Fareroo7 Fareroo7 commented May 8, 2022

No description provided.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 8, 2022
@k8s-ci-robot k8s-ci-robot added the sig/windows Categorizes an issue or PR as relevant to SIG Windows. label May 8, 2022
@k8s-ci-robot k8s-ci-robot requested a review from marosset May 8, 2022 09:31
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 8, 2022
@jsturtevant
Copy link
Contributor

@Fareroo7 could you give some context on this change? we shouldn't be modifying the 0.4 package for the chart. If any updates are needed it should be a new version

@Fareroo7
Copy link
Contributor Author

@jsturtevant when I tried to install this chart, I got an error that the crds were missing.
I'm using helm v3 and it couldn't install the crds because of the wrong location of the crds dir.

@jsturtevant
Copy link
Contributor

@phillipsj could you take a look? I though our chart-integration test would cover this scenario but it looks like it isn't using the correct flow and instead using the deploy script:

KUBECONFIG=/home/runner/work/windows-gmsa/windows-gmsa/admission-webhook/dev/kubeconfig-windows-gmsa-chart-integration KUBECTL=/usr/local/bin/kubectl ./deploy/deploy-gmsa-webhook.sh --file "/home/runner/work/windows-gmsa/windows-gmsa/admission-webhook/dev/gmsa-webhook.yml" --name "windows-gmsa-dev" --namespace "windows-gmsa-dev" --image "sigwindowstools/k8s-gmsa-webhook" --certs-dir "/home/runner/work/windows-gmsa/windows-gmsa/admission-webhook/dev/certs_dir" 
Generating RSA private key, 2048 bit long modulus (2 primes)
..........................................................+++++

@phillipsj
Copy link
Contributor

Will do

@phillipsj
Copy link
Contributor

PR up to fix the integration tests. We should rebase once that is merged. #75

@jsturtevant
Copy link
Contributor

@Fareroo7 could you take a look if the changes in #75 help? If moving the CRD's still makes sense could you rebase it? Thanks!

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels May 25, 2022
@Fareroo7
Copy link
Contributor Author

@phillipsj thanks that changes are looking good but I still moved the crds folder one directory up, otherwise the crds won't be installed by helm

@jsturtevant I did a rebase and now the chart works like a charm

@jsturtevant
Copy link
Contributor

good to hear!

I don't think we should be regenerating the helm packages for 0.4.0 and 0.4.1. We could generate a 0.4.2 with your patch

@marosset
Copy link
Contributor

good to hear!

I don't think we should be regenerating the helm packages for 0.4.0 and 0.4.1. We could generate a 0.4.2 with your patch

+1 for 0.4.2

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 28, 2022
@Fareroo7
Copy link
Contributor Author

of course, silly me...

@jsturtevant
Copy link
Contributor

@Fareroo7 could you squash the commits?

/lgtm
/assign @marosset @phillipsj

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 31, 2022
@marosset
Copy link
Contributor

LGTM
We can merge after commits get squashed
Thanks!

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jun 1, 2022
@jsturtevant
Copy link
Contributor

@Fareroo7 the chart tests is failing now which might be caused by the main branch being merged into this PR. Could you include just your change commit?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 3, 2022
and update chart to version 0.4.2
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 3, 2022
@Fareroo7
Copy link
Contributor Author

Fareroo7 commented Jun 3, 2022

my bad ...
first time squashing commits 👶🏻😄

@jsturtevant
Copy link
Contributor

no worries! Thanks!

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 3, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Fareroo7, jsturtevant

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel 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 Jun 3, 2022
@k8s-ci-robot k8s-ci-robot merged commit 928d2e5 into kubernetes-sigs:master Jun 3, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 "Looks good to me", indicates that a PR is ready to be merged. sig/windows Categorizes an issue or PR as relevant to SIG Windows. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants