feat: Upgrade pinniped to v0.27.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-10-21 15:37:34 +02:00
parent ab14a966e0
commit ef8766b5ca
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ components:
pinniped:
helm:
version: 1.3.7 # (= Pinniped v0.26.0)
version: 1.3.10 # (= Pinniped v0.27.0)
chart: bitnami/pinniped
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |

View File

@ -21,7 +21,7 @@ downstream:
defaultDataPath: /mnt/blockstorage
pinniped:
version: 1.3.7 # (= Pinniped v0.26.0)
version: 1.3.10 # (= Pinniped v0.27.0)
chart: bitnami/pinniped
namespace: pinniped-concierge
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'