Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report-server sub helm chart #491

Merged
merged 14 commits into from
Jan 16, 2025
Merged
72 changes: 38 additions & 34 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,41 @@ jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.7.2

- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.pull_request.base.ref }})
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.pull_request.base.ref }}

# - name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'

# - name: Run chart-testing (install)
# run: ct install --target-branch main
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.7.2

- uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Add Helm repository
run: |
helm repo add nirmata https://nirmata.github.io/reports-server
helm repo update

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.pull_request.base.ref }})
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.pull_request.base.ref }}
# - name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'

# - name: Run chart-testing (install)
# run: ct install --target-branch main
12 changes: 12 additions & 0 deletions charts/nirmata/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: reports-server
repository: https://nirmata.github.io/reports-server
version: 0.1.5-rc.1
- name: grafana
repository: ""
version: 3.3.4
- name: crds
repository: ""
version: 3.3.4
digest: sha256:edd71f24b42bd8028f275b5689263bf1140f2c4528e6c833d5342f227171b9fa
generated: "2025-01-16T18:54:49.347815+05:30"
8 changes: 6 additions & 2 deletions charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: kyverno
version: 3.3.1-rc1
appVersion: v1.13.2-n4k.nirmata.2-rc4
version: 3.3.1-rc2
appVersion: v1.13.2-n4k.nirmata.2-rc5
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
Expand Down Expand Up @@ -44,6 +44,10 @@ annotations:
- kind: added
description: ImagePullSecrets made configurable for tests
dependencies:
- name: reports-server
version: 0.1.5-rc.1
condition: reports-server.enabled
repository: https://nirmata.github.io/reports-server
- name: grafana
version: 3.3.4
condition: grafana.enabled
Expand Down
Binary file not shown.
Loading
Loading