fix: Upgrade chart and override image repository
Container & Helm chart / Linting (push) Successful in 5s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 55s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Failing after 28m32s Details

This commit is contained in:
Danny Bessems 2024-06-07 11:26:40 +10:00
parent 1b4c4b5d64
commit 8764634ea0
1 changed files with 5 additions and 1 deletions

View File

@ -195,7 +195,7 @@ components:
json-server: json-server:
helm: helm:
version: v0.8.3 version: v0.8.4
chart: spamasaurus/json-server chart: spamasaurus/json-server
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 |
@ -207,10 +207,14 @@ components:
- path: / - path: /
pathType: Prefix pathType: Prefix
jsonServer: jsonServer:
image:
repository: code.spamasaurus.com/djpbessems/json-server
seedData: seedData:
configInline: {} configInline: {}
sidecar: sidecar:
targetUrl: version.{{ vapp['metacluster.fqdn'] }} targetUrl: version.{{ vapp['metacluster.fqdn'] }}
image:
repository: code.spamasaurus.com/djpbessems/json-server
kube-prometheus-stack: kube-prometheus-stack:
helm: helm: