Skip to content

Commit

Permalink
bugfix on es
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 20, 2023
1 parent cfd5f3c commit 832a2e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ spec:
- name: {{ $key }}
valueFrom:
secretKeyRef:
key: {{ $key }}
key: {{ $value }}
name: api-external-secrets
{{ end }}
{{- end}}
Expand Down
3 changes: 1 addition & 2 deletions charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ replicaCount: 1
image:
repository: kubeshop/testkube-cloud-api
pullPolicy: IfNotPresent
tag: "1.6.4"
tag: "1.6.7"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -273,7 +273,6 @@ statusPagesIngress:
minio:
# -- Toggle whether to deploy MinIO
enabled: false

# -- MinIO full name override
fullnameOverride: ""
# -- MinIO name override
Expand Down
16 changes: 8 additions & 8 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ testkube-cloud-api:
fullnameOverride: testkube-enterprise-api
image:
repository: testkubeenterprise/testkube-enterprise-api
tag: 1.6.4
tag: 1.6.7
ai:
secretRef: ""
api:
Expand Down Expand Up @@ -268,10 +268,10 @@ mongodb:
enabled: true
# Uncomment if you want to provide different image settings
# image:
# registry: docker.io
# repository: bitnami/mongodb
# tag: 6.0.5-debian-11-r13
# digest: ""
# registry: docker.io
# repository: bitnami/mongodb
# tag: 6.0.5-debian-11-r13
# digest: ""
# -- MongoDB fullname override
fullnameOverride: "testkube-enterprise-mongodb"
# MongoDB Auth settings
Expand Down Expand Up @@ -304,9 +304,9 @@ dex:
fullnameOverride: testkube-enterprise-dex
# Uncomment if you want to provide different image settings
# image:
# repository: ghcr.io/dexidp/dex
# tag: v2.36.0-alpine
# pullPolicy: IfNotPresent
# repository: ghcr.io/dexidp/dex
# tag: v2.36.0-alpine
# pullPolicy: IfNotPresent
configSecret:
# -- This should be set to `false` so Dex does not create the config secret. Refer to the `createCustom` field for more info on creating config secret.
create: false
Expand Down

0 comments on commit 832a2e8

Please sign in to comment.