diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index cc24974..0000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: Unit tests - -# -# Documentation: -# https://help.github.com/en/articles/workflow-syntax-for-github-actions -# - -############################# -# Start the job on all push # -############################# -on: [push, pull_request] - -############### -# Set the Job # -############### -jobs: - build: - # Name the Job - name: Unit Test Code Base - # Set the agent to run on - runs-on: ubuntu-latest - - ################## - # Load all steps # - ################## - steps: - ########################## - # Checkout the code base # - ########################## - - name: Checkout Code - uses: actions/checkout@v4 - with: - # Full git history is needed to get a proper list of changed files within `super-linter` - fetch-depth: 0 - - name: Setup helm - uses: azure/setup-helm@v3 - with: - version: 'v3.13.2' - id: install - - ################################ - # Run Linter against code base # - ################################ - # - name: Lint Code Base - # uses: github/super-linter@v4 - # env: - # VALIDATE_ALL_CODEBASE: false - # DEFAULT_BRANCH: main - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Run make test - run: | - make test - - - name: Run make helmlint - run: | - make helmlint - - # - name: Run make helm kubeconform - # run: | - # curl -L -O https://github.com/yannh/kubeconform/releases/download/v0.4.13/kubeconform-linux-amd64.tar.gz - # tar xf kubeconform-linux-amd64.tar.gz - # sudo mv -v kubeconform /usr/local/bin - # make kubeconform diff --git a/values-global.yaml b/values-global.yaml index 7754095..73a363e 100644 --- a/values-global.yaml +++ b/values-global.yaml @@ -1,6 +1,6 @@ --- global: - pattern: multicloud-gitops + pattern: connected-vehicle-architecture options: useCSV: false @@ -9,3 +9,6 @@ global: main: clusterGroupName: hub + multiSourceConfig: + enabled: true + clusterGroupVersion: "0.9.*" diff --git a/values-hub.yaml b/values-hub.yaml index d29ad7b..e014f53 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -45,13 +45,15 @@ clusterGroup: name: vault namespace: vault project: hub - path: common/hashicorp-vault + chart: hashicorp-vault + chartVersion: 0.1.* golang-external-secrets: name: golang-external-secrets namespace: golang-external-secrets project: hub - path: common/golang-external-secrets + chart: golang-external-secrets + chartVersion: 0.1.* bobbycar-core-infra: name: bobbycar-core-infra @@ -66,7 +68,6 @@ clusterGroup: - /spec/config/retention.ms - /spec/config/segement.bytes - bobbycar-core-apps: name: bobbycar-core-apps namespace: bobbycar