Skip to content

Commit

Permalink
Update K8s deployment config for 2.1.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayaperumalg committed Jun 21, 2019
1 parent 35d8e9e commit d4c1b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kubernetes/grafana/grafana-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: grafana
spec:
containers:
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.1.2.BUILD-SNAPSHOT
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.1.2.RELEASE
name: grafana
env:
- name: GF_SECURITY_ADMIN_USER
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes/server/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: scdf-server
image: springcloud/spring-cloud-dataflow-server:2.1.2.BUILD-SNAPSHOT
image: springcloud/spring-cloud-dataflow-server:2.1.2.RELEASE
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes/skipper/skipper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: skipper
image: springcloud/spring-cloud-skipper-server:2.0.4.BUILD-SNAPSHOT
image: springcloud/spring-cloud-skipper-server:2.0.3.RELEASE
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down

0 comments on commit d4c1b57

Please sign in to comment.