diff --git a/.github/actions/publish_charts.yaml b/.github/actions/publish_charts/action.yaml similarity index 71% rename from .github/actions/publish_charts.yaml rename to .github/actions/publish_charts/action.yaml index 2279928..6edbdc4 100644 --- a/.github/actions/publish_charts.yaml +++ b/.github/actions/publish_charts/action.yaml @@ -13,10 +13,18 @@ runs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Install Helm + uses: azure/setup-helm@v4.2.0 + + - name: Add Helm Repos for Dependencies + shell: bash + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: '/deploy/charts' + charts_dir: deploy/charts skip_existing: 'true' packages_with_index: 'true' env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1494b0d..6fd57fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Latest Changes - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.gitignore b/.gitignore index 85d4db8..6f0b170 100644 --- a/.gitignore +++ b/.gitignore @@ -156,9 +156,6 @@ events_v2.html # MacOS *.DS_STORE -# Helm charts packages -*.tgz - # Diff/merge files *.orig diff --git a/deploy/charts/observability-app/values.yaml b/deploy/charts/observability-app/values.yaml index 85f36fe..09890e1 100644 --- a/deploy/charts/observability-app/values.yaml +++ b/deploy/charts/observability-app/values.yaml @@ -1,5 +1,5 @@ # -# Values for minikube trial deployment +# Values for minikube dk-installer deployment # observability: diff --git a/deploy/charts/observability-services/values.yaml b/deploy/charts/observability-services/values.yaml index a9b4fb5..bb31b9c 100644 --- a/deploy/charts/observability-services/values.yaml +++ b/deploy/charts/observability-services/values.yaml @@ -18,7 +18,6 @@ kafka: image: tag: 3.8.4-debian-12-r0 - mysql: enable: true image: @@ -28,4 +27,3 @@ mysql: auth: username: observability database: datakitchen -