helm-operator-plugins icon indicating copy to clipboard operation
helm-operator-plugins copied to clipboard

Experimental refactoring of the operator-framework's helm operator

Results 51 helm-operator-plugins issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

area/infra
area/sdk
dependencies
github_actions

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.3. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.3 2.17.3 Fixes ginkgo watch now ignores hidden files [bde6e00] v2.17.2 2.17.2 Fixes fix: close files [32259c8] fix...

area/deps
area/sdk
dependencies
go

See https://github.com/operator-framework/operator-controller/pull/813

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] v1.33.0 1.33.0...

area/deps
area/sdk
dependencies
go

Bumps [sigs.k8s.io/kubebuilder/v3](https://github.com/kubernetes-sigs/kubebuilder) from 3.14.0 to 3.14.2. Release notes Sourced from sigs.k8s.io/kubebuilder/v3's releases. v3.14.2 changes since v3.14.1 :sparkles: New Features (go/v4): Upgrade controller-runtime dependency from v0.17.2 to v0.17.3 (#3882) (go/v4): Upgrade...

area/deps
area/sdk
dependencies
go

Currently the default for MaxReleaseHistory is 0 which translates to no maximum meaning all helm releases will be kept around indefinitely which is wasteful and unneeded as a default. Open...

area/sdk
area/testing
needs-rebase

This is essentially moved from rukpak with some minor modifications for conform to the APIs available in this modules ActionClient implementation.

area/deps
area/sdk
needs-rebase
do-not-merge/work-in-progress

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

area/deps
area/sdk
needs-rebase
dependencies
go

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.14.3 to 3.14.4. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.14.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged...

area/deps
area/sdk
dependencies
go

1. Init project ``` operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --project-version="3" --repo=github.com/meimeitou/db-operator ``` 2. Create api ``` operator-sdk create api --plugins helm.sdk.operatorframework.io/v1 --group dns --version v1alpha1 --kind Postgres --helm-chart=postgresql --helm-chart-version=12.12.10 --helm-chart-repo=https://charts.bitnami.com/bitnami ``` than...