We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec16f88 commit 91c96feCopy full SHA for 91c96fe
template/nextcloud.yaml
@@ -75,7 +75,7 @@ spec:
75
key: port
76
containers:
77
- name: ${{ defaults.app_name }}
78
- image: nextcloud
+ image: nextcloud:28.0.3
79
env:
80
- name: MYSQL_DATABASE
81
value: nextcloud
template/registry.yaml
@@ -61,7 +61,7 @@ spec:
61
terminationGracePeriodSeconds: 10
62
63
64
- image: registry
+ image: registry:2.8.3
65
env: []
66
resources:
67
requests:
0 commit comments