Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

fix(container): update image ghcr.io/fluxcd/helm-controller to v0.36.1 #2915

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion cluster/base/flux-system/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6323,7 +6323,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/helm-controller:v0.36.0
image: ghcr.io/fluxcd/helm-controller:v0.36.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/flux/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5977,7 +5977,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/helm-controller:v0.36.0
image: ghcr.io/fluxcd/helm-controller:v0.36.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Loading