diff --git a/k8s/commit-boost/Chart.yaml b/k8s/commit-boost/Chart.yaml index ce94367f..96d026cc 100644 --- a/k8s/commit-boost/Chart.yaml +++ b/k8s/commit-boost/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: commit-boost description: A Helm chart for Kubernetes type: application -version: 0.0.1 -appVersion: "v0.0.1-beta0" +version: 0.0.2 +appVersion: "v0.1.0" maintainers: - name: mxs email: mxs@kiln.fi diff --git a/k8s/commit-boost/README.md b/k8s/commit-boost/README.md index dfbf24aa..9c382c16 100644 --- a/k8s/commit-boost/README.md +++ b/k8s/commit-boost/README.md @@ -1,6 +1,6 @@ # commit-boost -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1-beta0](https://img.shields.io/badge/AppVersion-v0.0.1--beta0-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -23,8 +23,8 @@ A Helm chart for Kubernetes | commitBoost.pbs.enable | bool | `true` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/kilnfi/commit-boost-pbs"` | | -| image.tag | string | `"55cdb"` | | +| image.repository | string | `"ghcr.io/commit-boost/pbs"` | | +| image.tag | string | `"v0.1.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/k8s/commit-boost/values.yaml b/k8s/commit-boost/values.yaml index eb332cc9..8aed5a4f 100644 --- a/k8s/commit-boost/values.yaml +++ b/k8s/commit-boost/values.yaml @@ -5,9 +5,9 @@ replicaCount: 1 image: - repository: ghcr.io/commit-boost/commit-boost-client/pbs:0c12f37 + repository: ghcr.io/commit-boost/pbs pullPolicy: IfNotPresent - tag: "0c12f37" + tag: "v0.1.0" imagePullSecrets: [] nameOverride: ""