Skip to content

Commit

Permalink
Remove commented service versions from values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amithins committed Nov 16, 2018
1 parent 0db36a8 commit cbed8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stable/mission-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ missionControl:
home: /var/opt/jfrog/mission-control
image: docker.bintray.io/jfrog/mission-control
## Note that by default we use appVersion to get image tag
# version: 3.3.0
# version:
missionControlUrl:
podRestartTime:
repository: jfrog-mission-control
Expand Down Expand Up @@ -187,7 +187,7 @@ insightServer:
home: /opt/jfrog
image: docker.bintray.io/jfrog/insight-server
## Note that by default we use appVersion to get image tag
# version: 3.3.0
# version:
persistence:
enabled: true
## A manually managed Persistent Volume and Claim
Expand Down Expand Up @@ -231,7 +231,7 @@ insightScheduler:
home: /opt/jfrog
image: docker.bintray.io/jfrog/insight-scheduler
## Note that by default we use appVersion to get image tag
# version: 3.3.0
# version:
persistence:
enabled: true
## A manually managed Persistent Volume and Claim
Expand Down Expand Up @@ -281,7 +281,7 @@ insightExecutor:
home: /opt/jfrog
image: docker.bintray.io/jfrog/insight-executor
## Note that by default we use appVersion to get image tag
# version: 3.3.0
# version:
persistence:
enabled: true
## A manually managed Persistent Volume and Claim
Expand Down

0 comments on commit cbed8d3

Please sign in to comment.