Skip to content

Commit

Permalink
ci: Reducing history size of helm release
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Mar 2, 2021
1 parent 4d2b62c commit e3e1592
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions infra/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ spec:
chart:
spec:
chart: app
version: "0.0.47"
version: '0.0.47'
sourceRef:
kind: HelmRepository
name: vibioh
namespace: default
interval: 120m
install:
skipCRDs: true
maxHistory: 3
upgrade:
remediation:
retries: 3
Expand All @@ -26,9 +27,9 @@ spec:
image:
repository: vibioh/ketchup:202103012031 # {"$imagepolicy": "default:flux-ketchup-web"}
config:
KETCHUP_LOGGER_JSON: "true"
KETCHUP_LOGGER_JSON: 'true'
KETCHUP_DB_HOST: ketchup-db
KETCHUP_DB_PORT: "80"
KETCHUP_DB_PORT: '80'
KETCHUP_DB_NAME: ketchup
KETCHUP_DB_USER: ketchup
secrets:
Expand All @@ -38,7 +39,7 @@ spec:
ingress:
enabled: true
hosts:
- ketchup.vibioh.fr
- ketchup.vibioh.fr
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand All @@ -50,14 +51,15 @@ spec:
chart:
spec:
chart: postgres
version: "0.0.19"
version: '0.0.19'
sourceRef:
kind: HelmRepository
name: vibioh
namespace: default
interval: 120m
install:
skipCRDs: true
maxHistory: 3
upgrade:
remediation:
retries: 3
Expand Down

0 comments on commit e3e1592

Please sign in to comment.