Skip to content

Commit

Permalink
Change quay.io organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 8, 2022
1 parent f4f53fa commit 5bfffe9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion kiss/manager/src/current.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ impl Handler {
service_account: Some("kiss-controller".into()),
containers: vec![Container {
name: "kubectl".into(),
image: Some("quay.io/kerryeon/netai-cloud-upgrade-kiss:latest".into()),
image: Some(
"quay.io/ulagbulag-village/netai-cloud-upgrade-kiss:latest".into(),
),
image_pull_policy: Some("Always".into()),
env: Some(vec![
EnvVar {
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/dnsmasq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: init-tftpboot
image: quay.io/kerryeon/netai-cloud-ipxe:latest
image: quay.io/ulagbulag-village/netai-cloud-ipxe:latest
command:
- bash
args:
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
type: RuntimeDefault
containers:
- name: assets
image: quay.io/kerryeon/netai-cloud:latest
image: quay.io/ulagbulag-village/netai-cloud:latest
imagePullPolicy: Always
command:
- kiss-assets
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
serviceAccount: kiss-controller
containers:
- name: controller
image: quay.io/kerryeon/netai-cloud:latest
image: quay.io/ulagbulag-village/netai-cloud:latest
imagePullPolicy: Always
command:
- kiss-controller
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccount: kiss-controller
containers:
- name: gateway
image: quay.io/kerryeon/netai-cloud:latest
image: quay.io/ulagbulag-village/netai-cloud:latest
imagePullPolicy: Always
command:
- kiss-gateway
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccount: kiss-controller
containers:
- name: manager
image: quay.io/kerryeon/netai-cloud:latest
image: quay.io/ulagbulag-village/netai-cloud:latest
imagePullPolicy: Always
command:
- kiss-manager
Expand Down
2 changes: 1 addition & 1 deletion templates/kiss/kiss-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccount: kiss-controller
containers:
- name: monitor
image: quay.io/kerryeon/netai-cloud:latest
image: quay.io/ulagbulag-village/netai-cloud:latest
imagePullPolicy: Always
command:
- kiss-monitor
Expand Down

0 comments on commit 5bfffe9

Please sign in to comment.