Skip to content

Commit

Permalink
Auto-update flux version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Feb 2, 2021
1 parent c83bdfd commit 1cb0987
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions clusters/production/flux-system/gotk-components.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
# GitOps Toolkit revision latest
# Components: source-controller,kustomize-controller,helm-controller,notification-controller
apiVersion: v1
kind: Namespace
metadata:
Expand Down Expand Up @@ -2293,7 +2296,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/kustomize-controller:v0.7.2
image: ghcr.io/fluxcd/kustomize-controller:v0.7.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2444,18 +2447,20 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/source-controller:v0.7.1
image: ghcr.io/fluxcd/source-controller:v0.7.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /
port: http
path: /healthz
port: healthz
name: manager
ports:
- containerPort: 9090
name: http
- containerPort: 8080
name: http-prom
- containerPort: 9440
name: healthz
readinessProbe:
httpGet:
path: /
Expand Down Expand Up @@ -2484,3 +2489,4 @@ spec:
name: data
- emptyDir: {}
name: tmp
---

0 comments on commit 1cb0987

Please sign in to comment.