Updating dockerhub org name
This commit is contained in:
@@ -955,7 +955,7 @@ items:
|
||||
serviceAccount: spring-cloud-kubernetes-configuration-watcher
|
||||
containers:
|
||||
- name: spring-cloud-kubernetes-configuration-watcher
|
||||
image: spring-cloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
image: springcloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
imagePullPolicy: IfNotPresent
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
||||
@@ -87,7 +87,7 @@ items:
|
||||
serviceAccount: spring-cloud-kubernetes-configuration-watcher
|
||||
containers:
|
||||
- name: spring-cloud-kubernetes-configuration-watcher
|
||||
image: spring-cloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
image: springcloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
imagePullPolicy: IfNotPresent
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
||||
@@ -60,7 +60,7 @@ items:
|
||||
serviceAccount: spring-cloud-kubernetes-configuration-watcher
|
||||
containers:
|
||||
- name: spring-cloud-kubernetes-configuration-watcher
|
||||
image: spring-cloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
image: springcloud/spring-cloud-kubernetes-configuration-watcher:2.0.0-SNAPSHOT
|
||||
imagePullPolicy: IfNotPresent
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<env.IMAGE>spring-cloud/${project.artifactId}:${project.version}</env.IMAGE>
|
||||
<env.IMAGE>springcloud/${project.artifactId}:${project.version}</env.IMAGE>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
name: spring-cloud-kubernetes-configuration-watcher
|
||||
build:
|
||||
artifacts:
|
||||
- image: spring-cloud/spring-cloud-kubernetes-configuration-watcher
|
||||
- image: springcloud/spring-cloud-kubernetes-configuration-watcher
|
||||
custom:
|
||||
buildCommand: "../../mvnw clean install"
|
||||
dependencies:
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
app: k8s-demo-app
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/spring-cloud/spring-cloud-kubernetes-configuration-watcher-it:2.0.0-SNAPSHOT
|
||||
- image: docker.io/springcloud/spring-cloud-kubernetes-configuration-watcher-it:2.0.0-SNAPSHOT
|
||||
name: spring-cloud-kubernetes-configuration-watcher-it
|
||||
resources: {}
|
||||
env:
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<image>
|
||||
<name>spring-cloud/${project.artifactId}:${project.version}</name>
|
||||
<name>springcloud/${project.artifactId}:${project.version}</name>
|
||||
</image>
|
||||
<goal>build-image</goal>
|
||||
</configuration>
|
||||
|
||||
@@ -65,7 +65,7 @@ public class ActuatorRefreshIT {
|
||||
|
||||
private static final String IMAGE_TAG = "2.0.0-SNAPSHOT";
|
||||
|
||||
private static final String LOCAL_REPO = "docker.io/spring-cloud";
|
||||
private static final String LOCAL_REPO = "docker.io/springcloud";
|
||||
|
||||
private static final String LOCAL_IMAGE = LOCAL_REPO + "/" + IMAGE + ":" + IMAGE_TAG;
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ public class ActuatorRefreshRabbitMQIT {
|
||||
|
||||
private static final String IMAGE_TAG = "2.0.0-SNAPSHOT";
|
||||
|
||||
private static final String LOCAL_REPO = "docker.io/spring-cloud";
|
||||
private static final String LOCAL_REPO = "docker.io/springcloud";
|
||||
|
||||
private static final String CONFIG_WATCHER_LOCAL_IMAGE = LOCAL_REPO + "/"
|
||||
+ CONFIG_WATCHER_IMAGE + ":" + IMAGE_TAG;
|
||||
|
||||
Reference in New Issue
Block a user