Skip to content

Commit

Permalink
Release on rn-clamav version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olimpiurob committed Nov 19, 2024
1 parent 5509fdf commit 14c7f65
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 15 deletions.
16 changes: 15 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5376,6 +5376,20 @@ entries:
- rn-celery-0.1.0.tgz
version: 0.1.0
rn-clamav:
- apiVersion: v2
appVersion: 2.6.20
created: "2024-11-19T12:54:40.06335+02:00"
description: A Reportnet2 clamav helm chart for Kubernetes
digest: b03d7ffee04d9a1e597f24f25410e345aa22f5daeba53be80a96c31afb07eed2
icon: https://raw.githubusercontent.com/eea/helm-charts/main/sources/rn-clamav/ClamAV_Logo.png
keywords:
- Reportnet
- Security
name: rn-clamav
type: application
urls:
- rn-clamav-0.1.4.tgz
version: 0.1.4
- apiVersion: v2
appVersion: 2.6.20
created: "2024-11-05T12:25:13.25618+02:00"
Expand Down Expand Up @@ -6882,4 +6896,4 @@ entries:
urls:
- zz-testing-catalogrefresh-2.0.0.tgz
version: 2.0.0
generated: "2024-11-18T15:14:08.4941412+02:00"
generated: "2024-11-19T12:54:40.062185+02:00"
Binary file added docs/rn-clamav-0.1.4.tgz
Binary file not shown.
6 changes: 5 additions & 1 deletion sources/rn-clamav/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ icon: https://raw.githubusercontent.com/eea/helm-charts/main/sources/rn-clamav/C

type: application

version: 0.1.3
keywords:
- Reportnet
- Security

version: 0.1.4

appVersion: "2.6.20"
23 changes: 11 additions & 12 deletions sources/rn-clamav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Clamav scanner for Reportek.


## Configuration

- `timezone` - Time zone.
Expand All @@ -14,18 +13,18 @@ Clamav scanner for Reportek.

## Releases

<dl>

<dt>Version 0.1.3</dt>
<dd>Updated appVersion to 2.6.20.</dd>
### Version 0.1.4
- Tweaked hpa name
- Fixed README

<dt>Version 0.1.2</dt>
<dd>Some refactoring and added component label.</dd>
### Version 0.1.3
- Updated appVersion to 2.6.20.

<dt>Version 0.1.1</dt>
<dd>Added enabled flag.</dd>
### Version 0.1.2
- Some refactoring and added component label.

<dt>Version 0.1.0</dt>
<dd>Initial release.</dd>
### Version 0.1.1
- Added enabled flag.

</dl>
### Version 0.1.0
- Initial release.
2 changes: 1 addition & 1 deletion sources/rn-clamav/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "appl.fullname" . }}
name: {{ include "appl.fullname" . }}-hpa
labels:
{{- include "appl.labels" . | nindent 4 }}
app.kubernetes.io/component: security
Expand Down

0 comments on commit 14c7f65

Please sign in to comment.