Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f45c6c2

Browse files
committed
Change k8s deployment files back to snapshots
1 parent 7296cf4 commit f45c6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/kubernetes/grafana/grafana-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: grafana
1515
spec:
1616
containers:
17-
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.1.0.RC1
17+
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.1.0.BUILD-SNAPSHOT
1818
name: grafana
1919
env:
2020
- name: GF_SECURITY_ADMIN_USER

src/kubernetes/server/server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: scdf-server
19-
image: springcloud/spring-cloud-dataflow-server:2.1.0.RC1
19+
image: springcloud/spring-cloud-dataflow-server:2.1.0.BUILD-SNAPSHOT
2020
imagePullPolicy: Always
2121
ports:
2222
- containerPort: 80

0 commit comments

Comments
 (0)