fix: Remove nexus helmfile

This commit is contained in:
2026-01-21 09:37:24 +01:00
parent d3ecef770f
commit b1584703d1
@@ -1,36 +1,36 @@
bases: bases:
- ../envs/environments.yaml.gotmpl - ../envs/environments.yaml.gotmpl
repositories: #repositories:
- name: stevehipwell #- name: drupal
url: 'https://stevehipwell.github.io/helm-charts/' # url: "https://drupalwxt.github.io/helm-drupal/index.yaml"
commonLabels: commonLabels:
tier: system tier: system
releases: releases:
- name: nexus3 - name: drupal
namespace: nexus namespace: drupal
chart: stevehipwell/nexus3 #chart: drupal/drupal
version: 5.9.0 #version: v1.3.0
condition: nexus.enabled condition: drupal.enabled
values: values:
- ../values/nexus/values/nexus.yaml.gotmpl - ../values/drupal/values/drupal.yaml.gotmpl
- ../values/nexus/values/nexus-{{ .Environment.Name }}.yaml.gotmpl - ../values/drupal/values/drupal-{{ .Environment.Name }}.yaml.gotmpl
postRenderer: ../bin/kustomizer postRenderer: ../bin/kustomizer
postRendererArgs: postRendererArgs:
- ../values/nexus/kustomize/{{ .Environment.Name }} - ../values/drupal/kustomize/{{ .Environment.Name }}
missingFileHandler: Info missingFileHandler: Info
- name: manifests - name: manifests
namespace: nexus namespace: drupal
chart: manifests chart: manifests
condition: nexus.enabled condition: drupal.enabled
missingFileHandler: Info missingFileHandler: Info
values: values:
- ../values/env.yaml - ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml - ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/nexus/env.yaml.gotmpl - ../values/drupal/env.yaml.gotmpl
- ../values/nexus/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl - ../values/drupal/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks: hooks:
- events: [ prepare, cleanup ] - events: [ prepare, cleanup ]
showlogs: true showlogs: true
@@ -39,5 +39,5 @@ releases:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}' - '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}' - '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}' - '{{`{{ .Environment.Name }}`}}'
- ../values/nexus/manifests - ../values/drupal/manifests
- manifests - manifests