Skip to content

Commit

Permalink
fluent-operator/3.1.0 package update (#26316)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
Signed-off-by: Batuhan Apaydin <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
Co-authored-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
4 people authored Aug 15, 2024
1 parent cae80d6 commit 501b024
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions fluent-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: fluent-operator
version: 3.0.0
epoch: 1
version: 3.1.0
epoch: 0
description: Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
copyright:
- license: Apache-2.0
Expand All @@ -15,15 +15,9 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/fluent/fluent-operator
expected-commit: 1d758ceab090b13a3a807292aeebd6b2fdef391e
expected-commit: d6c59f456897d2fd78355b7359bde00e516a17d3
tag: v${{package.version}}

# until they cut a new release with that fix included
# https://github.com/fluent/fluent-operator/pull/1294
- uses: patch
with:
patches: 0001-re-add-accidently-removed-flag.Parse.patch

- uses: go/build
with:
modroot: ./cmd/fluent-manager
Expand Down Expand Up @@ -97,6 +91,6 @@ test:
- name: "Test operator"
runs: |
kubectl create ns fluent
kubectl apply -f https://github.com/fluent/fluent-operator/releases/download/v${{package.version}}/setup.yaml
kubectl apply --server-side=true -f https://github.com/fluent/fluent-operator/releases/download/v${{package.version}}/setup.yaml
manager -metrics-bind-address 0.0.0.0:8082&
sleep 5; curl localhost:8082/metrics |grep workqueue_retries_total

0 comments on commit 501b024

Please sign in to comment.