Compare commits
No commits in common. "0b3f5174432dcdb31066a6e82f0416ed3f9576d5" and "67750d254d7e5b32e3a67905f390aec43fd20218" have entirely different histories.
0b3f517443
...
67750d254d
1 changed files with 4 additions and 6 deletions
|
@ -3,9 +3,9 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: flux2
|
namespace: podinfo
|
||||||
spec:
|
spec:
|
||||||
interval: 5ms
|
interval: 5m0s
|
||||||
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||||
ref:
|
ref:
|
||||||
tag: 6.0.0
|
tag: 6.0.0
|
||||||
|
@ -14,13 +14,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: flux2
|
namespace: podinfo
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
|
||||||
targetNamespace: podinfo
|
|
||||||
chartRef:
|
chartRef:
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: flux2
|
interval: 10m
|
||||||
values:
|
values:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
Loading…
Reference in a new issue