fix: Upgrade Pinniped chart
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-09-23 12:23:56 +02:00
parent a2198f1109
commit 01601de897
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ components:
pinniped:
helm:
version: 1.2.11 # (= Pinniped v0.25.0)
version: 1.3.3 # (= Pinniped v0.25.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.2.11 # (= Pinniped v0.25.0)
version: 1.3.3 # (= Pinniped v0.25.0)
chart: bitnami/pinniped
namespace: pinniped-concierge
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'