Skip to content

Commit

Permalink
bump version of global chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 12, 2023
1 parent 95449ed commit 6c9a244
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version: 1.14.6
appVersion: 1.14.6
dependencies:
- name: global
version: 0.1.1
version: 0.1.2
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../global"
2 changes: 1 addition & 1 deletion charts/testkube-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Helm chart for Testkube api

| Repository | Name | Version |
|------------|------|---------|
| file://../global | global | 0.1.1 |
| file://../global | global | 0.1.2 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version: 1.14.2
appVersion: 1.14.2
dependencies:
- name: global
version: 0.1.1
version: 0.1.2
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../global"
2 changes: 1 addition & 1 deletion charts/testkube-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Helm chart for Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| file://../global | global | 0.1.1 |
| file://../global | global | 0.1.2 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version: 1.14.0
appVersion: 1.14.0
dependencies:
- name: global
version: 0.1.1
version: 0.1.2
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../global"
2 changes: 1 addition & 1 deletion charts/testkube-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Helm chart for the testkube-operator (installs needed CRDs only for now)

| Repository | Name | Version |
|------------|------|---------|
| file://../global | global | 0.1.1 |
| file://../global | global | 0.1.2 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/testkube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ kubectl label --overwrite crds scripts.tests.testkube.io app.kubernetes.io/manag
| testkube-api.fullnameOverride | string | `"testkube-api-server"` | Testkube API full name override |
| testkube-api.image.digest | string | `""` | Testkube API image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag |
| testkube-api.image.pullPolicy | string | `"IfNotPresent"` | Testkube API image tag |
| testkube-api.image.pullSecrets | list | `["ghghghg"]` | Testkube API k8s secret for private registries |
| testkube-api.image.pullSecrets | list | `[]` | Testkube API k8s secret for private registries |
| testkube-api.image.registry | string | `"docker.io"` | Testkube API image registry |
| testkube-api.image.repository | string | `"kubeshop/testkube-api-server"` | Testkube API image name |
| testkube-api.jobServiceAccountName | string | `""` | SA that is used by a job. Can be annotated with the IAM Role Arn to access S3 service in AWS Cloud. |
Expand Down

0 comments on commit 6c9a244

Please sign in to comment.