diff --git a/charts/ocean-kubernetes-controller/Chart.yaml b/charts/ocean-kubernetes-controller/Chart.yaml index 1c3d082..5542462 100644 --- a/charts/ocean-kubernetes-controller/Chart.yaml +++ b/charts/ocean-kubernetes-controller/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ocean-kubernetes-controller description: A Helm chart for Ocean Kubernetes Controller type: application -version: 0.1.73-beta.1 -appVersion: 2.1.2 +version: 0.1.73 +appVersion: 2.2.0 kubeVersion: ">=1.20.0-0" maintainers: - name: spotinst diff --git a/charts/ocean-kubernetes-controller/README.md b/charts/ocean-kubernetes-controller/README.md index 2cb5287..e69ab79 100644 --- a/charts/ocean-kubernetes-controller/README.md +++ b/charts/ocean-kubernetes-controller/README.md @@ -1,6 +1,6 @@ # ocean-kubernetes-controller -![Version: 0.1.73-beta.1](https://img.shields.io/badge/Version-0.1.73--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) +![Version: 0.1.73](https://img.shields.io/badge/Version-0.1.73-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) A Helm chart for Ocean Kubernetes Controller. @@ -97,7 +97,7 @@ Kubernetes: `>=1.20.0-0` | image.fips | bool | `false` | Set to `true` to use an FIPS-140 compliant image. This flag adds `-fips` suffix to the image tag, therefore it should not be used together with the `--image.tag` flag. Ref: https://go.dev/doc/security/fips140 | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"us-docker.pkg.dev/spotit-today/container-labs/spotinst-kubernetes-controller"` | | -| image.tag | string | `"feat-spotcon-36789-improve-pdb-handling"` | Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | initContainers | list | `[]` | | | livenessProbe.httpGet.path | string | `"/healthz"` | | diff --git a/charts/ocean-kubernetes-controller/values.yaml b/charts/ocean-kubernetes-controller/values.yaml index 74a8936..b703c1a 100644 --- a/charts/ocean-kubernetes-controller/values.yaml +++ b/charts/ocean-kubernetes-controller/values.yaml @@ -37,7 +37,7 @@ image: repository: us-docker.pkg.dev/spotit-today/container-labs/spotinst-kubernetes-controller pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: "feat-spotcon-36789-improve-pdb-handling" + tag: "" # -- Set to `true` to use an FIPS-140 compliant image. This flag adds `-fips` suffix to the image tag, # therefore it should not be used together with the `--image.tag` flag. # Ref: https://go.dev/doc/security/fips140