Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove workers chart; update worker image #95

Merged
merged 17 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading