-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add support for embedded etcd #213
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
Merged
Merged
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
Signed-off-by: Vishal Choudhary <[email protected]>
JimBugwadia
previously approved these changes
Oct 8, 2024
Signed-off-by: Vishal Choudhary <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 30 32 +2
Lines 17670 18611 +941
======================================
- Misses 17670 18611 +941 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
stone-z
added a commit
to giantswarm/reports-server-upstream
that referenced
this pull request
Jan 16, 2026
* fix: migration (kyverno#164) * fix: migration Signed-off-by: Vishal Choudhary <[email protected]> * fix: codegen Signed-off-by: Vishal Choudhary <[email protected]> * fix: tests Signed-off-by: Vishal Choudhary <[email protected]> * fix: use 1.12.4 Signed-off-by: Vishal Choudhary <[email protected]> * fix: ordering Signed-off-by: Vishal Choudhary <[email protected]> * fix: ordering Signed-off-by: Vishal Choudhary <[email protected]> * fix: delay Signed-off-by: Vishal Choudhary <[email protected]> * fix: use main Signed-off-by: Vishal Choudhary <[email protected]> * fix: ordering Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> * fix: chart and filter fixes Signed-off-by: Vishal Choudhary <[email protected]> * fix: rever rolebiding change Signed-off-by: Vishal Choudhary <[email protected]> * fix: disable rv based filtering Signed-off-by: Vishal Choudhary <[email protected]> * fix: simplify watch Signed-off-by: Vishal Choudhary <[email protected]> * Revert "fix: simplify watch" This reverts commit 339ecd3. * Enable builtin metrics and add default ServiceMonitor (kyverno#159) * Create sync-from-upstream.yaml Signed-off-by: Zach Stone <[email protected]> * Update sync-from-upstream.yaml Signed-off-by: Zach Stone <[email protected]> * fix(charts): remove erroneous 'metadata' key from ClusterRole object (kyverno#119) Signed-off-by: Mike Dougherty <[email protected]> Co-authored-by: Jim Bugwadia <[email protected]> Signed-off-by: Zach Stone <[email protected]> * Enable metrics endpoint and add service monitor Signed-off-by: Zach Stone <[email protected]> * Update generated install Signed-off-by: Zach Stone <[email protected]> * Do not enable ServiceMonitor by default Signed-off-by: Zach Stone <[email protected]> * Rerun codegen Signed-off-by: Zach Stone <[email protected]> --------- Signed-off-by: Zach Stone <[email protected]> Signed-off-by: Mike Dougherty <[email protected]> Co-authored-by: Mike Dougherty <[email protected]> Co-authored-by: Jim Bugwadia <[email protected]> * release 0.1.0 Signed-off-by: Vishal Choudhary <[email protected]> * chore: bump chainsaw (kyverno#183) Signed-off-by: Vishal Choudhary <[email protected]> * fix prefix check for list of polr with namespace in memory mode (kyverno#182) * fix prefix check for list of polr with namespace in memory mode Signed-off-by: P0lskay <[email protected]> * fix prefix check for list of ephr with namespace in memory mode Signed-off-by: P0lskay <[email protected]> * Update pkg/storage/inmemory/ephr.go Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: P0lskay <[email protected]> Signed-off-by: Vishal Choudhary <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * Add ability to configure dbport through values.yaml (kyverno#178) * Add ability to configure dbport through values.yaml * fix: codegen Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> Co-authored-by: Aleksandr Sokolov <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump codecov/codecov-action from 3.1.4 to 4.5.0 (kyverno#162) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@eaaf4be...e28ff12) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: annotate migrated reports (kyverno#185) Signed-off-by: Vishal Choudhary <[email protected]> * chore(deps): Bump actions/checkout from 4.1.1 to 4.1.7 (kyverno#161) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 (kyverno#186) Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.1 to 2.130.1. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.120.1...v2.130.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (kyverno#187) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions (kyverno#191) Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.3 to 3.0.12. - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328...0901cf7) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.2 (kyverno#190) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0c52d54...0a12ed9) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 (kyverno#189) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@7ec5c2b...286f3b1) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump ko-build/setup-ko from 0.6 to 0.7 (kyverno#188) Bumps [ko-build/setup-ko](https://github.com/ko-build/setup-ko) from 0.6 to 0.7. - [Release notes](https://github.com/ko-build/setup-ko/releases) - [Commits](ko-build/setup-ko@ace48d7...3aebd05) --- updated-dependencies: - dependency-name: ko-build/setup-ko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump kyverno/action-install-chainsaw from 0.2.8 to 0.2.10 (kyverno#193) * feat: install apiservices using helm hooks (kyverno#192) * feat: install apiservices using helm hooks Signed-off-by: Vishal Choudhary <[email protected]> * fix: chart linter Signed-off-by: Vishal Choudhary <[email protected]> * fix: bump chainsaw Signed-off-by: Vishal Choudhary <[email protected]> * fix: add patch permissions Signed-off-by: Vishal Choudhary <[email protected]> * fix: simplify permissions Signed-off-by: Vishal Choudhary <[email protected]> * fix: charts and images Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> * chore(deps): Bump github/codeql-action from 2.13.4 to 3.26.7 (kyverno#197) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.26.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdcdbb5...8214744) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump sigstore/cosign-installer from 3.4.0 to 3.6.0 (kyverno#196) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@e1523de...4959ce0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 6.1.0 (kyverno#194) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@3cfe3a4...aaa42aa) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal Choudhary <[email protected]> * feat: release v0.1.1 (kyverno#200) Signed-off-by: Vishal Choudhary <[email protected]> * feat: bump chainsaw (kyverno#210) Signed-off-by: Vishal Choudhary <[email protected]> * fix: trivy failure in codeql action (kyverno#211) * fix: trivy failure in codeql action Signed-off-by: Vishal Choudhary <[email protected]> * feat: bump trivy Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> * Remove migration section from INSTALL doc (kyverno#201) * Remove migration section from INSTALL doc The migration section contained a link pointing to a document that no longer exists. Signed-off-by: Sebastian Torres <[email protected]> * Update INSTALL.md Remove another reference to migration doc Signed-off-by: Sebastian Torres <[email protected]> --------- Signed-off-by: Sebastian Torres <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * fix(refactor): update storage interface (kyverno#209) Signed-off-by: Vishal Choudhary <[email protected]> * fix remove db config from postgres startup log (kyverno#212) Signed-off-by: Vishal Choudhary <[email protected]> * feat: add support for embedded etcd (kyverno#213) * feat: add support for embedded etcd Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> * feat: enable migration in etcd (kyverno#226) Signed-off-by: Vishal Choudhary <[email protected]> * fix: update etcd key (kyverno#227) Signed-off-by: Vishal Choudhary <[email protected]> * fix: update flag in the doc Signed-off-by: Vishal Choudhary <[email protected]> * fix: change label selector for kubectl wait in post install job (kyverno#240) * fix: change label selector for kubectl wait in post install job Signed-off-by: Vishal Choudhary <[email protected]> * fix: chainsaw tests Signed-off-by: Vishal Choudhary <[email protected]> * fix: tests Signed-off-by: Vishal Choudhary <[email protected]> * fix: regex Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> * feat: release v0.1.2 (kyverno#241) Signed-off-by: Vishal Choudhary <[email protected]> * Fix outdated/removed python version (kyverno#245) * Fix outdated/removed python version Signed-off-by: Rafael da Fonseca <[email protected]> * Fix outdated/removed python version Signed-off-by: Rafael da Fonseca <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> * feat: Add PodDisruptionBudget to helm chart (kyverno#246) * feat: Add PodDisruptionBudget to helm chart Signed-off-by: Rafael da Fonseca <[email protected]> * Specify namespace in pdb Signed-off-by: Rafael da Fonseca <[email protected]> * Fix outdated/removed python version (kyverno#245) * Fix outdated/removed python version Signed-off-by: Rafael da Fonseca <[email protected]> * Fix outdated/removed python version Signed-off-by: Rafael da Fonseca <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> * fix: codegen Signed-off-by: Vishal Choudhary <[email protected]> Signed-off-by: Rafael da Fonseca <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> Signed-off-by: Vishal Choudhary <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * Add env options (kyverno#247) * Add GOMEMLIMIT by default * Add GOMEMLIMIT by default, allow user to configure additional env variables on the deployment Signed-off-by: Rafael da Fonseca <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * Allow using secret injection on env vars, e.g. using vault-env (kyverno#248) * Allow using secret injection on env vars, e.g. using vault-env Signed-off-by: Rafael da Fonseca <[email protected]> * Fix report-server init when reading from env vars Signed-off-by: Rafael da Fonseca <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> * Update broken actions/upload-artifact for publishing image (kyverno#250) Signed-off-by: Rafael da Fonseca <[email protected]> * Use database migrations to simplify future database schema management (kyverno#251) Signed-off-by: Rafael da Fonseca <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * Allow using a shared database for multiple clusters (kyverno#252) Signed-off-by: Rafael da Fonseca <[email protected]> * Automatic migration (kyverno#249) * Fix db migrations (cluster_id is part of primary key index and cannot… (kyverno#254) * Fix db migrations (cluster_id is part of primary key index and cannot be null) Signed-off-by: Rafael da Fonseca <[email protected]> * feat: add tests Signed-off-by: Vishal Choudhary <[email protected]> * fix: disable sanity check Signed-off-by: Vishal Choudhary <[email protected]> * fix: k8s versions Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> Signed-off-by: Vishal Choudhary <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * feat: release v1.3 (kyverno#255) Signed-off-by: Vishal Choudhary <[email protected]> * Fix variable injection, add common labels to all resources, fix requi… (kyverno#256) * Fix variable injection, add common labels to all resources, fix required options not being passed when etcd is enabled, fix apiservice management always required in clusterrole Signed-off-by: Rafael da Fonseca <[email protected]> Fix: allow env variable injection to work for database secrets Fix: Add missing labels to pdb Fix: apiservice management permissions should always be required due to automatic migration code Fix: some required command line options were not being added when using etcd as a database Feat: Add commonLabels input variable, which allows adding arbitrary labels to all resources managed by the chart * feat: release v1.4-rc.1 (kyverno#258) Signed-off-by: Vishal Choudhary <[email protected]> * Fix migration typo (kyverno#259) Signed-off-by: Rafael da Fonseca <[email protected]> * Remove unnecessary/invalid label (kyverno#261) * Remove kube-aggregator.kubernetes.io/automanaged label Signed-off-by: Rafael da Fonseca <[email protected]> * fix: linter Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Rafael da Fonseca <[email protected]> Signed-off-by: Vishal Choudhary <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> * Add support for openreports (kyverno#269) * add support for openreports Signed-off-by: aerosouund <[email protected]> * run codegen Signed-off-by: aerosouund <[email protected]> * run helm dependency Signed-off-by: aerosouund <[email protected]> * dont use helm install to avoid file size limit Signed-off-by: aerosouund <[email protected]> * bring back disable auth Signed-off-by: aerosouund <[email protected]> * install from latest chart Signed-off-by: aerosouund <[email protected]> * helm install Signed-off-by: aerosouund <[email protected]> * dont checkout kyverno Signed-off-by: aerosouund <[email protected]> * fix checkout and helm install Signed-off-by: aerosouund <[email protected]> * dont wait on or service Signed-off-by: aerosouund <[email protected]> * update migrations Signed-off-by: aerosouund <[email protected]> * fix migration syntax Signed-off-by: aerosouund <[email protected]> * fix ci Signed-off-by: aerosouund <[email protected]> * remove todo comments to turn them to issues Signed-off-by: aerosouund <[email protected]> * delete the dockerfile to depend on the ko-build command in the future Signed-off-by: aerosouund <[email protected]> --------- Signed-off-by: aerosouund <[email protected]> * gracefully cleanup api-services during shutdown (kyverno#278) * remove old k8s versions and add graceful shutdown Signed-off-by: aerosouund <[email protected]> * bring versions Signed-off-by: aerosouund <[email protected]> --------- Signed-off-by: aerosouund <[email protected]> * switch to bitnami legacy (kyverno#299) * switch to bitnami legacy Signed-off-by: aerosouund <[email protected]> * run codgen Signed-off-by: aerosouund <[email protected]> --------- Signed-off-by: aerosouund <[email protected]> * feat/chart: add `extraObjects` field (kyverno#298) Signed-off-by: kasimeka <[email protected]> * Refactor migration (kyverno#301) * chore: bump kubernetes versions (kyverno#318) * bump kubernetes versions Signed-off-by: aerosouund <[email protected]> * reduce versions Signed-off-by: aerosouund <[email protected]> * upgrade golang and king Signed-off-by: aerosouund <[email protected]> * reduce golang Signed-off-by: aerosouund <[email protected]> * k8s versions Signed-off-by: aerosouund <[email protected]> * dont helm install from public Signed-off-by: aerosouund <[email protected]> * revert Signed-off-by: aerosouund <[email protected]> * use archive loading Signed-off-by: aerosouund <[email protected]> * fix containerd wait problem Signed-off-by: aerosouund <[email protected]> * update kind version in makefile Signed-off-by: aerosouund <[email protected]> * update kind version in makefile Signed-off-by: aerosouund <[email protected]> * change default image for make kind Signed-off-by: aerosouund <[email protected]> --------- Signed-off-by: aerosouund <[email protected]> * fix(charts): add v1alpha1.openreports.io to the apiservice deletion hook (kyverno#321) Signed-off-by: Etienne Tremel <[email protected]> Co-authored-by: Ammar Yasser <[email protected]> * v0.1.6 chart changes and release pipeline fixes (kyverno#322) * release pipeline fixes Signed-off-by: aerosouund <[email protected]> * v0.1.6 chart Signed-off-by: aerosouund <[email protected]> * codegen Signed-off-by: aerosouund <[email protected]> --------- Signed-off-by: aerosouund <[email protected]> * feat(charts): add missing horizontal pod autoscaler resource (kyverno#319) * feat(charts): add missing horizontal-pod-autoscaler resource Signed-off-by: Etienne Tremel <[email protected]> * fix: add metrics/memory utilization options Signed-off-by: Etienne Tremel <[email protected]> * fix: run codegen Signed-off-by: Etienne Tremel <[email protected]> --------- Signed-off-by: Etienne Tremel <[email protected]> Signed-off-by: Etienne <[email protected]> Co-authored-by: Ammar Yasser <[email protected]> * add SkipMigration flag (kyverno#324) * add skip migration flag Signed-off-by: Kartik Sharma <[email protected]> Signed-off-by: Kartik Angiras <[email protected]> * add skipmigration flag to helm charts Signed-off-by: Kartik Angiras <[email protected]> * add conditional skip migration flag for apis Signed-off-by: Kartik Angiras <[email protected]> --------- Signed-off-by: Kartik Sharma <[email protected]> Signed-off-by: Kartik Angiras <[email protected]> * feat(charts): swap bitnami with official kubectl image for the pre-delete api service cleanup hook (kyverno#320) Signed-off-by: Etienne Tremel <[email protected]> Co-authored-by: Ammar Yasser <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]> Signed-off-by: Zach Stone <[email protected]> Signed-off-by: Mike Dougherty <[email protected]> Signed-off-by: P0lskay <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sebastian Torres <[email protected]> Signed-off-by: Rafael da Fonseca <[email protected]> Signed-off-by: aerosouund <[email protected]> Signed-off-by: kasimeka <[email protected]> Signed-off-by: Etienne Tremel <[email protected]> Signed-off-by: Etienne <[email protected]> Signed-off-by: Kartik Sharma <[email protected]> Signed-off-by: Kartik Angiras <[email protected]> Co-authored-by: Vishal Choudhary <[email protected]> Co-authored-by: Mike Dougherty <[email protected]> Co-authored-by: Jim Bugwadia <[email protected]> Co-authored-by: P0lskay <[email protected]> Co-authored-by: s0ko1ex <[email protected]> Co-authored-by: Aleksandr Sokolov <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Torres <[email protected]> Co-authored-by: Rafael da Fonseca <[email protected]> Co-authored-by: Rafael da Fonseca <[email protected]> Co-authored-by: Ammar Yasser <[email protected]> Co-authored-by: ورد <[email protected]> Co-authored-by: Etienne <[email protected]> Co-authored-by: Kartik Angiras <[email protected]>
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.
No description provided.