Skip to content

Commit

Permalink
[src] create 1.0.59-beta.1 (#161)
Browse files Browse the repository at this point in the history
* [src] create 1.0.59-beta.1
  • Loading branch information
dahanmoshe1991 authored Jan 20, 2025
1 parent 6985723 commit edf8643
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.58
version: 0.1.59-beta.1
appVersion: 2.0.68
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.58](https://img.shields.io/badge/Version-0.1.58-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.68](https://img.shields.io/badge/AppVersion-2.0.68-informational?style=flat-square)
![Version: 0.1.59-beta.1](https://img.shields.io/badge/Version-0.1.59--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.68](https://img.shields.io/badge/AppVersion-2.0.68-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-28708-drainv2@sha256:6370e517c4f683a7af2b44f328dd43926d9b57e9f15d9439e82268c913d67e2c"` | |
| 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-28708-drainv2@sha256:6370e517c4f683a7af2b44f328dd43926d9b57e9f15d9439e82268c913d67e2c"

initContainers: []

Expand Down

0 comments on commit edf8643

Please sign in to comment.