Skip to content

Commit

Permalink
fix yamls in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Mar 14, 2024
1 parent 0d0b813 commit 70c3ea0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions docs/rc-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
spec:
interval: 1h0s
type: oci
url: oci://ghcr.io/weaveworks/charts
url: oci://ghcr.io/flux-iac/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: tf-controller
Expand All @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '=0.16.0-rc.3'
version: '0.16.0-rc.4'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand All @@ -43,7 +43,7 @@ spec:
certRotationCheckFrequency: 30m
usePodSubdomainResolution: true
image:
tag: v0.16.0-rc.3
tag: v0.16.0-rc.4
runner:
image:
tag: v0.16.0-rc.3
tag: v0.16.0-rc.4
10 changes: 5 additions & 5 deletions docs/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
spec:
interval: 1h0s
type: oci
url: oci://ghcr.io/weaveworks/charts
url: oci://ghcr.io/flux-iac/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: tf-controller
Expand All @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '>=0.16.0-rc.3'
version: '0.16.0-rc.4'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand All @@ -42,7 +42,7 @@ spec:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.3
tag: v0.16.0-rc.4
runner:
image:
tag: v0.16.0-rc.3
tag: v0.16.0-rc.4
6 changes: 3 additions & 3 deletions docs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
spec:
interval: 1h0s
type: oci
url: oci://ghcr.io/weaveworks/charts
url: oci://ghcr.io/flux-iac/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: tf-controller
Expand All @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '>=0.16.0-rc.4'
version: '0.16.0-rc.4'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand Down

0 comments on commit 70c3ea0

Please sign in to comment.