Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pre-release flux2 for testing #12162

Merged
merged 2 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/flux-system/base/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4005,7 +4005,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/source-controller:v0.16.0
# TODO https://github.com/fluxcd/source-controller/pull/452
# see https://github.com/fluxcd/source-controller/issues/439#issuecomment-943580625
image: docker.io/hiddeco/source-controller:libgit2-free-a62cfe8@sha256:15fb2ba83f1db177977329059b9187cbf4e50b15e9788573c
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
4 changes: 3 additions & 1 deletion apps/flux-system/base/image-automation-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/image-automation-controller:v0.15.0
# TODO https://github.com/fluxcd/image-automation-controller/pull/238
# see https://github.com/fluxcd/source-controller/issues/439#issuecomment-943580625
image: docker.io/hiddeco/image-automation-controller:libgit2-free-64388a3@sha256:55a0b34ed8e7d1d27f1280c354b385ea2005c1ae82acb3402d880
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion apps/monitoring/base/kustomize.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
t apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
timja marked this conversation as resolved.
Show resolved Hide resolved
kind: Kustomization
metadata:
name: monitoring
Expand Down