Skip to content

Commit

Permalink
controller bump rc01 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 authored Jan 5, 2025
1 parent 010f024 commit d9b8655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ocean-kubernetes-controller
description: A Helm chart for Ocean Kubernetes Controller
type: application
version: 0.1.57
version: 0.1.58-rc.1
appVersion: 2.0.67
kubeVersion: ">=1.20.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/ocean-kubernetes-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ocean-kubernetes-controller

![Version: 0.1.57](https://img.shields.io/badge/Version-0.1.57-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.67](https://img.shields.io/badge/AppVersion-2.0.67-informational?style=flat-square)
![Version: 0.1.58-rc.1](https://img.shields.io/badge/Version-0.1.58--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.67](https://img.shields.io/badge/AppVersion-2.0.67-informational?style=flat-square)

A Helm chart for Ocean Kubernetes Controller.

Expand Down Expand Up @@ -96,7 +96,7 @@ Kubernetes: `>=1.20.0-0`
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"us-docker.pkg.dev/spotit-today/container-labs/spotinst-kubernetes-controller"` | |
| image.tag | string | `""` | |
| image.tag | string | `"feature-con-30487-handlingstartuptaints@sha256:a305336f7f0a3ca02e53e3ceb96e912daa43ae788a9e25ae856f9a017c54f3a6"` | |
| imagePullSecrets | list | `[]` | |
| initContainers | list | `[]` | |
| livenessProbe.httpGet.path | string | `"/healthz"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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: ""
tag: "feature-con-30487-handlingstartuptaints@sha256:a305336f7f0a3ca02e53e3ceb96e912daa43ae788a9e25ae856f9a017c54f3a6"

initContainers: []

Expand Down

0 comments on commit d9b8655

Please sign in to comment.