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