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 7c250d3 commit 3690ba0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,8 +27,8 @@ spec:
image:
repository: vibioh/goweb:202103011543 # {"$imagepolicy": "default:flux-goweb-api"}
config:
API_LOGGER_JSON: "true"
API_LOGGER_JSON: 'true'
ingress:
enabled: true
hosts:
- api.vibioh.fr
- api.vibioh.fr

0 comments on commit 3690ba0

Please sign in to comment.