feat: Upgrade Pinniped
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
01601de897
commit
0509a7cb8a
@ -245,7 +245,7 @@ components:
|
|||||||
|
|
||||||
pinniped:
|
pinniped:
|
||||||
helm:
|
helm:
|
||||||
version: 1.3.3 # (= Pinniped v0.25.0)
|
version: 1.3.4 # (= Pinniped v0.26.0)
|
||||||
chart: bitnami/pinniped
|
chart: bitnami/pinniped
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
chart_values: !unsafe |
|
chart_values: !unsafe |
|
||||||
|
@ -21,7 +21,7 @@ downstream:
|
|||||||
defaultDataPath: /mnt/blockstorage
|
defaultDataPath: /mnt/blockstorage
|
||||||
|
|
||||||
pinniped:
|
pinniped:
|
||||||
version: 1.3.3 # (= Pinniped v0.25.0)
|
version: 1.3.4 # (= Pinniped v0.26.0)
|
||||||
chart: bitnami/pinniped
|
chart: bitnami/pinniped
|
||||||
namespace: pinniped-concierge
|
namespace: pinniped-concierge
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
|
Loading…
Reference in New Issue
Block a user