Skip to content

Commit

Permalink
chore: fix linting and build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Apr 11, 2024
1 parent 4fd730e commit c48f998
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1
uses: azure/setup-helm@v4
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand All @@ -29,9 +27,9 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --target-branch main
- name: Create kind cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.9.0
with:
kubectl_version: v1.21.5
kubectl_version: v1.27.1
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --target-branch main
2 changes: 1 addition & 1 deletion charts/collabora-code/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ spec:
namespaceSelector:
matchNames:
- "{{ .Release.Namespace }}"
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/collabora-code/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ serviceMonitor:
labels: {}
selector: {}
honorLabels: false
jobLabel: ""
jobLabel: ""

0 comments on commit c48f998

Please sign in to comment.