Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ events_v2.html
# MacOS
*.DS_STORE

# Helm charts packages
*.tgz

# Diff/merge files
*.orig

Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/observability-app/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Values for minikube trial deployment
# Values for minikube dk-installer deployment
#

observability:
Expand Down
2 changes: 0 additions & 2 deletions deploy/charts/observability-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ kafka:
image:
tag: 3.8.4-debian-12-r0


mysql:
enable: true
image:
Expand All @@ -28,4 +27,3 @@ mysql:
auth:
username: observability
database: datakitchen