Skip to content

Commit

Permalink
fix job TTL in argoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Sep 24, 2024
1 parent cf8af41 commit 58f326e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/stack-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: stack-auth
description: A Helm chart to deploy the Stack Auth platform. https://stack-auth.com
type: application
version: 0.4.0
version: 0.4.1

dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
Expand All @@ -12,6 +12,6 @@ dependencies:
condition: postgresql.enabled

- name: svix
version: 0.1.0
version: 0.2.0
repository: https://jshimko.github.io/helm-charts
condition: svix.enabled
4 changes: 2 additions & 2 deletions charts/stack-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dashboard:

ingress:
enabled: false
className: ""
className: "nginx"
annotations:
{}
# kubernetes.io/ingress.class: nginx
Expand Down Expand Up @@ -198,7 +198,7 @@ backend:

ingress:
enabled: false
className: ""
className: "nginx"
annotations:
{}
# kubernetes.io/ingress.class: nginx
Expand Down
2 changes: 1 addition & 1 deletion charts/svix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: svix
description: A Helm chart for running svix on Kubernetes
type: application
version: 0.1.0
version: 0.2.0

dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
Expand Down
7 changes: 3 additions & 4 deletions charts/svix/templates/svix/jwt-secret-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ metadata:
name: svix-create-jwt
labels:
{{- include "svix.labels" . | nindent 4 }}
# annotations:
# "helm.sh/hook": post-install,post-upgrade
# "helm.sh/hook-delete-policy": hook-succeeded
annotations:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: HookSucceeded
spec:
ttlSecondsAfterFinished: 10
template:
metadata:
labels:
Expand Down

0 comments on commit 58f326e

Please sign in to comment.