Skip to content
Open
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
4 changes: 2 additions & 2 deletions bootstrap/helmfile.d/01-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ releases:
- name: flux-operator
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.59.0
version: 0.60.0
values: ['./templates/values.yaml.gotmpl']
needs: ['cert-manager/cert-manager']

- name: flux-instance
namespace: flux-system
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
version: 0.59.0
version: 0.60.0
values: ['./templates/values.yaml.gotmpl']
needs: ['flux-system/flux-operator']
2 changes: 1 addition & 1 deletion kubernetes/apps/ai/flux-operator-mcp/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
create: false
image:
repository: ghcr.io/controlplaneio-fluxcd/flux-operator-mcp
tag: v0.59.0
tag: v0.60.0
securityContext:
runAsNonRoot: true
readOnlyRootFilesystem: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.59.0
tag: 0.60.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator-mcp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
values:
instance:
distribution:
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.59.0
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:v0.60.0
cluster:
networkPolicy: false
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.59.0
tag: 0.60.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.59.0
tag: 0.60.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
Loading