forked from CloudPirates-io/helm-charts
-
Couldn't load subscription status.
- Fork 0
feat(fork): sync from upstream #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ixxeL2097
wants to merge
281
commits into
GitGuardian:main
Choose a base branch
from
CloudPirates-io:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix invalid caching in github workflow * fix invalid testing script
* Fix invalid caching in github workflow * fix invalid testing script * Fix unit tests yet again
* Fix invalid caching in github workflow * fix invalid testing script * Fix unit tests yet again * hofixes --------- Signed-off-by: Finn Rades <[email protected]>
* Fix invalid caching in github workflow * fix invalid testing script * Fix unit tests yet again * hofixes * Disavle unit test for clusterpirate
* Fix invalid caching in github workflow * fix invalid testing script * Fix unit tests yet again * hofixes * Disavle unit test for clusterpirate * Fix if statement not found --------- Signed-off-by: Finn Rades <[email protected]>
* Fix invalid caching in github workflow * fix invalid testing script * Fix unit tests yet again * hofixes * Disavle unit test for clusterpirate * Fix if statement not found * Fix if statement not found --------- Signed-off-by: Finn Rades <[email protected]>
* [etcd] update helm-chart icon * [etcd] bump chart version --------- Co-authored-by: Finn Rades <[email protected]>
Signed-off-by: Finn Rades <[email protected]>
Bumps the github-actions group with 3 updates: [actions/github-script](https://github.com/actions/github-script), [actions/setup-python](https://github.com/actions/setup-python) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/setup-python` from 4.7.1 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@65d7f2d...e797f83) Updates `sigstore/cosign-installer` from 3.9.2 to 3.10.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Finn Rades <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]>
…ith 2 updates (#370) Bumps the github-actions group with 2 updates in the / directory: [actions/github-script](https://github.com/actions/github-script) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/github-script` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...ed59741) Updates `actions/setup-python` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...e797f83) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Finn Rades <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]>
* Fix formatting * Bump clusterpirate * chore: update CHANGELOG.md for changed charts Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: update CHANGELOG.md for changed charts Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Delete charts/clusterpirate/CHANGELOG.md Signed-off-by: Finn Rades <[email protected]> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Finn Rades <[email protected]>
Removed the automatic CHANGELOG update step from the pull request workflow. Signed-off-by: Finn Rades <[email protected]>
* Fix clusterpirate * chore: update CHANGELOG.md for changed charts Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix pr yaml * Delete charts/clusterpirate/CHANGELOG.md Signed-off-by: Finn Rades <[email protected]> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Finn Rades <[email protected]>
* [keycloak] feat: add metrics * [keycloak] chore: bump chart version * [keycloak] chore: disable metrics by default * [keycloak] chore: update docs --------- Co-authored-by: Finn Rades <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: update CHANGELOG.md for merged changes Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * [clusterpirate] fix values-schema for imagepullsecrets * [etcd] fix values-schema for imagepullsecrets * [keycloak] fix values-schema for imagepullsecrets * [mariadb] fix values-schema for imagepullsecrets * [memcached] fix values-schema for imagepullsecrets * [minio] fix values-schema for imagepullsecrets * [postgres] fix values-schema for imagepullsecrets * [rabbitmq] fix values-schema for imagepullsecrets * [redis] fix values-schema for imagepullsecrets * [timescaledb] fix values-schema for imagepullsecrets * [valkey] fix values-schema for imagepullsecrets * [zookeeper] fix values-schema for imagepullsecrets --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [helm] Update valkey Docker tag to v0.7.0 * Bump chart version * Fix dependencies * Bump again --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gianni <[email protected]> Co-authored-by: Finn Rades <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chore: auto-generate values.schema.json for updated charts Automatically generated JSON schemas for Helm values files. Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chore: auto-generate values.schema.json for updated charts Automatically generated JSON schemas for Helm values files. Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
removed `mongodb:` top level key from examples for auth Signed-off-by: Dennis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chore: auto-generate values.schema.json for updated charts Automatically generated JSON schemas for Helm values files. Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* mount config map when existing configmap is provided * bump chart version
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
[minio] add if around securitycontext to disable on empty object
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
Benefits
Possible drawbacks
Applicable issues
Additional information
Checklist
Chart.yamlaccording to semver. This is not necessary when the changes only affect README.md files.README.md