Skip to content

Commit

Permalink
deployment: update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 27, 2021
1 parent 0c195ed commit 42b34a0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions deployment/kustomize/base/dbhelper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
accesslog-filter-injection: enabled
spec:
containers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-dbhelper
args:
Expand All @@ -45,7 +45,7 @@ spec:
name: pubsub-credentials
subPath: pubsub_credentials.json
initContainers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-migration
args:
Expand All @@ -55,7 +55,7 @@ spec:
volumeMounts:
- mountPath: /Tmaster/config
name: config
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initmq
args:
Expand Down
6 changes: 3 additions & 3 deletions deployment/kustomize/base/graphql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
accesslog-filter-injection: enabled
spec:
containers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-graphql
args:
Expand All @@ -49,7 +49,7 @@ spec:
name: pubsub-credentials
subPath: pubsub_credentials.json
initContainers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-migration
args:
Expand All @@ -59,7 +59,7 @@ spec:
volumeMounts:
- mountPath: /Tmaster/config
name: config
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initmq
args:
Expand Down
6 changes: 3 additions & 3 deletions deployment/kustomize/base/initializer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
accesslog-filter-injection: enabled
spec:
containers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initializer
args:
Expand All @@ -49,7 +49,7 @@ spec:
name: pubsub-credentials
subPath: pubsub_credentials.json
initContainers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-migration
args:
Expand All @@ -59,7 +59,7 @@ spec:
volumeMounts:
- mountPath: /Tmaster/config
name: config
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initmq
args:
Expand Down
6 changes: 3 additions & 3 deletions deployment/kustomize/base/scheduler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
accesslog-filter-injection: enabled
spec:
containers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-scheduler
args:
Expand All @@ -49,7 +49,7 @@ spec:
name: pubsub-credentials
subPath: pubsub_credentials.json
initContainers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-migration
args:
Expand All @@ -59,7 +59,7 @@ spec:
volumeMounts:
- mountPath: /Tmaster/config
name: config
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initmq
args:
Expand Down
6 changes: 3 additions & 3 deletions deployment/kustomize/base/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
accesslog-filter-injection: enabled
spec:
containers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-worker
args:
Expand All @@ -49,7 +49,7 @@ spec:
name: pubsub-credentials
subPath: pubsub_credentials.json
initContainers:
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-migration
args:
Expand All @@ -59,7 +59,7 @@ spec:
volumeMounts:
- mountPath: /Tmaster/config
name: config
- image: Tmaster
- image: ghcr.io/j75689/tmaster/tmaster:latest
imagePullPolicy: Always
name: Tmaster-initmq
args:
Expand Down

0 comments on commit 42b34a0

Please sign in to comment.