Skip to content

Commit

Permalink
imageautomation resource と gitrepository を同じディレクトリに配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Oct 7, 2022
1 parent d493404 commit cff298f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/manifests/api-server/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
name: database
containers:
- name: api
image: ghcr.io/ueckoken/chofu-race-course-api:08e28a5-1665035394 # {"$imagepolicy": "api:api"}
image: ghcr.io/ueckoken/chofu-race-course-api:08e28a5-1665035394 # {"$imagepolicy": "flux-system:api"}
ports:
- containerPort: 8080
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/api-server/imagepolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: api
namespace: api
namespace: flux-system
spec:
imageRepositoryRef:
name: api
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/nextjs/imagepolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: webapp
namespace: webapp
namespace: flux-system
spec:
imageRepositoryRef:
name: webapp
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/nextjs/next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: webapp
image: ghcr.io/ueckoken/chofu-race-course-webapp:08e28a5-1665035404 # {"$imagepolicy": "webapp:webapp"}
image: ghcr.io/ueckoken/chofu-race-course-webapp:08e28a5-1665035404 # {"$imagepolicy": "flux-system:webapp"}
ports:
- containerPort: 3000
---
Expand Down

0 comments on commit cff298f

Please sign in to comment.