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 chart with latest add-on changes #376

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

JorTurFer
Copy link
Member

@JorTurFer JorTurFer commented Jan 27, 2023

Signed-off-by: Jorge Turrado [email protected]

I have executed the e2e test we have in the http-add-on repo and it works.

Basically I have updated the RBAC files to organize them as we autogenerate them in the add-on repo in order to be easier to update. I have also created a serviceAccount to use for the add-on and solve some small issues with some labels/namespaces

CRD is also updated

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)

@JorTurFer JorTurFer requested a review from a team as a code owner January 27, 2023 13:51
@JorTurFer JorTurFer enabled auto-merge (squash) January 27, 2023 13:56
Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

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

Can you update Chart.yaml please?

@JorTurFer
Copy link
Member Author

JorTurFer commented Jan 27, 2023

Can you update Chart.yaml please?

I'll do another PR with the release changes (chart.yaml, package and index), this PR is only to add missing changes

@tomkerkhove
Copy link
Member

Oh I have misread the title; sorry.

@tomkerkhove tomkerkhove disabled auto-merge January 27, 2023 14:04
@tomkerkhove tomkerkhove changed the title chore(http-add-on): update chart with latest add-on changes chore: update chart with latest add-on changes Jan 27, 2023
@JorTurFer
Copy link
Member Author

Oh I have misread the title; sorry.

no worries xD

@JorTurFer JorTurFer merged commit b65806c into kedacore:main Jan 27, 2023
@JorTurFer JorTurFer deleted the prepare-add-on-release branch January 27, 2023 14:07
{{- include "keda-addons-http.labels" . | indent 4 }}
name: {{ .Chart.Name }}-manager-role
name: {{ .Chart.Name }}-role
rules:

Choose a reason for hiding this comment

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

this introduced a spec error.

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right, this produces error 😢
Let me review it and check to cover this by test for the future.

Copy link
Member Author

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

can we get a chart v0.4.1? I could provide a PR for a release if you are not already up to it

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm on it, but I want to solve the CI before.

Copy link
Member Author

Choose a reason for hiding this comment

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

One question @holygrolli ,
How are you deploying the chart? I'm just trying with helm and even added again the extra line, I can't reproduce it (due to IDK how to validate it in the CI, which also uses helm)

Choose a reason for hiding this comment

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

I am using the GitOps approach and actually FluxCD. I first found the explanation here where I recognized the Helm chart is not correct.

Copy link
Member Author

Choose a reason for hiding this comment

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

okey... it's complicated to reproduce during CI :(

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 chart is already available @holygrolli , tomorrow we will announce it, but it's already available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants