Skip to content

Commit

Permalink
[feat/#60] Fix: change image version of control-ubuntu(creating resou…
Browse files Browse the repository at this point in the history
…rce)
  • Loading branch information
NayeonKeum committed Aug 20, 2023
1 parent 2e6b01b commit 23b59c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: professor-{{ ID }}
image: ryann3/professor-ubuntu:4.2
image: ryann3/professor-ubuntu:5.0
ports:
- name: nginx-port
containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: student-{{ ID }}
image: ryann3/student-ubuntu:4.2
image: ryann3/student-ubuntu:5.0
ports:
- name: nginx-port
containerPort: 80
Expand Down

0 comments on commit 23b59c7

Please sign in to comment.