Skip to content

Commit

Permalink
Update k8s config to use 2.0 RC1
Browse files Browse the repository at this point in the history
 - Update SCDF server, Skipper server and grafana deployment configs
  • Loading branch information
ilayaperumalg committed Feb 22, 2019
1 parent e4386a9 commit 0e8493d
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.0.0.BUILD-SNAPSHOT
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.0.0.RC1
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.0.0.BUILD-SNAPSHOT
image: springcloud/spring-cloud-dataflow-server:2.0.0.RC1
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.0.BUILD-SNAPSHOT
image: springcloud/spring-cloud-skipper-server:2.0.0.RC1
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down

0 comments on commit 0e8493d

Please sign in to comment.