Skip to content

Commit

Permalink
Support --app-manifest-cache-count on helm chart (#5142)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: pipecd-bot <pipecd.dev@gmail.com>
  • Loading branch information
ffjlabo authored and pipecd-bot committed Sep 3, 2024
1 parent 9dc5c4d commit 3fbee63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/piped/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ A set of args for Piped.
- --log-encoding={{ .Values.args.logEncoding }}
- --log-level={{ .Values.args.logLevel }}
- --add-login-user-to-passwd={{ .Values.args.addLoginUserToPasswd }}
- --app-manifest-cache-count={{ .Values.args.appManifestCacheCount }}
{{- if .Values.quickstart.enabled }}
- --insecure=true
{{- else }}
Expand Down
2 changes: 2 additions & 0 deletions manifests/piped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ args:
addLoginUserToPasswd: false
# Ensure that the pod will be restarted by random an annotation value to key rollme.
forceRestart: true
# The number of app manifests to cache. The cache-key contains the commit hash. The default is 150. (default 150)
appManifestCacheCount: 150

launcher:
enabled: false
Expand Down

0 comments on commit 3fbee63

Please sign in to comment.