Skip to content

Commit

Permalink
fix: remove workers chart; update worker image (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Feb 26, 2024
2 parents a33169c + 7096c4a commit bc0d6ea
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 585 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: kubeshop/testkube-cloud-api
forcestring: true
- name: image.tag
value: 1.9.2-dev-a0ca4184
value: 1.9.2-dev-488f9839
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: kubeshop/testkube-cloud-ui
forcestring: true
- name: image.tag
value: 1.8.0-dev-c97a80e
value: 1.8.0-dev-022f450
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ helm:
value: 1.9.1-rc-154b7d30
forcestring: true
- name: testkube-cloud-ui.image.tag
value: 1.8.0-rc-4ad06c7
value: 1.8.0-rc-91b720e
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ helm:
value: testkubeenterprise/testkube-enterprise-ui
forcestring: true
- name: testkube-cloud-api.image.tag
value: 1.9.2-dev-3fd37505
value: 1.9.2-dev-488f9839
forcestring: true
- name: testkube-cloud-ui.image.tag
value: 1.8.0-dev-d226617
value: 1.8.0-dev-022f450
forcestring: true
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ testkube-worker-service:
fullnameOverride: testkube-enterprise-worker-service
image:
repository: testkubeenterprise/testkube-enterprise-worker-service
tag: 1.7.2
tag: 1.9.0-rc-e5167f6a
## NATS chart parameter
## For more configuration parameters of NATS chart please look here: https://docs.nats.io/running-a-nats-service/nats-kubernetes/helm-charts
nats:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: kubeshop/testkube-worker-service
forcestring: true
- name: image.tag
value: 1.9.2-dev-a0ca4184
value: 1.9.2-dev-488f9839
forcestring: true
2 changes: 1 addition & 1 deletion charts/testkube-worker-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1
image:
repository: kubeshop/testkube-worker-service
pullPolicy: IfNotPresent
tag: "1.7.2"
tag: "1.9.0-rc-e5167f6a"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions charts/testkube-workers-service/.helmignore

This file was deleted.

13 changes: 0 additions & 13 deletions charts/testkube-workers-service/Chart.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions charts/testkube-workers-service/README.md

This file was deleted.

Empty file.
117 changes: 0 additions & 117 deletions charts/testkube-workers-service/templates/_helpers.tpl

This file was deleted.

Loading

0 comments on commit bc0d6ea

Please sign in to comment.