Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3697 from keptn/patch/3328/configurable-service-tags
Browse files Browse the repository at this point in the history
#3328: added tag field to deployments in values.yaml
  • Loading branch information
warber committed Apr 6, 2021
2 parents ae0e7b4 + d1d9c13 commit 6131d1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
distributor:
image:
repository: docker.io/keptn/distributor
tag: ""

openshiftRouteService:
image:
repository: docker.io/keptn/openshift-route-service
tag: ""
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ ingressConfig:
distributor:
image:
repository: docker.io/keptn/distributor
tag: ""

jmeterService:
image:
repository: docker.io/keptn/jmeter-service
tag: ""

helmService:
image:
repository: docker.io/keptn/helm-service
repository: docker.io/keptn/helm-service
tag: ""
11 changes: 11 additions & 0 deletions installer/manifests/keptn/charts/control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ apiGatewayNginx:
remediationService:
image:
repository: docker.io/keptn/remediation-service
tag: ""

apiService:
image:
repository: docker.io/keptn/api
tag: ""

bridge:
image:
repository: docker.io/keptn/bridge2
tag: ""
cliDownloadLink: null
integrationsPageLink: null
secret:
Expand All @@ -48,34 +51,42 @@ bridge:
distributor:
image:
repository: docker.io/keptn/distributor
tag: ""

shipyardController:
image:
repository: docker.io/keptn/shipyard-controller
tag: ""

secretService:
image:
repository: docker.io/keptn/secret-service
tag: ""

configurationService:
image:
repository: docker.io/keptn/configuration-service
tag: ""
# storage and storageClass are the settings for the PVC used by the configuration-storage
storage: 100Mi
storageClass: null

mongodbDatastore:
image:
repository: docker.io/keptn/mongodb-datastore
tag: ""

lighthouseService:
image:
repository: docker.io/keptn/lighthouse-service
tag: ""

statisticsService:
image:
repository: docker.io/keptn/statistics-service
tag: ""

approvalService:
image:
repository: docker.io/keptn/approval-service
tag: ""

0 comments on commit 6131d1b

Please sign in to comment.