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
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: flux2
|
||||
namespace: podinfo
|
||||
spec:
|
||||
interval: 5ms
|
||||
interval: 5m0s
|
||||
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||
ref:
|
||||
tag: 6.0.0
|
||||
|
@ -14,13 +14,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: flux2
|
||||
namespace: podinfo
|
||||
spec:
|
||||
interval: 10m
|
||||
targetNamespace: podinfo
|
||||
chartRef:
|
||||
kind: HelmChart
|
||||
name: podinfo
|
||||
namespace: flux2
|
||||
interval: 10m
|
||||
values:
|
||||
replicaCount: 2
|
||||
|
|
Loading…
Reference in a new issue