From 1cb0987533690edf881a25ae5167d58bc65287b5 Mon Sep 17 00:00:00 2001 From: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> Date: Tue, 2 Feb 2021 00:47:43 +0000 Subject: [PATCH] Auto-update flux version Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com> --- .../production/flux-system/gotk-components.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/clusters/production/flux-system/gotk-components.yaml b/clusters/production/flux-system/gotk-components.yaml index cd9a330d593..346764b2906 100755 --- a/clusters/production/flux-system/gotk-components.yaml +++ b/clusters/production/flux-system/gotk-components.yaml @@ -1,3 +1,6 @@ +--- +# GitOps Toolkit revision latest +# Components: source-controller,kustomize-controller,helm-controller,notification-controller apiVersion: v1 kind: Namespace metadata: @@ -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: @@ -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: / @@ -2484,3 +2489,4 @@ spec: name: data - emptyDir: {} name: tmp +---