Skip to content

Commit

Permalink
Fix error when name of some resources was longer than 63 characters
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed Aug 30, 2024
1 parent d1fd3eb commit 37751a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ct-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

# See https://github.com/helm/chart-testing#configuration
chart-dirs:
- dnation-kubernetes-monitoring-stack
charts: dnation-kubernetes-monitoring-stack
- dnation-k8s-monitoring-stack
charts: dnation-k8s-monitoring-stack
chart-repos:
- prometheus=https://prometheus-community.github.io/helm-charts
- grafana=https://grafana.github.io/helm-charts
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
echo ${{ steps.semver.outputs.version }}
wget https://dnationcloud.github.io/helm-hub/dnation-kubernetes-monitoring-stack-${{ steps.highest-patch.outputs.version }}.tgz
tar -xvf dnation-kubernetes-monitoring-stack-${{ steps.highest-patch.outputs.version }}.tgz
mv dnation-kubernetes-monitoring-stack dnation-k8s-monitoring-stack
- name: Create kind ${{ matrix.k8s-version }} cluster
uses: helm/kind-action@v1.10.0
Expand All @@ -80,4 +81,4 @@ jobs:

- name: Run chart-testing (install)
run: |
ct install --helm-extra-set-args "--set loki.ci=true" --config .github/ct-scheduled.yaml
ct install --config .github/ct-scheduled.yaml --helm-extra-set-args "--set loki.ci=true,loki.fullnameOverride=monitoring,thanos.fullnameOverride=monitoring"

0 comments on commit 37751a3

Please sign in to comment.