Skip to content

Commit a334e68

Browse files
committed
chore(helm): release v0.3.0
1 parent 36f0281 commit a334e68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/capsule/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ sources:
2121

2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
24-
version: 0.2.0
24+
version: 0.3.0
2525

2626
# This is the version number of the application being deployed.
2727
# This version number should be incremented each time you make changes to the application.
28-
appVersion: 0.1.3
28+
appVersion: 0.2.0

charts/capsule/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here the values you can override:
6767
| customAnnotations | object | `{}` | Additional annotations which will be added to all resources created by Capsule helm chart |
6868
| customLabels | object | `{}` | Additional labels which will be added to all resources created by Capsule helm chart |
6969
| jobs.image.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy of the helm chart job |
70-
| jobs.image.repository | string | `"quay.io/clastix/kubectl"` | Set the image repository of the helm chart job |
70+
| jobs.image.repository | string | `"clastix/kubectl"` | Set the image repository of the helm chart job |
7171
| jobs.image.tag | string | `""` | Set the image tag of the helm chart job |
7272
| mutatingWebhooksTimeoutSeconds | int | `30` | Timeout in seconds for mutating webhooks |
7373
| nodeSelector | object | `{}` | Set the node selector for the Capsule pod |

charts/capsule/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ podSecurityPolicy:
101101
jobs:
102102
image:
103103
# -- Set the image repository of the helm chart job
104-
repository: quay.io/clastix/kubectl
104+
repository: clastix/kubectl
105105
# -- Set the image pull policy of the helm chart job
106106
pullPolicy: IfNotPresent
107107
# -- Set the image tag of the helm chart job

0 commit comments

Comments
 (0)