Skip to content

Commit

Permalink
Fix warning (#499)
Browse files Browse the repository at this point in the history
* warning fix warning: skipped value for reports-server.imagePullSecrets: Not a tabl

* bump chart version

* comment image pull secrets to fix warnings

* fix string error

* Update values.yaml

* fix type

* fix job not cleaned

* enable imagePullSecrets

* remove chart.lock

* fix lint

* fix lint and disable reports-server
  • Loading branch information
amittiwari28 authored Jan 17, 2025
1 parent 6ca278e commit 20e53df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions charts/nirmata/Chart.lock

This file was deleted.

4 changes: 2 additions & 2 deletions charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: kyverno
version: 3.3.1-rc2
version: 3.3.1-rc3
appVersion: v1.13.2-n4k.nirmata.2-rc5
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
Expand Down Expand Up @@ -45,7 +45,7 @@ annotations:
description: ImagePullSecrets made configurable for tests
dependencies:
- name: reports-server
version: 0.1.5-rc.1
version: 0.1.5-rc.2
condition: reports-server.enabled
repository: https://nirmata.github.io/reports-server
- name: grafana
Expand Down
Binary file removed charts/nirmata/charts/reports-server-0.1.5-rc.1.tgz
Binary file not shown.
Binary file not shown.

0 comments on commit 20e53df

Please sign in to comment.