Skip to content

Commit

Permalink
Update hpa.yaml (#53)
Browse files Browse the repository at this point in the history
* Update hpa.yaml

Use v2 api for HorizontalPodAutoscaler

* Update Chart.yaml

Bump version

* Update CHANGELOG.md

* Update README.md

* Update README.md
  • Loading branch information
wiseman13 authored Jul 20, 2023
1 parent 451f5a3 commit 0950a55
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions charts/clamav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## v0.9.0 - 2023-07-19

### Changed

- Update the autoscaling api version to autoscaling/v2

## v0.8.0 - 2023-03-22

### Changed

- Update the _ClamAV_ image version to 0.105.2


## v0.7.0 - 2022-02-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/clamav/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clamav
description: Helm chart for ClamAV.
type: application
version: 0.8.0
version: 0.9.0
appVersion: 0.105.2
keywords:
- clamav
Expand Down
2 changes: 1 addition & 1 deletion charts/clamav/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClamAV

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

[ClamAV](https://www.clamav.net/) is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

Expand Down
2 changes: 1 addition & 1 deletion charts/clamav/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "clamav.fullname" . }}
Expand Down

0 comments on commit 0950a55

Please sign in to comment.