Try different chart for pod-gateway
This commit is contained in:
parent
5c1087d7bf
commit
bf9e3763f4
|
@ -10,10 +10,10 @@ spec:
|
|||
spec:
|
||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||
chart: pod-gateway
|
||||
version: 5.6.2
|
||||
version: 5.6.x
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: k8s-at-home-charts
|
||||
name: geek-cookbook-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: k8s-at-home-charts
|
||||
name: geek-cookbook-charts
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://k8s-at-home.com/charts/
|
||||
url: https://geek-cookbook.github.io/charts/
|
||||
|
|
Loading…
Reference in New Issue