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

Upgrade argocd to 2.14.4 and debug upgrade issues #1671

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

anandf
Copy link
Collaborator

@anandf anandf commented Feb 23, 2025

What type of PR is this?

What does this PR do / why we need it:

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #?

How to test changes / Special notes to the reviewer:

@anandf anandf requested a review from svghadi February 23, 2025 16:34
@anandf anandf marked this pull request as draft February 24, 2025 14:46
@anandf anandf changed the title Upgrade argocd to 2.14.2 and debug issues Upgrade argocd to 2.14.4 and debug upgrade issues Mar 6, 2025
anandf added 6 commits March 6, 2025 23:00
Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Anand Francis Joseph <[email protected]>
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.17.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is controller-gen upgrade required? If so, we will also need to update it in makefile

argocd-operator/Makefile

Lines 169 to 171 in 58532ce

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/[email protected])

Copy link
Collaborator

@svghadi svghadi Mar 7, 2025

Choose a reason for hiding this comment

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

Are these permission changes done by code-gen automatically?

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.

2 participants