Skip to content

Commit

Permalink
update fluentd-elasticsearch & Bump github/super-linter from 5 to 6 (#…
Browse files Browse the repository at this point in the history
…181)

* Bump github/super-linter from 5 to 6

Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@v5...v6)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Chart.yaml

Signed-off-by: André Bauer <[email protected]>

* fix checkov gha

Signed-off-by: André Bauer <[email protected]>

* Update Chart.yaml

Signed-off-by: André Bauer <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: André Bauer <[email protected]>
Signed-off-by: André Bauer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: André Bauer <[email protected]>
Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent b8165e9 commit 8b63259
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: ci

permissions: read-all

on:
pull_request:
paths:
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release Charts

permissions: read-all

on:
push:
branches:
Expand All @@ -10,6 +12,10 @@ env:

jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
packages: write # needed for ghcr access
id-token: write # needed for keyless signing
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: sync-readme

permissions: read-all

on:
push:
branches:
Expand All @@ -9,6 +11,8 @@ on:

jobs:
build:
permissions:
contents: write # for git push
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions charts/fluentd-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fluentd-elasticsearch
version: 13.12.0
appVersion: v4.7.0
version: 13.12.1
appVersion: v4.7.4
type: application
home: https://www.fluentd.org/
description: A Fluentd Helm chart for Kubernetes with Elasticsearch output
Expand Down

0 comments on commit 8b63259

Please sign in to comment.