Gitops for SCMM, Registry, Jenkins#386
Open
nihussmann wants to merge 57 commits into
Open
Conversation
# Conflicts: # argocd/cluster-resources/apps/argocd/argocd/Chart.lock # src/main/groovy/com/cloudogu/gitops/Feature.groovy # src/main/groovy/com/cloudogu/gitops/cli/GitopsPlaygroundCliMainScripted.groovy # src/main/groovy/com/cloudogu/gitops/config/Config.groovy # src/main/groovy/com/cloudogu/gitops/features/CertManager.groovy # src/main/groovy/com/cloudogu/gitops/features/Ingress.groovy # src/main/groovy/com/cloudogu/gitops/features/Mail.groovy # src/main/groovy/com/cloudogu/gitops/features/deployment/ArgoCdApplicationStrategy.groovy # src/main/groovy/com/cloudogu/gitops/git/providers/scmmanager/ScmManager.groovy # src/main/groovy/com/cloudogu/gitops/git/providers/scmmanager/ScmManagerSetup.groovy
# Conflicts: # argocd/cluster-resources/apps/argocd/argocd/Chart.lock # argocd/cluster-resources/apps/argocd/argocd/Chart.yaml # src/main/groovy/com/cloudogu/gitops/cli/GitopsPlaygroundCliMainScripted.groovy # src/main/groovy/com/cloudogu/gitops/config/Config.groovy # src/main/groovy/com/cloudogu/gitops/features/deployment/Deployer.groovy # src/test/groovy/com/cloudogu/gitops/features/argocd/ArgoCDTest.groovy
# Conflicts: # src/main/groovy/com/cloudogu/gitops/Application.groovy # src/main/groovy/com/cloudogu/gitops/config/ConfigConstants.groovy # src/main/groovy/com/cloudogu/gitops/features/argocd/ArgoCD.groovy # src/test/groovy/com/cloudogu/gitops/features/ContentLoaderTest.groovy # src/test/groovy/com/cloudogu/gitops/features/JenkinsTest.groovy
…ng-720.x Update dependency credentials-binding to v720 (main)
Update dependency prism-api to v1.30.0-723.v97277866cece (main)
…402.x Update dependency script-security to v1402 (main)
# Conflicts: # src/main/groovy/com/cloudogu/gitops/Application.groovy # src/main/groovy/com/cloudogu/gitops/Feature.groovy # src/main/groovy/com/cloudogu/gitops/config/Config.groovy # src/main/groovy/com/cloudogu/gitops/config/ConfigConstants.groovy # src/main/groovy/com/cloudogu/gitops/features/ContentLoader.groovy # src/main/groovy/com/cloudogu/gitops/features/ExternalSecretsOperator.groovy # src/main/groovy/com/cloudogu/gitops/features/Jenkins.groovy # src/main/groovy/com/cloudogu/gitops/features/Monitoring.groovy # src/main/groovy/com/cloudogu/gitops/features/Registry.groovy # src/main/groovy/com/cloudogu/gitops/features/Vault.groovy # src/main/groovy/com/cloudogu/gitops/features/argocd/ArgoCD.groovy # src/main/groovy/com/cloudogu/gitops/features/deployment/ArgoCdApplicationStrategy.groovy # src/main/groovy/com/cloudogu/gitops/features/git/GitHandler.groovy # src/main/groovy/com/cloudogu/gitops/git/GitRepo.groovy # src/main/groovy/com/cloudogu/gitops/git/providers/scmmanager/ScmManager.groovy # src/main/groovy/com/cloudogu/gitops/infrastructure/deployment/Deployer.groovy # src/main/groovy/com/cloudogu/gitops/kubernetes/api/K8sJavaApiClient.groovy # src/main/groovy/com/cloudogu/gitops/tools/CertManager.groovy # src/main/groovy/com/cloudogu/gitops/tools/Ingress.groovy # src/main/groovy/com/cloudogu/gitops/tools/core/ScmManagerSetup.groovy # src/test/groovy/com/cloudogu/gitops/ApplicationConfiguratorTest.groovy # src/test/groovy/com/cloudogu/gitops/features/ContentLoaderTest.groovy # src/test/groovy/com/cloudogu/gitops/features/ExternalSecretsOperatorTest.groovy # src/test/groovy/com/cloudogu/gitops/features/IngressTest.groovy # src/test/groovy/com/cloudogu/gitops/features/JenkinsTest.groovy # src/test/groovy/com/cloudogu/gitops/features/MonitoringTest.groovy # src/test/groovy/com/cloudogu/gitops/features/RegistryTest.groovy # src/test/groovy/com/cloudogu/gitops/features/VaultTest.groovy # src/test/groovy/com/cloudogu/gitops/features/argocd/ArgoCDTest.groovy # src/test/groovy/com/cloudogu/gitops/features/deployment/DeployerTest.groovy # src/test/groovy/com/cloudogu/gitops/git/providers/scmmanager/ScmManagerSetupTest.groovy # src/test/groovy/com/cloudogu/gitops/tools/CertManagerTest.groovy
# Conflicts: # src/main/groovy/com/cloudogu/gitops/infrastructure/kubernetes/api/K8sClient.groovy # src/main/groovy/com/cloudogu/gitops/tools/core/argocd/ArgoCD.groovy
introduce sane defaults for renovate
# Conflicts: # src/test/groovy/com/cloudogu/gitops/integration/TestK8sHelper.groovy # src/test/groovy/com/cloudogu/gitops/integration/features/ArgoCdTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/features/CertManagerTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/features/MonitoringTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/profiles/ArgoCDProfileTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/profiles/FullProfileTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/profiles/MandantProfileTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/profiles/PetclinicProfileTestIT.groovy # src/test/groovy/com/cloudogu/gitops/integration/profiles/PrefixProfileTestIT.groovy # src/test/groovy/com/cloudogu/gitops/tools/MonitoringTest.groovy # src/test/groovy/com/cloudogu/gitops/tools/core/argocd/ArgoCDTest.groovy
…cause this is tested already by ScmManagerUrlResolver
…est and remove test for prefix in repoURL(tested by ScmManagerUrlResolver)
# Conflicts: # src/test/groovy/com/cloudogu/gitops/integration/features/ArgoCdTestIT.groovy
Adjust the ArgoCD air-gapped deployment path so the initial Helm-based installation can use a locally mirrored chart instead of trying to deploy a Git-backed chart via the Helm CLI. Also ensure AirGappedUtils is injected into ArgoCD and update the related test setup to mock air-gapped repository mirroring where the test only verifies repository preparation.
Align the ArgoCD air-gapped test with the CertManager setup by mocking the mirrored Helm repository handling and providing a local Chart.yaml for the argo-cd chart. This allows the test to exercise the existing air-gapped deployment path while verifying that generated AppProject source repositories use the mirrored SCM repository instead of the public Helm repository.
# Conflicts: # argocd/cluster-resources/apps/argocd/applications/applications.ftl.yaml # argocd/cluster-resources/apps/argocd/applications/argocd.ftl.yaml # docs/Configuration.md # src/main/groovy/com/cloudogu/gitops/application/Application.groovy # src/main/groovy/com/cloudogu/gitops/application/orchestration/GitHandler.groovy # src/main/groovy/com/cloudogu/gitops/cli/ApplicationConfigurator.groovy # src/main/groovy/com/cloudogu/gitops/cli/GenerateJsonSchema.groovy # src/main/groovy/com/cloudogu/gitops/config/Config.groovy # src/main/groovy/com/cloudogu/gitops/config/ConfigConstants.groovy # src/main/groovy/com/cloudogu/gitops/destroy/ArgoCDDestructionHandler.groovy # src/main/groovy/com/cloudogu/gitops/infrastructure/deployment/ArgoCdApplicationStrategy.groovy # src/main/groovy/com/cloudogu/gitops/tools/ExternalSecretsOperator.groovy # src/main/groovy/com/cloudogu/gitops/tools/Monitoring.groovy # src/main/groovy/com/cloudogu/gitops/tools/Registry.groovy # src/main/groovy/com/cloudogu/gitops/tools/Vault.groovy # src/main/groovy/com/cloudogu/gitops/tools/core/Jenkins.groovy # src/test/groovy/com/cloudogu/gitops/cli/ApplicationConfiguratorTest.groovy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-> removed Argocd Wrapper chart and using Argocd MultiSource Applications instatt
-> Updating Argocd to 9.4.15
-> Adding Jenkins, Registry and SCM Manager to Argocd
-> Adding operator installation to project