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

feat(argo-cd): Added chart values deprecation parameters #2954

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JanisOrlovs
Copy link

@JanisOrlovs JanisOrlovs commented Oct 1, 2024

Added chart values deprecation parameters. This will simplify updates for changes in charts.

Pattern copied from https://github.com/jenkinsci/helm-charts/blob/jenkins-5.7.1/charts/jenkins/templates/deprecation.yaml

By default now disabled, in future release will put as enabled


Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

@github-actions github-actions bot added the size/S label Oct 1, 2024
@JanisOrlovs JanisOrlovs changed the title Added chart values deprecation parameters. This will simplify updates… (feat) Added chart values deprecation parameters. This will simplify updates… Oct 1, 2024
@jmeridth jmeridth changed the title (feat) Added chart values deprecation parameters. This will simplify updates… feat(argo-cd): Added chart values deprecation parameters. This will simplify updates… Oct 1, 2024
charts/argo-cd/Chart.yaml Outdated Show resolved Hide resolved
@yu-croco yu-croco changed the title feat(argo-cd): Added chart values deprecation parameters. This will simplify updates… feat(argo-cd): Added chart values deprecation parameters Oct 1, 2024
JanisOrlovs and others added 2 commits October 2, 2024 10:17
Co-authored-by: Jason Meridth <[email protected]>
Signed-off-by: Jānis Orlovs <[email protected]>
@JanisOrlovs
Copy link
Author

Maybe makes sense to enable by default?

@jmeridth
Copy link
Member

jmeridth commented Oct 4, 2024

Maybe makes sense to enable by default?

I'd be okay with that.

/cc @mkilchhofer @yu-croco @pdrastil @tico24 to ensure +2 on this decision.

@jmeridth
Copy link
Member

jmeridth commented Oct 4, 2024

@JanisOrlovs can you please fix the new lines (needed at end of files) to fix linting errors?

@mkilchhofer
Copy link
Member

mkilchhofer commented Oct 4, 2024

Maybe makes sense to enable by default?

I'd be okay with that.

/cc @mkilchhofer @yu-croco @pdrastil @tico24 to ensure +2 on this decision.

No strict opinion from my side, I tend to not enable it by default.
Also it is kinda redundant:

We normally print warnings in the charts NOTES file

@jmeridth
Copy link
Member

jmeridth commented Oct 5, 2024

Maybe makes sense to enable by default?

I'd be okay with that.

/cc @mkilchhofer @yu-croco @pdrastil @tico24 to ensure +2 on this decision.

No strict opinion from my side, I tend to not enable it by default.
Also it is kinda redundant:

We normally print warnings in the charts NOTES file

@JanisOrlovs thats a no to enable by default.

@jmeridth
Copy link
Member

@JanisOrlovs any chance to fix the linting error?

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

Successfully merging this pull request may close these issues.

3 participants