diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index b52e221..462772f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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: | @@ -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 \ No newline at end of file diff --git a/charts/collabora-code/templates/servicemonitor.yaml b/charts/collabora-code/templates/servicemonitor.yaml index c60bdc4..e176e29 100644 --- a/charts/collabora-code/templates/servicemonitor.yaml +++ b/charts/collabora-code/templates/servicemonitor.yaml @@ -51,4 +51,4 @@ spec: namespaceSelector: matchNames: - "{{ .Release.Namespace }}" -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/collabora-code/values.yaml b/charts/collabora-code/values.yaml index 6a117f7..1c3ba67 100644 --- a/charts/collabora-code/values.yaml +++ b/charts/collabora-code/values.yaml @@ -122,4 +122,4 @@ serviceMonitor: labels: {} selector: {} honorLabels: false - jobLabel: "" \ No newline at end of file + jobLabel: ""