Skip to content

Commit

Permalink
add image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Mar 8, 2024
1 parent ec16f88 commit 91c96fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
key: port
containers:
- name: ${{ defaults.app_name }}
image: nextcloud
image: nextcloud:28.0.3
env:
- name: MYSQL_DATABASE
value: nextcloud
Expand Down
2 changes: 1 addition & 1 deletion template/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: ${{ defaults.app_name }}
image: registry
image: registry:2.8.3
env: []
resources:
requests:
Expand Down

0 comments on commit 91c96fe

Please sign in to comment.