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

chore: update manifests for release 0.0.8 #194

Merged
merged 3 commits into from
Aug 19, 2020

Conversation

aramase
Copy link
Member

@aramase aramase commented Aug 17, 2020

What this PR does / why we need it:

  • Updates helm chart labels to align with the helm best practices

Which issue(s) this PR fixes (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged):
Fixes #121
Fixes #195
Fixes #120
Fixes #37

Special notes for your reviewer:

@aramase aramase force-pushed the manifests-0.0.8 branch 3 times, most recently from 04271f9 to b6b7bfc Compare August 18, 2020 02:18
@aramase
Copy link
Member Author

aramase commented Aug 19, 2020

/azp run pr-e2e-azure

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aramase aramase requested a review from ritazh August 19, 2020 01:52

@test "install azure provider with e2e image" {
yq w -d 1 ${PROVIDER_YAML} "spec.template.spec.containers[0].image" "${PROVIDER_TEST_IMAGE}:${IMAGE_TAG}" \
Copy link
Member

Choose a reason for hiding this comment

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

why do we want this removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

The driver and provider are installed using the helm charts, so we no longer need to install using kubectl apply -f

Copy link
Member Author

Choose a reason for hiding this comment

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

Issue to track testing with deployment yamls - #196

Copy link
Member

Choose a reason for hiding this comment

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

This issue is being tracked here to unblock this PR.

--set image.repository=${PROVIDER_TEST_IMAGE} \
--set image.tag=${IMAGE_TAG} \
--set image.pullPolicy="IfNotPresent" \
--dependency-update
Copy link
Member

Choose a reason for hiding this comment

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

👍

@@ -41,7 +41,7 @@ helm install stable/nginx-ingress --generate-name \
- Set secret type to `kubernetes.io/tls`

```bash
$ cat <<EOF | kubectl apply -f -
$ cat <<EOF | kubectl apply -n ingress-test -f -
Copy link
Member

Choose a reason for hiding this comment

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

+1

Copy link
Member

@ritazh ritazh left a comment

Choose a reason for hiding this comment

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

lgtm

@aramase aramase merged commit 4b5d205 into Azure:master Aug 19, 2020
@aramase aramase deleted the manifests-0.0.8 branch August 19, 2020 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants