Skip to content

Commit

Permalink
FWIN-1052/Add-On-Test-helm-release-pruner (#1488)
Browse files Browse the repository at this point in the history
* FWIN-1052/Add-On-Test-helm-release-pruner

* FWIN-1052/Add-On-Test-helm-release-pruner

* FWIN-1052/Add-On-Test-helm-release-pruner
  • Loading branch information
TheCubicleJockey committed May 15, 2024
1 parent ec0e882 commit df42c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/helm-release-pruner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v3.2.0
appVersion: v3.3.0
description: This chart deploys a cronjob that purges stale Helm releases and associated namespaces. Releases are selected based on regex patterns for release name and namespace along with a Bash `date` command date string to define the stale cutoff date and time.
name: helm-release-pruner
version: 3.2.12
version: 3.3.0
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
2 changes: 1 addition & 1 deletion stable/helm-release-pruner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Chart version 1.0.0 introduced RBacDefinitions with rbac-manager to manage acces
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.repository | string | `"quay.io/fairwinds/helm-release-pruner"` | Repo for image that the job runs on |
| image.tag | string | `"v3.2.1"` | The image tag to use |
| image.tag | string | `"v3.3.0"` | The image tag to use |
| image.pullPolicy | string | `"Always"` | The image pull policy. We do not recommend changing this |
| podAnnotations | object | `{}` | |
| job.backoffLimit | int | `3` | The backoff limit for the job |
Expand Down
2 changes: 1 addition & 1 deletion stable/helm-release-pruner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# image.repository -- Repo for image that the job runs on
repository: quay.io/fairwinds/helm-release-pruner
# image.tag -- The image tag to use
tag: v3.2.1
tag: v3.3.0
# image.pullPolicy -- The image pull policy. We do not recommend changing this
pullPolicy: Always

Expand Down

0 comments on commit df42c34

Please sign in to comment.