Skip to content

Commit cb5481a

Browse files
authored
Merge pull request #33 from fluxcd/update-operator-0.53.0
Update operator plugin to 0.53.0
2 parents 89a6442 + 076ad41 commit cb5481a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

plugins/operator.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ homepage: https://fluxoperator.dev/
66
source: https://github.com/controlplaneio-fluxcd/flux-operator
77
bin: flux-operator
88
versions:
9+
- version: 0.53.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_darwin_amd64.tar.gz
14+
checksum: sha256:824a8b7f42d28539897edb58473c70293782cd910ed6273e2fb92acac878b6c6
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_darwin_arm64.tar.gz
18+
checksum: sha256:10cf77d4a933b6e208ea77061f2ecae724a01b7c11fbe389e4910c1e4c62d715
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_linux_amd64.tar.gz
22+
checksum: sha256:9e2664b298de52c697394bd1319a90657a369e4455000a1e6412023dc8b861e4
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_linux_arm64.tar.gz
26+
checksum: sha256:b2a4886b05ff5a9cc47a95526815d00d1672fb4f20e2295bd4a5a7ae932a0e65
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_windows_amd64.zip
30+
checksum: sha256:25c3d4bac23580f4f98b281765569a19d826c0378f05a593b837ebad2c3ceca3
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.53.0/flux-operator_0.53.0_windows_arm64.zip
34+
checksum: sha256:bafed3aec42744165431c1ab55504696257d3731c6d0bc4ad2b5379626897356
935
- version: 0.52.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)