refactor: use ${releaseName}-${appVersion} prefix in resources#4247
Merged
refactor: use ${releaseName}-${appVersion} prefix in resources#4247
${releaseName}-${appVersion} prefix in resources#4247Conversation
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
…riables
- Update main harbor OCIRepository to ${appName}-${releaseName}-source
- Update valkey OCIRepository to ${appName}-${releaseName}-valkey
- Update database OCIRepository to ${appName}-${releaseName}-database
- Update manual-storage OCIRepository to ${appName}-${releaseName}-manual-storage
- Update all corresponding HelmRelease chartRef.name references
This standardizes the naming pattern across all harbor components to use
template variables for better consistency and maintainability.
…naming to use template variables
- Update main agent OCIRepository to ${appName}-${releaseName}-source
- Update API OCIRepository to ${appName}-${releaseName}-api
- Update all corresponding HelmRelease chartRef.name references
…ate variables
- Update main cert-manager OCIRepository to ${appName}-${releaseName}-source
- Update cert-manager-crds OCIRepository to ${appName}-${releaseName}-crds
- Update all corresponding HelmRelease chartRef.name references
…e template variables
- Update main cosi-driver-nutanix OCIRepository to ${appName}-${releaseName}-source
- Update cosi-bucket-kit OCIRepository to ${appName}-${releaseName}-cosi-bucket-kit
- Update all corresponding HelmRelease chartRef.name references
…e variables
- Update main gatekeeper OCIRepository to ${appName}-${releaseName}-source
- Update gatekeeper-proxy-mutations OCIRepository to ${appName}-${releaseName}-proxy-mutations
- Update all corresponding HelmRelease chartRef.name references
…ariables
- Update main knative OCIRepository to ${appName}-${releaseName}-source
- Update knative-operator OCIRepository to ${appName}-${releaseName}-operator
- Update all corresponding HelmRelease chartRef.name references
…emplate variables
- Update main logging-operator OCIRepository to ${appName}-${releaseName}-source
- Update logging-operator-logging OCIRepository to ${appName}-${releaseName}-logging
- Update all corresponding HelmRelease chartRef.name references
…se template variables
- Update main loki-distributed OCIRepository to ${appName}-${releaseName}-source
- Update object-bucket-claim OCIRepository to ${appName}-${releaseName}-object-bucket-claim
- Update all corresponding HelmRelease chartRef.name references
…ariables
- Update main traefik OCIRepository to ${appName}-${releaseName}-source
- Update traefik-crds OCIRepository to ${appName}-${releaseName}-crds
- Update all corresponding HelmRelease chartRef.name references
…template variables
- Update main rook-ceph-cluster OCIRepository to ${appName}-${releaseName}-source
- Update object-bucket-claim OCIRepository to ${appName}-${releaseName}-object-bucket-claim
- Update cosi-bucket-kit OCIRepository to ${appName}-${releaseName}-cosi-bucket-kit
- Update all corresponding HelmRelease chartRef.name references
…e variables
- Update istio-helm-base OCIRepository to ${appName}-${releaseName}-base
- Update istio-helm-cni OCIRepository to ${appName}-${releaseName}-cni
- Update istio-helm-istiod OCIRepository to ${appName}-${releaseName}-istiod
- Update istio-helm-ztunnel OCIRepository to ${appName}-${releaseName}-ztunnel
- Update istio-helm-gateway OCIRepository to ${appName}-${releaseName}-gateway
- Update all corresponding HelmRelease chartRef.name references
Update path references to point to new patch versions: - ai-navigator-app: 0.5.1 -> 0.5.2 - ai-navigator-cluster-info-agent: 0.4.1 -> 0.4.2 - ai-navigator-rag: 0.7.3 -> 0.7.4 - grafana-loki: 0.80.4 -> 0.80.5 - istio: 1.23.4 -> 1.23.5 - jaeger: 2.57.2 -> 2.57.3 - kubefed: 0.11.2 -> 0.11.3 - kubernetes-dashboard: 7.13.0 -> 7.13.1 - rook-ceph: 1.17.6 -> 1.17.7 - rook-ceph-cluster: 1.17.6 -> 1.17.7 (includes prereq job name updates) - thanos: 15.8.1 -> 15.8.2 - vgpu-token-operator: 1.0.7 -> 1.0.8 Note: Chart tags remain unchanged as these versions don't exist upstream yet.
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
aa2dc82 to
235f9e5
Compare
${releaseName}-${appVersion} prefix in resources
johnliu25
approved these changes
Nov 10, 2025
mhrabovcin
approved these changes
Nov 10, 2025
Contributor
Author
|
Will follow up if there are more changes. This is not tested end to end yet. |
This was referenced Apr 18, 2026
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.
What problem does this PR solve?:
I bumped the version of apps only if they haven't been bumped since 2.16.0
No functional changes were made to underlying applications.
Which issue(s) does this PR fix?:
Special notes for your reviewer:
Summary
This PR contains two major refactoring efforts:
OCIRepositoryresource names to use template variables1. OCIRepository Naming Standardization
Standardized
OCIRepositoryandConfigMapresource names and correspondingHelmReleasechartRef.nameandvaluesreferences to use template variables (${releaseName}-${appVersion}-*) instead of hardcoded names.Applications Refactored (11 total)
Single OCIRepository Applications
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-apiMulti-OCIRepository Applications
harbor (5 OCIRepositories)
${releaseName}-${appVersion}-chartcert-manager (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-crdscosi-driver-nutanix (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-cosi-bucket-kitgatekeeper (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-proxy-mutationsknative (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-operatorlogging-operator (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-loggingproject-grafana-loki (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-object-bucket-claimtraefik (2 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-crdsrook-ceph-cluster (3 OCIRepositories)
${releaseName}-${appVersion}-chart${releaseName}-${appVersion}-object-bucket-claim${releaseName}-${appVersion}-cosi-bucket-kitistio-helm (5 OCIRepositories)
Naming Pattern
${releaseName}-${appVersion}-chart-crds,-api,-operator,-logging)2. Version Path Bumping
Bumped patch versions for 12 applications by updating path references and renaming version directories. Chart tags remain unchanged as these versions don't exist upstream yet.
Applications Updated
Changes Made
path:references inhelmrelease.yaml,kustomization.yaml, and related filesgit mvto preserve history (106 files moved)rook-ceph-cluster)OCIRepositorychart tags stay at current versionsImpact
Testing