Skip to content

Commit

Permalink
Update Helm Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Aug 18, 2024
1 parent 190134a commit 256dacd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
KUBECONFIG ?= ""
GO ?= go
BUILD ?= build
IMAGE_TAG ?= 0.8.0
IMAGE_TAG ?= 0.8.1
IMAGE_NAME ?= "trivy-operator-polr-adapter"

#############
Expand Down
2 changes: 1 addition & 1 deletion charts/trivy-operator-polr-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm Chart to install the trivy-operator PolicyReport adapter

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square)
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square)

## Values

Expand Down
1 change: 0 additions & 1 deletion pkg/adapters/clusterinfra/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func (e *Client) StartWatching(ctx context.Context) error {
if err != nil {
log.Printf("[ERROR] ClusterInfraAssessmentReport: Failed to process report %s; %s", event.Object.Name, err)
}

},
UpdateFunc: func(ctx context.Context, event event.TypedUpdateEvent[*v1alpha1.ClusterInfraAssessmentReport], _ workqueue.TypedRateLimitingInterface[reconcile.Request]) {
err := e.polrClient.GenerateReport(ctx, event.ObjectNew)
Expand Down

0 comments on commit 256dacd

Please sign in to comment.