Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix job ttl since not removed even after helm uninstall #26

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.7
python-version: 3.8
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Run chart-testing (lint)
Expand Down
18 changes: 9 additions & 9 deletions charts/reports-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: v2
name: reports-server
type: application
version: 0.1.5-rc.1
appVersion: v0.1.5-rc.1
version: 0.1.5-rc.2
appVersion: v0.1.5-rc.2
keywords:
- kubernetes
- policy reports storage
- postgresql
- kubernetes
- policy reports storage
- postgresql
sources:
- https://github.com/nirmata/reports-server
- https://github.com/nirmata/reports-server
maintainers:
- name: Nirmata
url: https://kyverno.io/
email: [email protected]
- name: Nirmata
url: https://kyverno.io/
email: [email protected]
kubeVersion: ">=1.16.0-0"
dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/reports-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reports-server

![Version: 0.1.5-rc.1](https://img.shields.io/badge/Version-0.1.5--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.5-rc.1](https://img.shields.io/badge/AppVersion-v0.1.5--rc.1-informational?style=flat-square)
![Version: 0.1.5-rc.2](https://img.shields.io/badge/Version-0.1.5--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.5-rc.2](https://img.shields.io/badge/AppVersion-v0.1.5--rc.1-informational?style=flat-square)

TODO

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
helm.sh/hook-weight: "100"
spec:
backoffLimit: 2
ttlSecondsAfterFinished: 100
template:
metadata:
{{- with .Values.apiServicesManagement.podAnnotations }}
Expand Down
Loading
Loading