diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a316268..b823057a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.2"} \ No newline at end of file +{".":"0.2.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 192b0805..6cad547f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.2...v0.2.3) (2024-12-05) + + +### Features + +* updated k8sgpt crd ([#565](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/565)) ([32c92ef](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/32c92ef01784a327142a4370bf177286b2ece7b7)) + ## [0.2.2](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.1...v0.2.2) (2024-12-05) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 19225cfa..c409e793 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -14,5 +14,5 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/categories: monitoring-logging type: application -version: 0.2.2 +version: 0.2.3 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index 476f631f..2a461960 100644 --- a/chart/operator/README.md +++ b/chart/operator/README.md @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` | -| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.2"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.3"` | | `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` | | `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` | | `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` | @@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.2"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.3"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/operator/values.yaml b/chart/operator/values.yaml index 951b084e..2e38fd34 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -50,7 +50,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.2.2 # x-release-please-version + tag: v0.2.3 # x-release-please-version resources: limits: cpu: 500m