Skip to content

Commit

Permalink
Cherry-pick #5142 #5176 (#5178)
Browse files Browse the repository at this point in the history
* Support --app-manifest-cache-count on helm chart (#5142)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>

* Update release to v0.48.8 (#5176)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>

---------

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>
Co-authored-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
github-actions[bot] and ffjlabo committed Sep 3, 2024
1 parent 9dc5c4d commit 7db1a06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by `make release` command.
# DO NOT EDIT.
tag: v0.48.7
tag: v0.48.8

releaseNoteGenerator:
showCommitter: false
Expand Down
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 7db1a06

Please sign in to comment.