Skip to content

Commit

Permalink
fix: bump sshd image tag in the chart to the new release (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Utku Ozdemir <[email protected]>
  • Loading branch information
utkuozdemir authored Sep 30, 2023
1 parent 6073480 commit 2a0f9cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/pv-migrate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pv-migrate
description: The helm chart of pv-migrate
type: application
version: 0.4.0
appVersion: 0.4.0
version: 0.5.0
appVersion: 0.5.0
home: https://github.com/utkuozdemir/pv-migrate
keywords:
- pv-migrate
Expand Down
4 changes: 2 additions & 2 deletions helm/pv-migrate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pv-migrate

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)

The helm chart of pv-migrate

Expand Down Expand Up @@ -55,7 +55,7 @@ The helm chart of pv-migrate
| sshd.enabled | bool | `false` | Enable SSHD server deployment |
| sshd.image.pullPolicy | string | `"IfNotPresent"` | SSHD image pull policy |
| sshd.image.repository | string | `"docker.io/utkuozdemir/pv-migrate-sshd"` | SSHD image repository |
| sshd.image.tag | string | `"1.0.0"` | SSHD image tag |
| sshd.image.tag | string | `"1.1.0"` | SSHD image tag |
| sshd.imagePullSecrets | list | `[]` | SSHD image pull secrets |
| sshd.namespace | string | `""` | Namespace to run SSHD pod in |
| sshd.networkPolicy.enabled | bool | `false` | Enable SSHD network policy |
Expand Down
2 changes: 1 addition & 1 deletion helm/pv-migrate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sshd:
# -- SSHD image pull policy
pullPolicy: IfNotPresent
# -- SSHD image tag
tag: 1.0.0
tag: 1.1.0
# -- SSHD image pull secrets
imagePullSecrets: []
serviceAccount:
Expand Down
Binary file modified migrator/helm-chart.tgz
Binary file not shown.

0 comments on commit 2a0f9cc

Please sign in to comment.