Skip to content

Commit

Permalink
fix ui image
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <[email protected]>
  • Loading branch information
Issif authored and poiana committed Feb 14, 2021
1 parent fdb23a9 commit 95a46f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ numbering uses [semantic versioning](http://semver.org).

Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).

## 0.2.6

### Fixes

* Fix repo and tag for `ui` image

## 0.2.5

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.21.0
description: A simple daemon to help you with falco's outputs
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.2.5
version: 0.2.6
keywords:
- monitoring
- security
Expand Down
4 changes: 2 additions & 2 deletions falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ webui:
enabled: false

image:
repository: issif/falcosidekick-ui
tag: 0.1.0
repository: falcosecurity/falcosidekick-ui
tag: "v0.1.0"
pullPolicy: IfNotPresent

podSecurityContext:
Expand Down

0 comments on commit 95a46f7

Please sign in to comment.