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