Skip to content

Commit 8945ad6

Browse files
authored
Merge pull request #28 from fluxcd/update-operator-0.52.0
Update operator plugin to 0.52.0
2 parents 282ab4b + b3fba5d commit 8945ad6

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.52.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_darwin_amd64.tar.gz
14+
checksum: sha256:b4c0257e9fd9c09f9740931ba0b0af534784b9f747ff0fb4001b045c3574e887
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_darwin_arm64.tar.gz
18+
checksum: sha256:2e2c2a8f20ff97b9bc3934e737e6052fbb726fc9970650fc38c6fac89fd174b7
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_linux_amd64.tar.gz
22+
checksum: sha256:06af17f739071fc190893cf79679f1106e2a0fdb8663f6ab49dbeec619d7e88e
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_linux_arm64.tar.gz
26+
checksum: sha256:3c66f45ec1fcb6158e11365734049dbd900471a5d2a9fde42422484350f0021d
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_windows_amd64.zip
30+
checksum: sha256:92ed2572090de1a28c5eeb593b2fdf84e9b5abe63fd6794a7adebe0c980053df
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/controlplaneio-fluxcd/flux-operator/releases/download/v0.52.0/flux-operator_0.52.0_windows_arm64.zip
34+
checksum: sha256:427b78bc8464eb097583edeb3faf046968a6b533aed345e95327709d9adc4556
935
- version: 0.51.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)