From 3dbb363c457a269de454b219381c3f84ea351bf4 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 3 Jul 2025 08:15:26 +0300 Subject: [PATCH] Fix names --- argocd-apps/navix.yaml | 2 +- argocd-apps/oramap.yaml | 2 +- charts/{navix-helm => navix-chart}/Chart.yaml | 0 .../templates/backend-deployment.yaml | 0 .../templates/backend-service.yaml | 0 .../templates/env-configmap.yaml | 0 .../templates/frontend-deployment.yaml | 0 .../templates/frontend-service.yaml | 0 .../templates/ingress.yaml | 0 charts/{navix-helm => navix-chart}/values.yaml | 0 charts/{oramap => oramap-chart}/.helmignore | 0 charts/{oramap => oramap-chart}/Chart.yaml | 0 .../templates/_helpers.tpl | 0 .../templates/deployment.yaml | 0 .../templates/ingress.yaml | 0 .../templates/service.yaml | 0 charts/{oramap => oramap-chart}/values.yaml | 0 manifests/navix/values.yaml | 15 ++++++++------- 18 files changed, 10 insertions(+), 9 deletions(-) rename charts/{navix-helm => navix-chart}/Chart.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/backend-deployment.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/backend-service.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/env-configmap.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/frontend-deployment.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/frontend-service.yaml (100%) rename charts/{navix-helm => navix-chart}/templates/ingress.yaml (100%) rename charts/{navix-helm => navix-chart}/values.yaml (100%) rename charts/{oramap => oramap-chart}/.helmignore (100%) rename charts/{oramap => oramap-chart}/Chart.yaml (100%) rename charts/{oramap => oramap-chart}/templates/_helpers.tpl (100%) rename charts/{oramap => oramap-chart}/templates/deployment.yaml (100%) rename charts/{oramap => oramap-chart}/templates/ingress.yaml (100%) rename charts/{oramap => oramap-chart}/templates/service.yaml (100%) rename charts/{oramap => oramap-chart}/values.yaml (100%) diff --git a/argocd-apps/navix.yaml b/argocd-apps/navix.yaml index 1538da3..f5ced26 100644 --- a/argocd-apps/navix.yaml +++ b/argocd-apps/navix.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git targetRevision: HEAD - path: charts/navix-helm + path: charts/navix-chart helm: valueFiles: - ../../manifests/navix/values.yaml diff --git a/argocd-apps/oramap.yaml b/argocd-apps/oramap.yaml index cebd323..0c66740 100644 --- a/argocd-apps/oramap.yaml +++ b/argocd-apps/oramap.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git targetRevision: HEAD - path: charts/oramap + path: charts/oramap-chart helm: valueFiles: - ../../manifests/oramap/values.yaml diff --git a/charts/navix-helm/Chart.yaml b/charts/navix-chart/Chart.yaml similarity index 100% rename from charts/navix-helm/Chart.yaml rename to charts/navix-chart/Chart.yaml diff --git a/charts/navix-helm/templates/backend-deployment.yaml b/charts/navix-chart/templates/backend-deployment.yaml similarity index 100% rename from charts/navix-helm/templates/backend-deployment.yaml rename to charts/navix-chart/templates/backend-deployment.yaml diff --git a/charts/navix-helm/templates/backend-service.yaml b/charts/navix-chart/templates/backend-service.yaml similarity index 100% rename from charts/navix-helm/templates/backend-service.yaml rename to charts/navix-chart/templates/backend-service.yaml diff --git a/charts/navix-helm/templates/env-configmap.yaml b/charts/navix-chart/templates/env-configmap.yaml similarity index 100% rename from charts/navix-helm/templates/env-configmap.yaml rename to charts/navix-chart/templates/env-configmap.yaml diff --git a/charts/navix-helm/templates/frontend-deployment.yaml b/charts/navix-chart/templates/frontend-deployment.yaml similarity index 100% rename from charts/navix-helm/templates/frontend-deployment.yaml rename to charts/navix-chart/templates/frontend-deployment.yaml diff --git a/charts/navix-helm/templates/frontend-service.yaml b/charts/navix-chart/templates/frontend-service.yaml similarity index 100% rename from charts/navix-helm/templates/frontend-service.yaml rename to charts/navix-chart/templates/frontend-service.yaml diff --git a/charts/navix-helm/templates/ingress.yaml b/charts/navix-chart/templates/ingress.yaml similarity index 100% rename from charts/navix-helm/templates/ingress.yaml rename to charts/navix-chart/templates/ingress.yaml diff --git a/charts/navix-helm/values.yaml b/charts/navix-chart/values.yaml similarity index 100% rename from charts/navix-helm/values.yaml rename to charts/navix-chart/values.yaml diff --git a/charts/oramap/.helmignore b/charts/oramap-chart/.helmignore similarity index 100% rename from charts/oramap/.helmignore rename to charts/oramap-chart/.helmignore diff --git a/charts/oramap/Chart.yaml b/charts/oramap-chart/Chart.yaml similarity index 100% rename from charts/oramap/Chart.yaml rename to charts/oramap-chart/Chart.yaml diff --git a/charts/oramap/templates/_helpers.tpl b/charts/oramap-chart/templates/_helpers.tpl similarity index 100% rename from charts/oramap/templates/_helpers.tpl rename to charts/oramap-chart/templates/_helpers.tpl diff --git a/charts/oramap/templates/deployment.yaml b/charts/oramap-chart/templates/deployment.yaml similarity index 100% rename from charts/oramap/templates/deployment.yaml rename to charts/oramap-chart/templates/deployment.yaml diff --git a/charts/oramap/templates/ingress.yaml b/charts/oramap-chart/templates/ingress.yaml similarity index 100% rename from charts/oramap/templates/ingress.yaml rename to charts/oramap-chart/templates/ingress.yaml diff --git a/charts/oramap/templates/service.yaml b/charts/oramap-chart/templates/service.yaml similarity index 100% rename from charts/oramap/templates/service.yaml rename to charts/oramap-chart/templates/service.yaml diff --git a/charts/oramap/values.yaml b/charts/oramap-chart/values.yaml similarity index 100% rename from charts/oramap/values.yaml rename to charts/oramap-chart/values.yaml diff --git a/manifests/navix/values.yaml b/manifests/navix/values.yaml index 2c6a2be..0e67780 100644 --- a/manifests/navix/values.yaml +++ b/manifests/navix/values.yaml @@ -1,7 +1,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/navix-front - tag: v7-no-cicd + tag: latest pullPolicy: IfNotPresent service: type: ClusterIP @@ -18,19 +18,21 @@ frontend: - path: / pathType: Prefix env: - VITE_API_URL: "/api" - tag: master-6e29436 + API_BASE: "https://navix.dvirlabs.com/api" + MINIO_ENDPOINT: "s3.dvirlabs.com" + MINIO_BUCKET: "navix-icons" + backend: image: repository: harbor.dvirlabs.com/my-apps/navix-back - tag: v3-no-cicd + tag: latest pullPolicy: IfNotPresent service: type: ClusterIP port: 8000 env: - MINIO_ACCESS_KEY: "TDJvsBmbkpUXpCw5M7LA" - MINIO_SECRET_KEY: "n9scR7W0MZy6FF0bznV98fSgXpdebIQjqZvEr1Yu" + MINIO_ACCESS_KEY: "your-access-key" + MINIO_SECRET_KEY: "your-secret-key" MINIO_ENDPOINT: "s3.dvirlabs.com" MINIO_BUCKET: "navix-icons" ingress: @@ -44,4 +46,3 @@ backend: paths: - path: /api pathType: Prefix - tag: master-6e29436